2024-09-21T12:18:59.406 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T12:18:59.423 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T12:18:59.507 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7913938 branch: wip-guits-main-2024-09-21-0842 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7913938' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-21-0842 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\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 441784946648ff53dd310293f9dd752afeeea72a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 441784946648ff53dd310293f9dd752afeeea72a selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-main-2024-09-21-0842 sha1: 441784946648ff53dd310293f9dd752afeeea72a owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5896 sha1: 441784946648ff53dd310293f9dd752afeeea72a sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-21-0842 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 441784946648ff53dd310293f9dd752afeeea72a targets: smithi001.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEsHTDvpQLOdn7osRJ6Km0sw1zxBuvIxkAz+dVTp4saXO+TInPSWosSBogDA675QlQdzV5yQOkhtUI9Zaby7et4= smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM46y5rBhUuLwt0E9QfiK1wbOY+2DjNvZcK7CqkwBhn27Xh5meFbCwg5j/HnQZodWH6vsthaeJkGhFd09nQGos0= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-21_11:23:40 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-21T12:18:59.507 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/qa; will attempt to use it 2024-09-21T12:18:59.508 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_441784946648ff53dd310293f9dd752afeeea72a/qa/tasks 2024-09-21T12:18:59.508 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-21T12:18:59.510 INFO:teuthology.task.internal:Checking packages... 2024-09-21T12:18:59.530 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '441784946648ff53dd310293f9dd752afeeea72a' 2024-09-21T12:18:59.530 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-21T12:18:59.530 INFO:teuthology.packaging:ref: None 2024-09-21T12:18:59.530 INFO:teuthology.packaging:tag: None 2024-09-21T12:18:59.530 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-21-0842 2024-09-21T12:18:59.530 INFO:teuthology.packaging:sha1: 441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T12:18:59.530 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-main-2024-09-21-0842 2024-09-21T12:18:59.673 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5104.g44178494 2024-09-21T12:18:59.675 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-21T12:18:59.681 INFO:teuthology.task.internal:no buildpackages task found 2024-09-21T12:18:59.681 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-21T12:18:59.689 INFO:teuthology.task.internal:Saving configuration 2024-09-21T12:18:59.702 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-21T12:18:59.709 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-21T12:18:59.734 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7913938', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-21 12:14:10.885252', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEsHTDvpQLOdn7osRJ6Km0sw1zxBuvIxkAz+dVTp4saXO+TInPSWosSBogDA675QlQdzV5yQOkhtUI9Zaby7et4='} 2024-09-21T12:18:59.757 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7913938', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-21 12:14:10.886913', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM46y5rBhUuLwt0E9QfiK1wbOY+2DjNvZcK7CqkwBhn27Xh5meFbCwg5j/HnQZodWH6vsthaeJkGhFd09nQGos0='} 2024-09-21T12:18:59.757 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-21T12:18:59.764 INFO:teuthology.task.internal:roles: ubuntu@smithi001.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-21T12:18:59.764 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-21T12:18:59.764 INFO:teuthology.run_tasks:Running task console_log... 2024-09-21T12:18:59.825 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff8e9b80280>, signals=[15]) 2024-09-21T12:18:59.825 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T12:18:59.831 INFO:teuthology.task.internal:Opening connections... 2024-09-21T12:18:59.831 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:18:59.832 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:18:59.948 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-09-21T12:18:59.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:19:00.021 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T12:19:00.034 DEBUG:teuthology.orchestra.run.smithi001:> uname -m 2024-09-21T12:19:00.052 INFO:teuthology.orchestra.run.smithi001.stdout:x86_64 2024-09-21T12:19:00.052 DEBUG:teuthology.orchestra.run.smithi001:> cat /etc/os-release 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:NAME="CentOS Stream" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION="9" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:ID="centos" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:ID_LIKE="rhel fedora" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_ID="9" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:PLATFORM_ID="platform:el9" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:ANSI_COLOR="0;31" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:LOGO="fedora-logo-icon" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T12:19:00.110 INFO:teuthology.orchestra.run.smithi001.stdout:HOME_URL="https://centos.org/" 2024-09-21T12:19:00.111 INFO:teuthology.orchestra.run.smithi001.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T12:19:00.111 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T12:19:00.111 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T12:19:00.111 INFO:teuthology.lock.ops:Updating smithi001.front.sepia.ceph.com on lock server 2024-09-21T12:19:00.142 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-09-21T12:19:00.161 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-09-21T12:19:00.161 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-09-21T12:19:00.219 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="CentOS Stream" 2024-09-21T12:19:00.219 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="9" 2024-09-21T12:19:00.219 INFO:teuthology.orchestra.run.smithi110.stdout:ID="centos" 2024-09-21T12:19:00.219 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="rhel fedora" 2024-09-21T12:19:00.219 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="9" 2024-09-21T12:19:00.219 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el9" 2024-09-21T12:19:00.220 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T12:19:00.220 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2024-09-21T12:19:00.220 INFO:teuthology.orchestra.run.smithi110.stdout:LOGO="fedora-logo-icon" 2024-09-21T12:19:00.220 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T12:19:00.220 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://centos.org/" 2024-09-21T12:19:00.220 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T12:19:00.220 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T12:19:00.220 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T12:19:00.220 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-09-21T12:19:00.250 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T12:19:00.258 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T12:19:00.263 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T12:19:00.263 DEBUG:teuthology.orchestra.run.smithi001:> test '!' -e /home/ubuntu/cephtest 2024-09-21T12:19:00.265 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-09-21T12:19:00.282 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T12:19:00.288 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T12:19:00.288 DEBUG:teuthology.orchestra.run.smithi001:> test -z $(ls -A /var/lib/ceph) 2024-09-21T12:19:00.323 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-09-21T12:19:00.362 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T12:19:00.413 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T12:19:00.426 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T12:19:00.427 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-21T12:19:00.427 DEBUG:teuthology.orchestra.run.smithi001:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T12:19:00.427 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T12:19:00.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:19:00.444 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-09-21T12:19:00.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:19:00.445 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-09-21T12:19:00.500 INFO:teuthology.orchestra.run.smithi001.stdout:5.14.0-503.el9.x86_64 2024-09-21T12:19:00.500 INFO:teuthology.task.kernel:Running kernel on smithi001: 5.14.0-503.el9.x86_64 2024-09-21T12:19:00.500 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum install -y kernel 2024-09-21T12:19:00.503 INFO:teuthology.orchestra.run.smithi110.stdout:5.14.0-503.el9.x86_64 2024-09-21T12:19:00.503 INFO:teuthology.task.kernel:Running kernel on smithi110: 5.14.0-503.el9.x86_64 2024-09-21T12:19:00.503 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2024-09-21T12:19:04.246 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 9 - BaseOS 4.0 MB/s | 8.3 MB 00:02 2024-09-21T12:19:04.362 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.3 MB 00:02 2024-09-21T12:19:06.221 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - AppStream 26 MB/s | 20 MB 00:00 2024-09-21T12:19:09.972 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 9 - AppStream 4.4 MB/s | 20 MB 00:04 2024-09-21T12:19:11.780 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.5 MB 00:01 2024-09-21T12:19:13.539 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 19 kB 00:00 2024-09-21T12:19:14.322 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 9 - CRB 14 MB/s | 6.5 MB 00:00 2024-09-21T12:19:14.351 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 33 MB/s | 23 MB 00:00 2024-09-21T12:19:15.940 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 9 - Extras packages 59 kB/s | 19 kB 00:00 2024-09-21T12:19:16.743 INFO:teuthology.orchestra.run.smithi001.stdout:Extra Packages for Enterprise Linux 33 MB/s | 23 MB 00:00 2024-09-21T12:19:19.741 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-09-21T12:19:21.597 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T12:19:21.597 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T12:19:21.683 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-09-21T12:19:21.690 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-21T12:19:21.690 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-09-21T12:19:21.690 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-21T12:19:21.690 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-09-21T12:19:21.690 INFO:teuthology.orchestra.run.smithi110.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T12:19:21.690 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-09-21T12:19:21.690 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T12:19:21.690 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T12:19:21.690 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T12:19:21.691 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:19:21.691 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-09-21T12:19:21.691 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-21T12:19:21.691 INFO:teuthology.orchestra.run.smithi110.stdout:Install 4 Packages 2024-09-21T12:19:21.691 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:19:21.691 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 79 M 2024-09-21T12:19:21.691 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 126 M 2024-09-21T12:19:21.692 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-09-21T12:19:21.917 INFO:teuthology.orchestra.run.smithi110.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 176 kB/s | 36 kB 00:00 2024-09-21T12:19:22.358 INFO:teuthology.orchestra.run.smithi001.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-21T12:19:24.348 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T12:19:24.349 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T12:19:24.448 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2024-09-21T12:19:24.456 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-09-21T12:19:24.456 INFO:teuthology.orchestra.run.smithi001.stdout: Package Architecture Version Repository Size 2024-09-21T12:19:24.456 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-09-21T12:19:24.456 INFO:teuthology.orchestra.run.smithi001.stdout:Installing: 2024-09-21T12:19:24.456 INFO:teuthology.orchestra.run.smithi001.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T12:19:24.456 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2024-09-21T12:19:24.456 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T12:19:24.456 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T12:19:24.456 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T12:19:24.457 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:19:24.457 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2024-09-21T12:19:24.457 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-09-21T12:19:24.457 INFO:teuthology.orchestra.run.smithi001.stdout:Install 4 Packages 2024-09-21T12:19:24.457 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:19:24.457 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 79 M 2024-09-21T12:19:24.458 INFO:teuthology.orchestra.run.smithi001.stdout:Installed size: 126 M 2024-09-21T12:19:24.458 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2024-09-21T12:19:24.568 INFO:teuthology.orchestra.run.smithi001.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 406 kB/s | 36 kB 00:00 2024-09-21T12:19:24.960 INFO:teuthology.orchestra.run.smithi001.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 33 MB/s | 16 MB 00:00 2024-09-21T12:19:25.419 INFO:teuthology.orchestra.run.smithi001.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 37 MB/s | 35 MB 00:00 2024-09-21T12:19:25.484 INFO:teuthology.orchestra.run.smithi110.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 4.2 MB/s | 16 MB 00:03 2024-09-21T12:19:25.710 INFO:teuthology.orchestra.run.smithi001.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 25 MB/s | 29 MB 00:01 2024-09-21T12:19:25.714 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2024-09-21T12:19:25.714 INFO:teuthology.orchestra.run.smithi001.stdout:Total 63 MB/s | 79 MB 00:01 2024-09-21T12:19:26.423 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2024-09-21T12:19:26.822 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2024-09-21T12:19:26.822 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2024-09-21T12:19:27.816 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2024-09-21T12:19:27.816 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2024-09-21T12:19:28.975 INFO:teuthology.orchestra.run.smithi110.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 4.0 MB/s | 29 MB 00:07 2024-09-21T12:19:30.399 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2024-09-21T12:19:31.065 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T12:19:31.152 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T12:19:33.625 INFO:teuthology.orchestra.run.smithi110.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 2.9 MB/s | 35 MB 00:11 2024-09-21T12:19:33.625 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-09-21T12:19:33.625 INFO:teuthology.orchestra.run.smithi110.stdout:Total 6.6 MB/s | 79 MB 00:11 2024-09-21T12:19:33.894 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T12:19:34.031 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T12:19:34.304 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-09-21T12:19:34.667 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-09-21T12:19:34.667 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-09-21T12:19:35.611 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-09-21T12:19:35.611 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-09-21T12:19:38.035 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-09-21T12:19:38.773 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T12:19:38.852 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T12:19:39.160 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T12:19:39.198 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:19:41.611 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T12:19:41.737 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T12:19:44.338 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:19:46.584 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T12:19:46.620 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:19:51.474 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:20:23.166 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:20:23.207 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:20:23.545 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:20:23.546 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T12:20:23.546 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T12:20:23.546 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T12:20:24.432 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:20:24.432 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:20:24.432 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2024-09-21T12:20:24.432 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T12:20:24.432 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T12:20:24.432 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T12:20:24.432 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T12:20:24.433 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:20:24.433 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2024-09-21T12:20:24.788 DEBUG:teuthology.orchestra.run.smithi001:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T12:20:24.871 INFO:teuthology.orchestra.run.smithi001.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T12:20:24.871 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T12:20:24.871 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T12:20:24.871 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T12:20:24.871 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T12:20:24.871 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T12:20:24.872 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi001.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T12:20:24.872 DEBUG:teuthology.orchestra.run.smithi001:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T12:20:24.931 INFO:teuthology.orchestra.run.smithi001.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T12:20:24.931 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T12:20:24.931 DEBUG:teuthology.orchestra.run.smithi001:> sudo rpm -qi grub2-tools 2024-09-21T12:20:24.974 INFO:teuthology.orchestra.run.smithi001.stdout:Name : grub2-tools 2024-09-21T12:20:24.974 INFO:teuthology.orchestra.run.smithi001.stdout:Epoch : 1 2024-09-21T12:20:24.974 INFO:teuthology.orchestra.run.smithi001.stdout:Version : 2.06 2024-09-21T12:20:24.974 INFO:teuthology.orchestra.run.smithi001.stdout:Release : 82.el9 2024-09-21T12:20:24.974 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: x86_64 2024-09-21T12:20:24.974 INFO:teuthology.orchestra.run.smithi001.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T12:20:24.974 INFO:teuthology.orchestra.run.smithi001.stdout:Group : Unspecified 2024-09-21T12:20:24.974 INFO:teuthology.orchestra.run.smithi001.stdout:Size : 8274670 2024-09-21T12:20:24.974 INFO:teuthology.orchestra.run.smithi001.stdout:License : GPLv3+ 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:Packager : builder@centos.org 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:Vendor : CentOS 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:Summary : Support tools for GRUB. 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:Description : 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T12:20:24.975 INFO:teuthology.orchestra.run.smithi001.stdout:hardware devices. 2024-09-21T12:20:24.976 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:20:24.976 INFO:teuthology.orchestra.run.smithi001.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T12:20:24.976 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T12:20:24.977 INFO:teuthology.task.kernel:Updating grub on smithi001 to boot 5.14.0-508.el9.x86_64 2024-09-21T12:20:24.977 DEBUG:teuthology.orchestra.run.smithi001:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T12:20:25.661 INFO:teuthology.orchestra.run.smithi001.stderr:Generating grub configuration file ... 2024-09-21T12:20:26.948 INFO:teuthology.orchestra.run.smithi001.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T12:20:26.980 INFO:teuthology.orchestra.run.smithi001.stderr:done 2024-09-21T12:20:26.983 DEBUG:teuthology.orchestra.run.smithi001:> mktemp 2024-09-21T12:20:26.998 INFO:teuthology.orchestra.run.smithi001.stdout:/tmp/tmp.2Q75pzM1tY 2024-09-21T12:20:26.998 DEBUG:teuthology.orchestra.run.smithi001:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.2Q75pzM1tY 2024-09-21T12:20:27.064 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0666 /tmp/tmp.2Q75pzM1tY 2024-09-21T12:20:27.200 DEBUG:teuthology.orchestra.remote:smithi001:/tmp/tmp.2Q75pzM1tY is 6KB 2024-09-21T12:20:27.249 DEBUG:teuthology.orchestra.run.smithi001:> rm -fr /tmp/tmp.2Q75pzM1tY 2024-09-21T12:20:27.264 DEBUG:teuthology.orchestra.run.smithi001:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T12:20:27.332 INFO:teuthology.orchestra.run.smithi001.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T12:20:27.332 INFO:teuthology.orchestra.run.smithi001.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T12:20:27.332 INFO:teuthology.orchestra.run.smithi001.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T12:20:27.332 INFO:teuthology.orchestra.run.smithi001.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T12:20:27.333 DEBUG:teuthology.orchestra.run.smithi001:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T12:20:27.474 DEBUG:teuthology.orchestra.run.smithi001:> sudo shutdown -r now 2024-09-21T12:20:29.698 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:20:29.742 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:20:30.136 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:20:30.136 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T12:20:30.136 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T12:20:30.136 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T12:20:30.977 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T12:20:30.977 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:20:30.977 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-09-21T12:20:30.977 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T12:20:30.977 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T12:20:30.978 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T12:20:30.978 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T12:20:30.978 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:20:30.978 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-09-21T12:20:31.364 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T12:20:31.442 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T12:20:31.443 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T12:20:31.443 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T12:20:31.443 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T12:20:31.443 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T12:20:31.443 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T12:20:31.443 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T12:20:31.443 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T12:20:31.502 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T12:20:31.502 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T12:20:31.503 DEBUG:teuthology.orchestra.run.smithi110:> sudo rpm -qi grub2-tools 2024-09-21T12:20:31.534 INFO:teuthology.orchestra.run.smithi110.stdout:Name : grub2-tools 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Epoch : 1 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Version : 2.06 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Release : 82.el9 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: x86_64 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Group : Unspecified 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Size : 8274670 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:License : GPLv3+ 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Packager : builder@centos.org 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:Vendor : CentOS 2024-09-21T12:20:31.535 INFO:teuthology.orchestra.run.smithi110.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T12:20:31.536 INFO:teuthology.orchestra.run.smithi110.stdout:Summary : Support tools for GRUB. 2024-09-21T12:20:31.536 INFO:teuthology.orchestra.run.smithi110.stdout:Description : 2024-09-21T12:20:31.536 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:20:31.536 INFO:teuthology.orchestra.run.smithi110.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T12:20:31.536 INFO:teuthology.orchestra.run.smithi110.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T12:20:31.536 INFO:teuthology.orchestra.run.smithi110.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T12:20:31.536 INFO:teuthology.orchestra.run.smithi110.stdout:hardware devices. 2024-09-21T12:20:31.536 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:20:31.536 INFO:teuthology.orchestra.run.smithi110.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T12:20:31.537 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T12:20:31.537 INFO:teuthology.task.kernel:Updating grub on smithi110 to boot 5.14.0-508.el9.x86_64 2024-09-21T12:20:31.537 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T12:20:32.264 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2024-09-21T12:20:33.607 INFO:teuthology.orchestra.run.smithi110.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T12:20:33.645 INFO:teuthology.orchestra.run.smithi110.stderr:done 2024-09-21T12:20:33.655 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2024-09-21T12:20:33.670 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.jVTTfVJZFx 2024-09-21T12:20:33.671 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.jVTTfVJZFx 2024-09-21T12:20:33.737 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.jVTTfVJZFx 2024-09-21T12:20:33.875 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.jVTTfVJZFx is 6KB 2024-09-21T12:20:33.923 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.jVTTfVJZFx 2024-09-21T12:20:33.938 DEBUG:teuthology.orchestra.run.smithi110:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T12:20:34.001 INFO:teuthology.orchestra.run.smithi110.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T12:20:34.001 INFO:teuthology.orchestra.run.smithi110.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T12:20:34.001 INFO:teuthology.orchestra.run.smithi110.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T12:20:34.001 INFO:teuthology.orchestra.run.smithi110.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T12:20:34.002 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T12:20:34.146 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2024-09-21T12:20:57.500 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T12:20:57.501 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-21T12:20:57.501 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:21:04.154 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T12:21:04.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-21T12:21:04.155 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:21:15.887 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.1 2024-09-21T12:21:22.547 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2024-09-21T12:21:24.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-21T12:21:24.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:21:31.550 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-21T12:21:31.551 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:22:24.946 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T12:22:31.560 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T12:22:36.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-21T12:22:36.951 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:22:37.251 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-09-21T12:22:37.609 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-21T12:22:37.610 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-21T12:22:37.610 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-09-21T12:22:37.626 INFO:teuthology.orchestra.run.smithi001.stdout:5.14.0-508.el9.x86_64 2024-09-21T12:22:37.627 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T12:22:37.627 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T12:22:37.627 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T12:22:38.628 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T12:22:38.628 DEBUG:teuthology.orchestra.run.smithi001:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T12:22:38.695 INFO:teuthology.orchestra.run.smithi001.stdout:ttyS1 2024-09-21T12:22:38.716 DEBUG:teuthology.parallel:result is None 2024-09-21T12:22:43.561 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-21T12:22:43.561 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:22:43.942 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-09-21T12:22:44.323 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-21T12:22:44.324 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-21T12:22:44.324 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-09-21T12:22:44.340 INFO:teuthology.orchestra.run.smithi110.stdout:5.14.0-508.el9.x86_64 2024-09-21T12:22:44.340 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T12:22:44.340 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T12:22:44.340 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T12:22:45.341 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T12:22:45.341 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T12:22:45.415 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-09-21T12:22:45.439 DEBUG:teuthology.parallel:result is None 2024-09-21T12:22:45.439 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T12:22:45.446 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T12:22:45.447 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T12:22:45.449 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T12:22:45.467 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T12:22:45.474 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T12:22:45.482 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T12:22:45.483 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T12:22:45.509 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T12:22:45.537 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T12:22:45.543 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T12:22:45.543 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-21T12:22:45.572 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-21T12:22:45.603 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T12:22:45.611 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T12:22:45.615 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T12:22:45.622 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T12:22:45.624 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T12:22:45.630 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T12:22:45.630 DEBUG:teuthology.orchestra.run.smithi001:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T12:22:45.660 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T12:22:45.690 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T12:22:45.698 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T12:22:45.698 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T12:22:45.729 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T12:22:45.747 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T12:22:45.829 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T12:22:45.879 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T12:22:45.963 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T12:22:46.005 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:22:46.005 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T12:22:46.072 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T12:22:46.117 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T12:22:46.173 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T12:22:46.257 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T12:22:46.301 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:22:46.301 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T12:22:46.368 DEBUG:teuthology.orchestra.run.smithi001:> sudo service rsyslog restart 2024-09-21T12:22:46.371 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-09-21T12:22:46.413 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T12:22:46.464 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T12:22:46.968 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T12:22:46.976 INFO:teuthology.task.internal:Starting timer... 2024-09-21T12:22:46.976 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T12:22:46.991 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T12:22:46.999 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-21T12:22:47.000 DEBUG:teuthology.orchestra.run.smithi001:> sudo service auditd rotate 2024-09-21T12:22:47.053 INFO:teuthology.orchestra.run.smithi001.stdout:Rotating logs: 2024-09-21T12:22:47.056 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2024-09-21T12:22:47.107 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2024-09-21T12:22:47.108 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T12:22:47.108 DEBUG:teuthology.orchestra.run.smithi001:> /usr/sbin/getenforce 2024-09-21T12:22:47.137 INFO:teuthology.orchestra.run.smithi001.stdout:Permissive 2024-09-21T12:22:47.137 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2024-09-21T12:22:47.157 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2024-09-21T12:22:47.157 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi001.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi110.front.sepia.ceph.com': 'permissive'} 2024-09-21T12:22:47.157 DEBUG:teuthology.orchestra.run.smithi001:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T12:22:47.207 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:22:47.208 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T12:22:47.234 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:22:47.234 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T12:22:47.235 DEBUG:teuthology.orchestra.run.smithi001:> sudo /usr/sbin/setenforce permissive 2024-09-21T12:22:47.284 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2024-09-21T12:22:47.311 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T12:22:47.320 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-21T12:22:47.322 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-21T12:22:47.423 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T12:22:47.433 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-21T12:22:47.434 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi001.front.sepia.ceph.com,smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T12:26:30.126 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi001.front.sepia.ceph.com'), Remote(name='ubuntu@smithi110.front.sepia.ceph.com')] 2024-09-21T12:26:30.127 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-21T12:26:30.128 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:26:30.202 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-09-21T12:26:30.278 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-21T12:26:30.279 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-21T12:26:30.279 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T12:26:30.352 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-09-21T12:26:30.425 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-09-21T12:26:30.425 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T12:26:30.436 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T12:26:30.437 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T12:26:30.437 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T12:26:30.440 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T12:26:30.440 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T12:26:30.468 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T12:26:30.484 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T12:26:30.493 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T12:26:30.507 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T12:26:30.510 INFO:teuthology.orchestra.run.smithi001.stderr:sudo: ntpd: command not found 2024-09-21T12:26:30.522 INFO:teuthology.orchestra.run.smithi001.stdout:506 Cannot talk to daemon 2024-09-21T12:26:30.532 INFO:teuthology.orchestra.run.smithi110.stderr:sudo: ntpd: command not found 2024-09-21T12:26:30.537 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T12:26:30.543 INFO:teuthology.orchestra.run.smithi110.stdout:506 Cannot talk to daemon 2024-09-21T12:26:30.552 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T12:26:30.557 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T12:26:30.571 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T12:26:30.608 INFO:teuthology.orchestra.run.smithi001.stderr:bash: line 1: ntpq: command not found 2024-09-21T12:26:30.612 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T12:26:30.612 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2024-09-21T12:26:30.612 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:26:30.612 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:26:30.612 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:26:30.612 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:26:30.628 INFO:teuthology.orchestra.run.smithi110.stderr:bash: line 1: ntpq: command not found 2024-09-21T12:26:30.631 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T12:26:30.632 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-09-21T12:26:30.632 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:26:30.632 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:26:30.632 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:26:30.632 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:26:30.633 INFO:teuthology.run_tasks:Running task pexec... 2024-09-21T12:26:30.642 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-21T12:26:30.642 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:26:30.642 DEBUG:teuthology.orchestra.run.smithi001:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T12:26:30.643 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi110.front.sepia.ceph.com 2024-09-21T12:26:30.643 DEBUG:teuthology.orchestra.run.smithi110:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T12:26:31.023 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2024-09-21T12:26:31.025 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-09-21T12:26:31.034 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-09-21T12:26:31.034 INFO:teuthology.orchestra.run.smithi001.stdout: Package Architecture Version Repository Size 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout:Removing: 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout:Removing unused dependencies: 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout:Remove 2 Packages 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout:Freed space: 5.5 M 2024-09-21T12:26:31.035 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2024-09-21T12:26:31.036 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-21T12:26:31.036 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-09-21T12:26:31.036 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-21T12:26:31.036 INFO:teuthology.orchestra.run.smithi110.stdout:Removing: 2024-09-21T12:26:31.036 INFO:teuthology.orchestra.run.smithi110.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T12:26:31.036 INFO:teuthology.orchestra.run.smithi110.stdout:Removing unused dependencies: 2024-09-21T12:26:31.036 INFO:teuthology.orchestra.run.smithi110.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T12:26:31.037 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:26:31.037 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-09-21T12:26:31.037 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-21T12:26:31.037 INFO:teuthology.orchestra.run.smithi110.stdout:Remove 2 Packages 2024-09-21T12:26:31.037 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:26:31.037 INFO:teuthology.orchestra.run.smithi110.stdout:Freed space: 5.5 M 2024-09-21T12:26:31.037 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-09-21T12:26:31.039 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-09-21T12:26:31.039 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-09-21T12:26:31.040 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2024-09-21T12:26:31.040 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2024-09-21T12:26:31.098 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2024-09-21T12:26:31.098 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2024-09-21T12:26:31.099 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-09-21T12:26:31.099 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-09-21T12:26:31.234 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2024-09-21T12:26:31.236 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-09-21T12:26:31.299 INFO:teuthology.orchestra.run.smithi110.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T12:26:31.325 INFO:teuthology.orchestra.run.smithi001.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T12:26:31.355 INFO:teuthology.orchestra.run.smithi110.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T12:26:31.395 INFO:teuthology.orchestra.run.smithi001.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T12:26:31.757 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T12:26:31.757 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T12:26:31.896 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T12:26:31.896 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T12:26:32.006 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T12:26:32.006 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:26:32.006 INFO:teuthology.orchestra.run.smithi110.stdout:Removed: 2024-09-21T12:26:32.006 INFO:teuthology.orchestra.run.smithi110.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T12:26:32.006 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:26:32.006 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-09-21T12:26:32.171 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T12:26:32.171 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:26:32.171 INFO:teuthology.orchestra.run.smithi001.stdout:Removed: 2024-09-21T12:26:32.171 INFO:teuthology.orchestra.run.smithi001.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T12:26:32.171 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:26:32.171 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2024-09-21T12:26:32.831 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Sep 2024 12:25:44 PM UTC. 2024-09-21T12:26:32.966 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-09-21T12:26:32.966 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-09-21T12:26:32.967 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-09-21T12:26:32.968 INFO:teuthology.orchestra.run.smithi110.stdout:Install 7 Packages 2024-09-21T12:26:32.968 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:26:32.979 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 5.2 M 2024-09-21T12:26:32.979 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 19 M 2024-09-21T12:26:32.979 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-09-21T12:26:33.032 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:00:45 ago on Sat 21 Sep 2024 12:25:47 PM UTC. 2024-09-21T12:26:33.176 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout: Package Arch Version Repository Size 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout:Installing: 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T12:26:33.177 INFO:teuthology.orchestra.run.smithi001.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T12:26:33.178 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:26:33.178 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2024-09-21T12:26:33.178 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-09-21T12:26:33.178 INFO:teuthology.orchestra.run.smithi001.stdout:Install 7 Packages 2024-09-21T12:26:33.178 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:26:33.223 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 5.2 M 2024-09-21T12:26:33.223 INFO:teuthology.orchestra.run.smithi001.stdout:Installed size: 19 M 2024-09-21T12:26:33.223 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2024-09-21T12:26:33.494 INFO:teuthology.orchestra.run.smithi110.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 434 kB/s | 44 kB 00:00 2024-09-21T12:26:33.511 INFO:teuthology.orchestra.run.smithi001.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 326 kB/s | 44 kB 00:00 2024-09-21T12:26:33.520 INFO:teuthology.orchestra.run.smithi110.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 830 kB/s | 106 kB 00:00 2024-09-21T12:26:33.536 INFO:teuthology.orchestra.run.smithi001.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 656 kB/s | 106 kB 00:00 2024-09-21T12:26:33.553 INFO:teuthology.orchestra.run.smithi110.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.2 MB/s | 72 kB 00:00 2024-09-21T12:26:33.578 INFO:teuthology.orchestra.run.smithi110.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-21T12:26:33.595 INFO:teuthology.orchestra.run.smithi001.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-21T12:26:33.620 INFO:teuthology.orchestra.run.smithi110.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.9 MB/s | 906 kB 00:00 2024-09-21T12:26:33.628 INFO:teuthology.orchestra.run.smithi001.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 612 kB/s | 72 kB 00:00 2024-09-21T12:26:33.662 INFO:teuthology.orchestra.run.smithi110.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.5 MB/s | 837 kB 00:00 2024-09-21T12:26:33.695 INFO:teuthology.orchestra.run.smithi001.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.8 MB/s | 906 kB 00:00 2024-09-21T12:26:33.779 INFO:teuthology.orchestra.run.smithi001.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.5 MB/s | 837 kB 00:00 2024-09-21T12:26:34.504 INFO:teuthology.orchestra.run.smithi001.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.6 MB/s | 3.2 MB 00:00 2024-09-21T12:26:34.504 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2024-09-21T12:26:34.504 INFO:teuthology.orchestra.run.smithi001.stdout:Total 4.0 MB/s | 5.2 MB 00:01 2024-09-21T12:26:34.623 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2024-09-21T12:26:34.629 INFO:teuthology.orchestra.run.smithi110.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.0 MB/s | 3.2 MB 00:01 2024-09-21T12:26:34.630 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-09-21T12:26:34.630 INFO:teuthology.orchestra.run.smithi110.stdout:Total 3.1 MB/s | 5.2 MB 00:01 2024-09-21T12:26:34.639 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2024-09-21T12:26:34.639 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2024-09-21T12:26:34.746 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-09-21T12:26:34.761 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-09-21T12:26:34.761 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-09-21T12:26:35.100 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-09-21T12:26:35.100 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-09-21T12:26:35.101 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2024-09-21T12:26:35.101 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2024-09-21T12:26:35.570 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-09-21T12:26:35.605 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2024-09-21T12:26:35.665 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T12:26:35.699 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T12:26:35.703 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T12:26:35.733 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T12:26:35.736 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T12:26:35.770 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T12:26:35.951 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T12:26:35.976 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T12:26:35.994 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T12:26:36.026 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T12:26:36.402 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T12:26:36.430 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T12:26:36.499 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T12:26:36.537 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T12:26:36.541 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T12:26:36.607 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T12:26:36.665 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T12:26:36.735 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T12:26:37.576 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T12:26:37.576 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T12:26:37.576 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T12:26:37.576 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T12:26:37.576 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T12:26:37.576 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T12:26:37.576 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T12:26:37.757 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T12:26:37.757 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T12:26:37.757 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T12:26:37.757 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T12:26:37.757 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T12:26:37.757 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T12:26:37.757 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T12:26:37.912 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T12:26:37.913 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:26:37.913 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-09-21T12:26:37.913 INFO:teuthology.orchestra.run.smithi110.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T12:26:37.913 INFO:teuthology.orchestra.run.smithi110.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T12:26:37.913 INFO:teuthology.orchestra.run.smithi110.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T12:26:37.913 INFO:teuthology.orchestra.run.smithi110.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T12:26:37.913 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:26:37.913 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-09-21T12:26:38.172 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T12:26:38.172 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:26:38.172 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2024-09-21T12:26:38.172 INFO:teuthology.orchestra.run.smithi001.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T12:26:38.172 INFO:teuthology.orchestra.run.smithi001.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T12:26:38.173 INFO:teuthology.orchestra.run.smithi001.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T12:26:38.173 INFO:teuthology.orchestra.run.smithi001.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T12:26:38.173 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:26:38.173 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2024-09-21T12:26:38.335 DEBUG:teuthology.parallel:result is None 2024-09-21T12:26:38.712 DEBUG:teuthology.parallel:result is None 2024-09-21T12:26:38.712 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-21T12:26:38.724 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-21T12:26:38.724 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:26:38.724 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:26:38.741 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-21T12:26:38.741 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_1 2024-09-21T12:26:38.797 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T12:26:38.798 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:26:38.798 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 963 Links: 1 2024-09-21T12:26:38.798 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:26:38.798 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T12:26:38.798 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-21 12:26:36.989354071 +0000 2024-09-21T12:26:38.798 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-21 12:26:36.617358736 +0000 2024-09-21T12:26:38.798 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-21 12:26:36.617358736 +0000 2024-09-21T12:26:38.798 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-09-21 12:26:36.617358736 +0000 2024-09-21T12:26:38.798 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T12:26:38.863 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-21T12:26:38.863 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-21T12:26:38.863 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000128992 s, 4.0 MB/s 2024-09-21T12:26:38.865 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T12:26:38.922 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_2 2024-09-21T12:26:38.978 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T12:26:38.978 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:26:38.978 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-21T12:26:38.978 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:26:38.978 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T12:26:38.978 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-21 12:26:36.989354071 +0000 2024-09-21T12:26:38.979 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-21 12:26:36.617358736 +0000 2024-09-21T12:26:38.979 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-21 12:26:36.617358736 +0000 2024-09-21T12:26:38.979 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-09-21 12:26:36.617358736 +0000 2024-09-21T12:26:38.979 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T12:26:39.042 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-21T12:26:39.042 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-21T12:26:39.042 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000112028 s, 4.6 MB/s 2024-09-21T12:26:39.044 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T12:26:39.101 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_3 2024-09-21T12:26:39.157 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T12:26:39.157 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:26:39.157 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-09-21T12:26:39.157 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:26:39.157 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T12:26:39.157 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-21 12:26:36.990354058 +0000 2024-09-21T12:26:39.157 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-21 12:26:36.619358711 +0000 2024-09-21T12:26:39.157 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-21 12:26:36.619358711 +0000 2024-09-21T12:26:39.158 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-09-21 12:26:36.619358711 +0000 2024-09-21T12:26:39.158 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T12:26:39.221 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-21T12:26:39.221 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-21T12:26:39.221 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000103332 s, 5.0 MB/s 2024-09-21T12:26:39.223 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T12:26:39.280 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_4 2024-09-21T12:26:39.336 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T12:26:39.336 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:26:39.336 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 961 Links: 1 2024-09-21T12:26:39.336 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:26:39.336 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T12:26:39.337 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-21 12:26:36.990354058 +0000 2024-09-21T12:26:39.337 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-21 12:26:36.617358736 +0000 2024-09-21T12:26:39.337 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-21 12:26:36.617358736 +0000 2024-09-21T12:26:39.337 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-09-21 12:26:36.617358736 +0000 2024-09-21T12:26:39.337 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T12:26:39.400 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-21T12:26:39.400 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-21T12:26:39.400 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000102721 s, 5.0 MB/s 2024-09-21T12:26:39.401 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T12:26:39.459 DEBUG:teuthology.orchestra.run.smithi001:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-21T12:26:39.602 INFO:teuthology.orchestra.run.smithi001.stdout:loop 2024-09-21T12:26:39.604 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_1... 2024-09-21T12:26:39.604 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-21T12:26:39.639 INFO:teuthology.orchestra.run.smithi001.stdout:1 2024-09-21T12:26:39.671 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_11 2024-09-21T12:26:39.706 INFO:teuthology.orchestra.run.smithi001.stdout:connecting to device: nvme1 2024-09-21T12:26:39.709 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_2... 2024-09-21T12:26:39.709 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-21T12:26:39.785 INFO:teuthology.orchestra.run.smithi001.stdout:1 2024-09-21T12:26:39.819 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_21 2024-09-21T12:26:39.856 INFO:teuthology.orchestra.run.smithi001.stdout:connecting to device: nvme2 2024-09-21T12:26:39.858 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_3... 2024-09-21T12:26:39.858 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-21T12:26:39.933 INFO:teuthology.orchestra.run.smithi001.stdout:1 2024-09-21T12:26:39.966 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_31 2024-09-21T12:26:40.004 INFO:teuthology.orchestra.run.smithi001.stdout:connecting to device: nvme3 2024-09-21T12:26:40.007 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_4... 2024-09-21T12:26:40.007 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-21T12:26:40.084 INFO:teuthology.orchestra.run.smithi001.stdout:1 2024-09-21T12:26:40.116 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_41 2024-09-21T12:26:40.148 INFO:teuthology.orchestra.run.smithi001.stdout:connecting to device: nvme4 2024-09-21T12:26:40.150 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:26:40.150 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:26:40.206 DEBUG:teuthology.orchestra.run.smithi001:> lsblk 2024-09-21T12:26:40.264 INFO:teuthology.orchestra.run.smithi001.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2024-09-21T12:26:40.264 INFO:teuthology.orchestra.run.smithi001.stdout:sda 8:0 1 931.5G 0 disk 2024-09-21T12:26:40.264 INFO:teuthology.orchestra.run.smithi001.stdout:└─sda1 8:1 1 931.5G 0 part / 2024-09-21T12:26:40.264 INFO:teuthology.orchestra.run.smithi001.stdout:nvme0n1 259:0 0 447.1G 0 disk 2024-09-21T12:26:40.264 INFO:teuthology.orchestra.run.smithi001.stdout:├─vg_nvme-lv_1 253:0 0 89.4G 0 lvm 2024-09-21T12:26:40.264 INFO:teuthology.orchestra.run.smithi001.stdout:├─vg_nvme-lv_2 253:1 0 89.4G 0 lvm 2024-09-21T12:26:40.264 INFO:teuthology.orchestra.run.smithi001.stdout:├─vg_nvme-lv_3 253:2 0 89.4G 0 lvm 2024-09-21T12:26:40.265 INFO:teuthology.orchestra.run.smithi001.stdout:├─vg_nvme-lv_4 253:3 0 89.4G 0 lvm 2024-09-21T12:26:40.265 INFO:teuthology.orchestra.run.smithi001.stdout:└─vg_nvme-lv_5 253:4 0 14.9G 0 lvm /var/lib/ceph 2024-09-21T12:26:40.265 INFO:teuthology.orchestra.run.smithi001.stdout:nvme1n1 259:2 0 89.4G 0 disk 2024-09-21T12:26:40.265 INFO:teuthology.orchestra.run.smithi001.stdout:nvme2n1 259:4 0 89.4G 0 disk 2024-09-21T12:26:40.265 INFO:teuthology.orchestra.run.smithi001.stdout:nvme3n1 259:6 0 89.4G 0 disk 2024-09-21T12:26:40.265 INFO:teuthology.orchestra.run.smithi001.stdout:nvme4n1 259:8 0 89.4G 0 disk 2024-09-21T12:26:40.265 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme list -o json 2024-09-21T12:26:40.330 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2024-09-21T12:26:40.330 INFO:teuthology.orchestra.run.smithi001.stdout: "Devices":[ 2024-09-21T12:26:40.330 INFO:teuthology.orchestra.run.smithi001.stdout: { 2024-09-21T12:26:40.330 INFO:teuthology.orchestra.run.smithi001.stdout: "NameSpace":1, 2024-09-21T12:26:40.330 INFO:teuthology.orchestra.run.smithi001.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-21T12:26:40.330 INFO:teuthology.orchestra.run.smithi001.stdout: "GenericPath":"/dev/ng4n1", 2024-09-21T12:26:40.330 INFO:teuthology.orchestra.run.smithi001.stdout: "Firmware":"5.14.0-5", 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "ModelNumber":"Linux", 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "SerialNumber":"d49f3609d866dcf7cd30", 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "UsedBytes":95995035648, 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "MaximumLBA":187490304, 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "PhysicalSize":95995035648, 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "SectorSize":512 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: { 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "NameSpace":1, 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "GenericPath":"/dev/ng3n1", 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "Firmware":"5.14.0-5", 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "ModelNumber":"Linux", 2024-09-21T12:26:40.331 INFO:teuthology.orchestra.run.smithi001.stdout: "SerialNumber":"d41d078a3f75532eb61c", 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "UsedBytes":95995035648, 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "MaximumLBA":187490304, 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "PhysicalSize":95995035648, 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "SectorSize":512 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: { 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "NameSpace":1, 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "GenericPath":"/dev/ng2n1", 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "Firmware":"5.14.0-5", 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "ModelNumber":"Linux", 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "SerialNumber":"a9da4cbf4fd4f09ea1f9", 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "UsedBytes":95995035648, 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "MaximumLBA":187490304, 2024-09-21T12:26:40.332 INFO:teuthology.orchestra.run.smithi001.stdout: "PhysicalSize":95995035648, 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "SectorSize":512 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: { 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "NameSpace":1, 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "GenericPath":"/dev/ng1n1", 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "Firmware":"5.14.0-5", 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "ModelNumber":"Linux", 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "SerialNumber":"d7d45bda44bd0b9df3bc", 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "UsedBytes":95995035648, 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "MaximumLBA":187490304, 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "PhysicalSize":95995035648, 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: "SectorSize":512 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: }, 2024-09-21T12:26:40.333 INFO:teuthology.orchestra.run.smithi001.stdout: { 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "NameSpace":1, 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "GenericPath":"/dev/ng0n1", 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "Firmware":"E2010325", 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "ModelNumber":"INTEL SSDPED1D480GA", 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "SerialNumber":"PHMB7513000D480DGN", 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "UsedBytes":480103981056, 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "MaximumLBA":937703088, 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "PhysicalSize":480103981056, 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: "SectorSize":512 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: } 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout: ] 2024-09-21T12:26:40.334 INFO:teuthology.orchestra.run.smithi001.stdout:} 2024-09-21T12:26:40.335 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2024-09-21T12:26:40.404 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:40.404 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:40.404 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00530041 s, 773 kB/s 2024-09-21T12:26:40.405 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2024-09-21T12:26:40.483 INFO:teuthology.orchestra.run.smithi001.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:40.483 INFO:teuthology.orchestra.run.smithi001.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:40.484 INFO:teuthology.orchestra.run.smithi001.stdout:00000016 2024-09-21T12:26:40.485 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:26:40.554 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:40.554 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:40.554 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00537307 s, 762 kB/s 2024-09-21T12:26:40.556 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2024-09-21T12:26:40.620 INFO:teuthology.orchestra.run.smithi001.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:40.620 INFO:teuthology.orchestra.run.smithi001.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:40.620 INFO:teuthology.orchestra.run.smithi001.stdout:40000016 2024-09-21T12:26:40.621 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:26:40.690 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:40.690 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:40.690 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00536907 s, 763 kB/s 2024-09-21T12:26:40.691 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2024-09-21T12:26:40.755 INFO:teuthology.orchestra.run.smithi001.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:40.755 INFO:teuthology.orchestra.run.smithi001.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:40.755 INFO:teuthology.orchestra.run.smithi001.stdout:280000016 2024-09-21T12:26:40.758 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2024-09-21T12:26:40.827 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:40.827 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:40.827 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00529647 s, 773 kB/s 2024-09-21T12:26:40.829 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2024-09-21T12:26:40.894 INFO:teuthology.orchestra.run.smithi001.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:40.894 INFO:teuthology.orchestra.run.smithi001.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:40.894 INFO:teuthology.orchestra.run.smithi001.stdout:00000016 2024-09-21T12:26:40.895 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:26:40.966 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:40.966 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:40.966 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00535594 s, 765 kB/s 2024-09-21T12:26:40.966 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2024-09-21T12:26:41.030 INFO:teuthology.orchestra.run.smithi001.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:41.030 INFO:teuthology.orchestra.run.smithi001.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:41.030 INFO:teuthology.orchestra.run.smithi001.stdout:40000016 2024-09-21T12:26:41.032 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:26:41.101 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:41.101 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:41.101 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00535255 s, 765 kB/s 2024-09-21T12:26:41.102 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2024-09-21T12:26:41.167 INFO:teuthology.orchestra.run.smithi001.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:41.167 INFO:teuthology.orchestra.run.smithi001.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:41.167 INFO:teuthology.orchestra.run.smithi001.stdout:280000016 2024-09-21T12:26:41.170 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=0 bs=1 count=4096 2024-09-21T12:26:41.239 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:41.239 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:41.240 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00536794 s, 763 kB/s 2024-09-21T12:26:41.241 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s0 /dev/nvme2n1 2024-09-21T12:26:41.305 INFO:teuthology.orchestra.run.smithi001.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:41.305 INFO:teuthology.orchestra.run.smithi001.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:41.305 INFO:teuthology.orchestra.run.smithi001.stdout:00000016 2024-09-21T12:26:41.307 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:26:41.376 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:41.376 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:41.376 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00541596 s, 756 kB/s 2024-09-21T12:26:41.377 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s1073741824 /dev/nvme2n1 2024-09-21T12:26:41.442 INFO:teuthology.orchestra.run.smithi001.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:41.442 INFO:teuthology.orchestra.run.smithi001.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:41.442 INFO:teuthology.orchestra.run.smithi001.stdout:40000016 2024-09-21T12:26:41.443 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:26:41.512 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:41.512 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:41.512 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00534977 s, 766 kB/s 2024-09-21T12:26:41.513 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s10737418240 /dev/nvme2n1 2024-09-21T12:26:41.577 INFO:teuthology.orchestra.run.smithi001.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:41.577 INFO:teuthology.orchestra.run.smithi001.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:41.578 INFO:teuthology.orchestra.run.smithi001.stdout:280000016 2024-09-21T12:26:41.578 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=0 bs=1 count=4096 2024-09-21T12:26:41.648 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:41.648 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:41.648 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00529857 s, 773 kB/s 2024-09-21T12:26:41.649 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s0 /dev/nvme1n1 2024-09-21T12:26:41.714 INFO:teuthology.orchestra.run.smithi001.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:41.714 INFO:teuthology.orchestra.run.smithi001.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:41.715 INFO:teuthology.orchestra.run.smithi001.stdout:00000016 2024-09-21T12:26:41.716 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:26:41.785 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:41.785 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:41.785 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00535805 s, 764 kB/s 2024-09-21T12:26:41.787 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s1073741824 /dev/nvme1n1 2024-09-21T12:26:41.851 INFO:teuthology.orchestra.run.smithi001.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:41.851 INFO:teuthology.orchestra.run.smithi001.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:41.851 INFO:teuthology.orchestra.run.smithi001.stdout:40000016 2024-09-21T12:26:41.853 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:26:41.923 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records in 2024-09-21T12:26:41.923 INFO:teuthology.orchestra.run.smithi001.stderr:4096+0 records out 2024-09-21T12:26:41.923 INFO:teuthology.orchestra.run.smithi001.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00540588 s, 758 kB/s 2024-09-21T12:26:41.924 DEBUG:teuthology.orchestra.run.smithi001:> sudo hexdump -n22 -C -s10737418240 /dev/nvme1n1 2024-09-21T12:26:41.990 INFO:teuthology.orchestra.run.smithi001.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:41.990 INFO:teuthology.orchestra.run.smithi001.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:41.990 INFO:teuthology.orchestra.run.smithi001.stdout:280000016 2024-09-21T12:26:41.990 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-21T12:26:41.991 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:26:41.991 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/scratch_devs 2024-09-21T12:26:42.056 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:26:42.056 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:26:42.076 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-21T12:26:42.076 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2024-09-21T12:26:42.135 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T12:26:42.135 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:26:42.135 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-21T12:26:42.135 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:26:42.135 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T12:26:42.135 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-21 12:26:36.857940571 +0000 2024-09-21T12:26:42.135 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-21 12:26:36.509946503 +0000 2024-09-21T12:26:42.135 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-21 12:26:36.509946503 +0000 2024-09-21T12:26:42.135 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-21 12:26:36.509946503 +0000 2024-09-21T12:26:42.136 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T12:26:42.203 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-21T12:26:42.203 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-21T12:26:42.203 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000117734 s, 4.3 MB/s 2024-09-21T12:26:42.204 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T12:26:42.262 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2024-09-21T12:26:42.319 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T12:26:42.319 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:26:42.319 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 952 Links: 1 2024-09-21T12:26:42.319 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:26:42.320 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T12:26:42.320 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-21 12:26:36.857940571 +0000 2024-09-21T12:26:42.320 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-21 12:26:36.507946538 +0000 2024-09-21T12:26:42.320 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-21 12:26:36.507946538 +0000 2024-09-21T12:26:42.320 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-21 12:26:36.507946538 +0000 2024-09-21T12:26:42.320 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T12:26:42.384 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-21T12:26:42.384 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-21T12:26:42.384 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 8.5286e-05 s, 6.0 MB/s 2024-09-21T12:26:42.386 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T12:26:42.443 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2024-09-21T12:26:42.499 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T12:26:42.499 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:26:42.500 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 951 Links: 1 2024-09-21T12:26:42.500 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:26:42.500 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T12:26:42.500 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-21 12:26:36.857940571 +0000 2024-09-21T12:26:42.500 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-21 12:26:36.507946538 +0000 2024-09-21T12:26:42.500 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-21 12:26:36.507946538 +0000 2024-09-21T12:26:42.500 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-21 12:26:36.507946538 +0000 2024-09-21T12:26:42.500 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T12:26:42.564 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-21T12:26:42.564 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-21T12:26:42.564 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000100286 s, 5.1 MB/s 2024-09-21T12:26:42.565 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T12:26:42.622 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2024-09-21T12:26:42.677 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T12:26:42.678 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T12:26:42.678 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 968 Links: 1 2024-09-21T12:26:42.678 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T12:26:42.678 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T12:26:42.678 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-21 12:26:36.857940571 +0000 2024-09-21T12:26:42.678 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-21 12:26:36.508946521 +0000 2024-09-21T12:26:42.678 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-21 12:26:36.508946521 +0000 2024-09-21T12:26:42.678 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-21 12:26:36.508946521 +0000 2024-09-21T12:26:42.678 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T12:26:42.740 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-21T12:26:42.740 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-21T12:26:42.740 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000105426 s, 4.9 MB/s 2024-09-21T12:26:42.741 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T12:26:42.797 DEBUG:teuthology.orchestra.run.smithi110:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-21T12:26:42.957 INFO:teuthology.orchestra.run.smithi110.stdout:loop 2024-09-21T12:26:42.958 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2024-09-21T12:26:42.958 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-21T12:26:42.991 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-09-21T12:26:43.020 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_11 2024-09-21T12:26:43.061 INFO:teuthology.orchestra.run.smithi110.stdout:connecting to device: nvme1 2024-09-21T12:26:43.063 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2024-09-21T12:26:43.063 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-21T12:26:43.148 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-09-21T12:26:43.179 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_21 2024-09-21T12:26:43.214 INFO:teuthology.orchestra.run.smithi110.stdout:connecting to device: nvme2 2024-09-21T12:26:43.216 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2024-09-21T12:26:43.216 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-21T12:26:43.250 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-09-21T12:26:43.280 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_31 2024-09-21T12:26:43.311 INFO:teuthology.orchestra.run.smithi110.stdout:connecting to device: nvme3 2024-09-21T12:26:43.312 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2024-09-21T12:26:43.312 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-21T12:26:43.386 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-09-21T12:26:43.417 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_41 2024-09-21T12:26:43.452 INFO:teuthology.orchestra.run.smithi110.stdout:connecting to device: nvme4 2024-09-21T12:26:43.454 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:26:43.454 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:26:43.510 DEBUG:teuthology.orchestra.run.smithi110:> lsblk 2024-09-21T12:26:43.568 INFO:teuthology.orchestra.run.smithi110.stdout:NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS 2024-09-21T12:26:43.568 INFO:teuthology.orchestra.run.smithi110.stdout:sda 8:0 1 931.5G 0 disk 2024-09-21T12:26:43.568 INFO:teuthology.orchestra.run.smithi110.stdout:└─sda1 8:1 1 931.5G 0 part / 2024-09-21T12:26:43.568 INFO:teuthology.orchestra.run.smithi110.stdout:nvme0n1 259:0 0 447.1G 0 disk 2024-09-21T12:26:43.568 INFO:teuthology.orchestra.run.smithi110.stdout:├─vg_nvme-lv_1 253:0 0 89.4G 0 lvm 2024-09-21T12:26:43.568 INFO:teuthology.orchestra.run.smithi110.stdout:├─vg_nvme-lv_2 253:1 0 89.4G 0 lvm 2024-09-21T12:26:43.569 INFO:teuthology.orchestra.run.smithi110.stdout:├─vg_nvme-lv_3 253:2 0 89.4G 0 lvm 2024-09-21T12:26:43.569 INFO:teuthology.orchestra.run.smithi110.stdout:├─vg_nvme-lv_4 253:3 0 89.4G 0 lvm 2024-09-21T12:26:43.569 INFO:teuthology.orchestra.run.smithi110.stdout:└─vg_nvme-lv_5 253:4 0 14.9G 0 lvm /var/lib/ceph 2024-09-21T12:26:43.569 INFO:teuthology.orchestra.run.smithi110.stdout:nvme1n1 259:2 0 89.4G 0 disk 2024-09-21T12:26:43.569 INFO:teuthology.orchestra.run.smithi110.stdout:nvme2n1 259:4 0 89.4G 0 disk 2024-09-21T12:26:43.569 INFO:teuthology.orchestra.run.smithi110.stdout:nvme3n1 259:6 0 89.4G 0 disk 2024-09-21T12:26:43.569 INFO:teuthology.orchestra.run.smithi110.stdout:nvme4n1 259:8 0 89.4G 0 disk 2024-09-21T12:26:43.569 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme list -o json 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout: "Devices":[ 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout: { 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout: "NameSpace":1, 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout: "GenericPath":"/dev/ng4n1", 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout: "Firmware":"5.14.0-5", 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout: "ModelNumber":"Linux", 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout: "SerialNumber":"d374db5d319918addb40", 2024-09-21T12:26:43.634 INFO:teuthology.orchestra.run.smithi110.stdout: "UsedBytes":95995035648, 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "MaximumLBA":187490304, 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "PhysicalSize":95995035648, 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "SectorSize":512 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: { 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "NameSpace":1, 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "GenericPath":"/dev/ng3n1", 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "Firmware":"5.14.0-5", 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "ModelNumber":"Linux", 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "SerialNumber":"6320a3255abd9275033e", 2024-09-21T12:26:43.635 INFO:teuthology.orchestra.run.smithi110.stdout: "UsedBytes":95995035648, 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "MaximumLBA":187490304, 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "PhysicalSize":95995035648, 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "SectorSize":512 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: { 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "NameSpace":1, 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "GenericPath":"/dev/ng2n1", 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "Firmware":"5.14.0-5", 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "ModelNumber":"Linux", 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "SerialNumber":"0f7942b97d6d10375f5d", 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "UsedBytes":95995035648, 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "MaximumLBA":187490304, 2024-09-21T12:26:43.636 INFO:teuthology.orchestra.run.smithi110.stdout: "PhysicalSize":95995035648, 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "SectorSize":512 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: { 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "NameSpace":1, 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "GenericPath":"/dev/ng1n1", 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "Firmware":"5.14.0-5", 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "ModelNumber":"Linux", 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "SerialNumber":"72053e30d93624eeed1d", 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "UsedBytes":95995035648, 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "MaximumLBA":187490304, 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "PhysicalSize":95995035648, 2024-09-21T12:26:43.637 INFO:teuthology.orchestra.run.smithi110.stdout: "SectorSize":512 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: { 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "NameSpace":1, 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "GenericPath":"/dev/ng0n1", 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "Firmware":"E2010325", 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "ModelNumber":"INTEL SSDPED1D480GA", 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "SerialNumber":"PHMB7476002T480DGN", 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "UsedBytes":480103981056, 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "MaximumLBA":937703088, 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "PhysicalSize":480103981056, 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: "SectorSize":512 2024-09-21T12:26:43.638 INFO:teuthology.orchestra.run.smithi110.stdout: } 2024-09-21T12:26:43.639 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2024-09-21T12:26:43.639 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-21T12:26:43.641 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=0 bs=1 count=4096 2024-09-21T12:26:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:43.709 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00402771 s, 1.0 MB/s 2024-09-21T12:26:43.710 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s0 /dev/nvme4n1 2024-09-21T12:26:43.787 INFO:teuthology.orchestra.run.smithi110.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:43.787 INFO:teuthology.orchestra.run.smithi110.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:43.787 INFO:teuthology.orchestra.run.smithi110.stdout:00000016 2024-09-21T12:26:43.788 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:26:43.855 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:43.856 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:43.856 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.0039979 s, 1.0 MB/s 2024-09-21T12:26:43.857 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s1073741824 /dev/nvme4n1 2024-09-21T12:26:43.920 INFO:teuthology.orchestra.run.smithi110.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:43.920 INFO:teuthology.orchestra.run.smithi110.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:43.920 INFO:teuthology.orchestra.run.smithi110.stdout:40000016 2024-09-21T12:26:43.922 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme4n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:26:43.989 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:43.989 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:43.989 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00404164 s, 1.0 MB/s 2024-09-21T12:26:43.991 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s10737418240 /dev/nvme4n1 2024-09-21T12:26:44.055 INFO:teuthology.orchestra.run.smithi110.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:44.055 INFO:teuthology.orchestra.run.smithi110.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:44.055 INFO:teuthology.orchestra.run.smithi110.stdout:280000016 2024-09-21T12:26:44.056 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=0 bs=1 count=4096 2024-09-21T12:26:44.122 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:44.123 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:44.123 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00406207 s, 1.0 MB/s 2024-09-21T12:26:44.124 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s0 /dev/nvme3n1 2024-09-21T12:26:44.187 INFO:teuthology.orchestra.run.smithi110.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:44.187 INFO:teuthology.orchestra.run.smithi110.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:44.187 INFO:teuthology.orchestra.run.smithi110.stdout:00000016 2024-09-21T12:26:44.188 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:26:44.255 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:44.255 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:44.255 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00397771 s, 1.0 MB/s 2024-09-21T12:26:44.256 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s1073741824 /dev/nvme3n1 2024-09-21T12:26:44.319 INFO:teuthology.orchestra.run.smithi110.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:44.319 INFO:teuthology.orchestra.run.smithi110.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:44.320 INFO:teuthology.orchestra.run.smithi110.stdout:40000016 2024-09-21T12:26:44.320 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme3n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:26:44.388 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:44.388 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:44.388 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00398374 s, 1.0 MB/s 2024-09-21T12:26:44.389 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s10737418240 /dev/nvme3n1 2024-09-21T12:26:44.452 INFO:teuthology.orchestra.run.smithi110.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:44.453 INFO:teuthology.orchestra.run.smithi110.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:44.453 INFO:teuthology.orchestra.run.smithi110.stdout:280000016 2024-09-21T12:26:44.454 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=0 bs=1 count=4096 2024-09-21T12:26:44.521 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:44.522 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:44.522 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00396871 s, 1.0 MB/s 2024-09-21T12:26:44.523 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s0 /dev/nvme2n1 2024-09-21T12:26:44.587 INFO:teuthology.orchestra.run.smithi110.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:44.587 INFO:teuthology.orchestra.run.smithi110.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:44.587 INFO:teuthology.orchestra.run.smithi110.stdout:00000016 2024-09-21T12:26:44.588 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:26:44.655 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:44.656 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:44.656 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00402808 s, 1.0 MB/s 2024-09-21T12:26:44.657 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s1073741824 /dev/nvme2n1 2024-09-21T12:26:44.721 INFO:teuthology.orchestra.run.smithi110.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:44.721 INFO:teuthology.orchestra.run.smithi110.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:44.721 INFO:teuthology.orchestra.run.smithi110.stdout:40000016 2024-09-21T12:26:44.722 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme2n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:26:44.789 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:44.790 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:44.790 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00406293 s, 1.0 MB/s 2024-09-21T12:26:44.791 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s10737418240 /dev/nvme2n1 2024-09-21T12:26:44.854 INFO:teuthology.orchestra.run.smithi110.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:44.854 INFO:teuthology.orchestra.run.smithi110.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:44.855 INFO:teuthology.orchestra.run.smithi110.stdout:280000016 2024-09-21T12:26:44.856 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=0 bs=1 count=4096 2024-09-21T12:26:44.922 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:44.922 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:44.922 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00390648 s, 1.0 MB/s 2024-09-21T12:26:44.923 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s0 /dev/nvme1n1 2024-09-21T12:26:44.986 INFO:teuthology.orchestra.run.smithi110.stdout:00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:44.986 INFO:teuthology.orchestra.run.smithi110.stdout:00000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:44.987 INFO:teuthology.orchestra.run.smithi110.stdout:00000016 2024-09-21T12:26:44.988 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=1073741824 bs=1 count=4096 2024-09-21T12:26:45.054 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:45.054 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:45.054 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00407206 s, 1.0 MB/s 2024-09-21T12:26:45.055 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s1073741824 /dev/nvme1n1 2024-09-21T12:26:45.118 INFO:teuthology.orchestra.run.smithi110.stdout:40000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:45.118 INFO:teuthology.orchestra.run.smithi110.stdout:40000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:45.118 INFO:teuthology.orchestra.run.smithi110.stdout:40000016 2024-09-21T12:26:45.120 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/zero of=/dev/nvme1n1 seek=10737418240 bs=1 count=4096 2024-09-21T12:26:45.187 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records in 2024-09-21T12:26:45.187 INFO:teuthology.orchestra.run.smithi110.stderr:4096+0 records out 2024-09-21T12:26:45.187 INFO:teuthology.orchestra.run.smithi110.stderr:4096 bytes (4.1 kB, 4.0 KiB) copied, 0.00410525 s, 998 kB/s 2024-09-21T12:26:45.189 DEBUG:teuthology.orchestra.run.smithi110:> sudo hexdump -n22 -C -s10737418240 /dev/nvme1n1 2024-09-21T12:26:45.252 INFO:teuthology.orchestra.run.smithi110.stdout:280000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2024-09-21T12:26:45.252 INFO:teuthology.orchestra.run.smithi110.stdout:280000010 00 00 00 00 00 00 |......| 2024-09-21T12:26:45.252 INFO:teuthology.orchestra.run.smithi110.stdout:280000016 2024-09-21T12:26:45.253 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-21T12:26:45.253 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:26:45.253 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2024-09-21T12:26:45.318 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T12:26:45.416 INFO:tasks.cephadm:Config: {'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\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '441784946648ff53dd310293f9dd752afeeea72a'} 2024-09-21T12:26:45.416 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T12:26:45.416 INFO:tasks.cephadm:Cluster fsid is c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:26:45.416 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T12:26:45.416 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-21T12:26:45.417 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi001': '172.21.15.1', 'mon.smithi110': '172.21.15.110'} 2024-09-21T12:26:45.417 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T12:26:45.417 DEBUG:teuthology.orchestra.run.smithi001:> sudo hostname $(hostname -s) 2024-09-21T12:26:45.448 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2024-09-21T12:26:45.473 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T12:26:45.473 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T12:26:45.621 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '441784946648ff53dd310293f9dd752afeeea72a', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/83203/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5104-g44178494', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-5104.g44178494'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-21 10:26:40.656703', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-21-0842', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-21T12:26:45.759 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-guits-main-2024-09-21-0842, sha1 441784946648ff53dd310293f9dd752afeeea72a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T12:26:45.761 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/x86_64/flavors/default/cephadm 2024-09-21T12:26:45.761 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/x86_64/flavors/default/cephadm 2024-09-21T12:26:45.761 DEBUG:teuthology.orchestra.run.smithi001:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T12:26:46.337 INFO:teuthology.orchestra.run.smithi001.stdout:-rw-r--r--. 1 ubuntu ubuntu 804351 Sep 21 12:26 /home/ubuntu/cephtest/cephadm 2024-09-21T12:26:46.337 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-21-0842/441784946648ff53dd310293f9dd752afeeea72a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T12:26:46.767 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-r--r--. 1 ubuntu ubuntu 804351 Sep 21 12:26 /home/ubuntu/cephtest/cephadm 2024-09-21T12:26:46.768 DEBUG:teuthology.orchestra.run.smithi001:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T12:26:46.788 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T12:26:46.817 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a on all hosts... 2024-09-21T12:26:46.817 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a pull 2024-09-21T12:26:46.830 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a pull 2024-09-21T12:26:48.420 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a... 2024-09-21T12:26:48.668 INFO:teuthology.orchestra.run.smithi001.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a... 2024-09-21T12:27:19.131 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2024-09-21T12:27:19.132 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph_version": "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)", 2024-09-21T12:27:19.132 INFO:teuthology.orchestra.run.smithi001.stdout: "image_id": "b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85", 2024-09-21T12:27:19.132 INFO:teuthology.orchestra.run.smithi001.stdout: "repo_digests": [ 2024-09-21T12:27:19.132 INFO:teuthology.orchestra.run.smithi001.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5" 2024-09-21T12:27:19.132 INFO:teuthology.orchestra.run.smithi001.stdout: ] 2024-09-21T12:27:19.132 INFO:teuthology.orchestra.run.smithi001.stdout:} 2024-09-21T12:27:21.687 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-09-21T12:27:21.687 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph_version": "ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev)", 2024-09-21T12:27:21.688 INFO:teuthology.orchestra.run.smithi110.stdout: "image_id": "b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85", 2024-09-21T12:27:21.688 INFO:teuthology.orchestra.run.smithi110.stdout: "repo_digests": [ 2024-09-21T12:27:21.688 INFO:teuthology.orchestra.run.smithi110.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5" 2024-09-21T12:27:21.688 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2024-09-21T12:27:21.688 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-09-21T12:27:21.712 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /etc/ceph 2024-09-21T12:27:21.745 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2024-09-21T12:27:21.772 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 777 /etc/ceph 2024-09-21T12:27:21.816 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2024-09-21T12:27:21.840 INFO:tasks.cephadm:Writing seed config... 2024-09-21T12:27:21.842 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T12:27:21.842 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T12:27:21.842 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T12:27:21.842 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T12:27:21.843 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T12:27:21.843 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T12:27:21.843 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T12:27:21.843 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-21T12:27:21.844 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:27:21.844 DEBUG:teuthology.orchestra.run.smithi001:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T12:27:21.875 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 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 = c3f68222-7814-11ef-baf6-efdc52797490 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-21T12:27:21.875 DEBUG:teuthology.orchestra.run.smithi001:mon.smithi001> sudo journalctl -f -n 0 -u ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi001.service 2024-09-21T12:27:21.917 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T12:27:21.918 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a -v bootstrap --fsid c3f68222-7814-11ef-baf6-efdc52797490 --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.1 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T12:27:22.136 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2024-09-21T12:27:22.136 INFO:teuthology.orchestra.run.smithi001.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a', '-v', 'bootstrap', '--fsid', 'c3f68222-7814-11ef-baf6-efdc52797490', '--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.1', '--skip-admin-label'] 2024-09-21T12:27:22.136 INFO:teuthology.orchestra.run.smithi001.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T12:27:22.137 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying podman|docker is present... 2024-09-21T12:27:22.171 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stdout 5.2.2 2024-09-21T12:27:22.171 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying lvm2 is present... 2024-09-21T12:27:22.171 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying time synchronization is in place... 2024-09-21T12:27:22.179 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T12:27:22.179 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T12:27:22.186 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T12:27:22.186 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-21T12:27:22.192 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-09-21T12:27:22.199 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-09-21T12:27:22.199 INFO:teuthology.orchestra.run.smithi001.stdout:Unit chronyd.service is enabled and running 2024-09-21T12:27:22.199 INFO:teuthology.orchestra.run.smithi001.stdout:Repeating the final host check... 2024-09-21T12:27:22.222 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stdout 5.2.2 2024-09-21T12:27:22.222 INFO:teuthology.orchestra.run.smithi001.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-21T12:27:22.222 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl is present 2024-09-21T12:27:22.222 INFO:teuthology.orchestra.run.smithi001.stdout:lvcreate is present 2024-09-21T12:27:22.229 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T12:27:22.229 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T12:27:22.235 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T12:27:22.235 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-21T12:27:22.242 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-09-21T12:27:22.248 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-09-21T12:27:22.248 INFO:teuthology.orchestra.run.smithi001.stdout:Unit chronyd.service is enabled and running 2024-09-21T12:27:22.248 INFO:teuthology.orchestra.run.smithi001.stdout:Host looks OK 2024-09-21T12:27:22.248 INFO:teuthology.orchestra.run.smithi001.stdout:Cluster fsid: c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:22.249 INFO:teuthology.orchestra.run.smithi001.stdout:Acquiring lock 140412796888880 on /run/cephadm/c3f68222-7814-11ef-baf6-efdc52797490.lock 2024-09-21T12:27:22.249 INFO:teuthology.orchestra.run.smithi001.stdout:Lock 140412796888880 acquired on /run/cephadm/c3f68222-7814-11ef-baf6-efdc52797490.lock 2024-09-21T12:27:22.249 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 3300 ... 2024-09-21T12:27:22.249 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 6789 ... 2024-09-21T12:27:22.250 INFO:teuthology.orchestra.run.smithi001.stdout:Base mon IP(s) is [172.21.15.1:3300, 172.21.15.1:6789], mon addrv is [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-09-21T12:27:22.253 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.1 metric 100 2024-09-21T12:27:22.253 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 metric 100 2024-09-21T12:27:22.256 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T12:27:22.256 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-21T12:27:22.256 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-09-21T12:27:22.259 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T12:27:22.259 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T12:27:22.259 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T12:27:22.259 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-21T12:27:22.259 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15e8/64 scope link 2024-09-21T12:27:22.259 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T12:27:22.260 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-09-21T12:27:22.260 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-09-21T12:27:22.260 INFO:teuthology.orchestra.run.smithi001.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-21T12:27:22.260 INFO:teuthology.orchestra.run.smithi001.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T12:27:22.261 INFO:teuthology.orchestra.run.smithi001.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a... 2024-09-21T12:27:22.776 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stdout b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 2024-09-21T12:27:22.776 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a... 2024-09-21T12:27:22.776 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Getting image source signatures 2024-09-21T12:27:22.776 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Copying blob sha256:d3c61a6c378e0e3b0f2d0c744b48039813ea4b374665619799f973b00e21a218 2024-09-21T12:27:22.776 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-21T12:27:22.776 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Copying config sha256:b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 2024-09-21T12:27:22.776 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-21T12:27:23.864 INFO:teuthology.orchestra.run.smithi001.stdout:ceph: stdout ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev) 2024-09-21T12:27:23.864 INFO:teuthology.orchestra.run.smithi001.stdout:Ceph version: ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev) 2024-09-21T12:27:23.864 INFO:teuthology.orchestra.run.smithi001.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T12:27:24.894 INFO:teuthology.orchestra.run.smithi001.stdout:stat: stdout 167 167 2024-09-21T12:27:24.895 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial keys... 2024-09-21T12:27:26.067 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQCtu+5mudekDhAATncV+BZ43bmrRuD+XnK5GA== 2024-09-21T12:27:26.971 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQCuu+5mPhh0GRAAgGWaUttcKNiNXKhGUTs3VA== 2024-09-21T12:27:28.127 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQCvu+5mginVIBAAM6NkOEm+qA4TKzISlQ0QeA== 2024-09-21T12:27:28.129 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial monmap... 2024-09-21T12:27:33.281 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T12:27:33.281 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T12:27:33.281 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:33.282 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T12:27:33.282 INFO:teuthology.orchestra.run.smithi001.stdout:monmaptool for smithi001 [v2:172.21.15.1:3300,v1:172.21.15.1:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T12:27:33.282 INFO:teuthology.orchestra.run.smithi001.stdout:setting min_mon_release = quincy 2024-09-21T12:27:33.282 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: set fsid to c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:33.282 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T12:27:33.282 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:27:33.282 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mon... 2024-09-21T12:27:40.347 INFO:teuthology.orchestra.run.smithi001.stdout:create mon.smithi001 on 2024-09-21T12:27:40.759 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-21T12:27:40.969 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c3f68222-7814-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-c3f68222-7814-11ef-baf6-efdc52797490.target. 2024-09-21T12:27:40.969 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-c3f68222-7814-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-c3f68222-7814-11ef-baf6-efdc52797490.target. 2024-09-21T12:27:41.209 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi001 2024-09-21T12:27:41.209 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi001.service: Unit ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi001.service not loaded. 2024-09-21T12:27:41.393 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c3f68222-7814-11ef-baf6-efdc52797490.target.wants/ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi001.service → /etc/systemd/system/ceph-c3f68222-7814-11ef-baf6-efdc52797490@.service. 2024-09-21T12:27:41.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:41 smithi001 podman[25780]: 2024-09-21 12:27:41.529702201 +0000 UTC m=+0.016196420 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T12:27:41.887 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T12:27:41.887 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout disabled 2024-09-21T12:27:41.894 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T12:27:41.894 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-21T12:27:41.894 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld.service is not enabled 2024-09-21T12:27:41.895 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T12:27:41.895 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon to start... 2024-09-21T12:27:41.895 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon... 2024-09-21T12:27:42.132 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:41 smithi001 podman[25780]: 2024-09-21 12:27:41.805430792 +0000 UTC m=+0.291925004 container init 02d273d5d97aab26bc729c416528032bbcea0896f2a222a5598fab7f929ee7da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS) 2024-09-21T12:27:42.133 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:41 smithi001 podman[25780]: 2024-09-21 12:27:41.810916539 +0000 UTC m=+0.297410740 container start 02d273d5d97aab26bc729c416528032bbcea0896f2a222a5598fab7f929ee7da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.license=GPLv2) 2024-09-21T12:27:42.133 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:41 smithi001 ceph-mon[25817]: mkfs c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:42.133 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:41 smithi001 ceph-mon[25817]: mon.smithi001 is new leader, mons smithi001 in quorum (ranks 0) 2024-09-21T12:27:42.133 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:41 smithi001 bash[25780]: 02d273d5d97aab26bc729c416528032bbcea0896f2a222a5598fab7f929ee7da 2024-09-21T12:27:42.133 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:41 smithi001 systemd[1]: Started Ceph mon.smithi001 for c3f68222-7814-11ef-baf6-efdc52797490. 2024-09-21T12:27:42.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: mon.smithi001 is new leader, mons smithi001 in quorum (ranks 0) 2024-09-21T12:27:42.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: monmap epoch 1 2024-09-21T12:27:42.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: fsid c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:42.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: last_changed 2024-09-21T12:27:28.494012+0000 2024-09-21T12:27:42.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: created 2024-09-21T12:27:28.494012+0000 2024-09-21T12:27:42.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: min_mon_release 19 (squid) 2024-09-21T12:27:42.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: election_strategy: 1 2024-09-21T12:27:42.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.smithi001 2024-09-21T12:27:42.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: fsmap 2024-09-21T12:27:42.972 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T12:27:42.972 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: mgrmap e1: no daemons active 2024-09-21T12:27:42.972 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:42 smithi001 ceph-mon[25817]: from='client.? 172.21.15.1:0/180660236' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T12:27:42.974 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T12:27:42.974 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout id: c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:42.974 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T12:27:42.974 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:42.974 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout services: 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi001 (age 0.572789s) 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout data: 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:mon is available 2024-09-21T12:27:42.975 INFO:teuthology.orchestra.run.smithi001.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T12:27:44.044 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:43 smithi001 ceph-mon[25817]: from='client.? 172.21.15.1:0/1698552210' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T12:27:44.044 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:43 smithi001 ceph-mon[25817]: from='client.? 172.21.15.1:0/1698552210' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T12:27:44.047 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T12:27:44.048 INFO:teuthology.orchestra.run.smithi001.stdout:Generating new minimal ceph.conf... 2024-09-21T12:27:45.203 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:44 smithi001 ceph-mon[25817]: from='client.? 172.21.15.1:0/1418947568' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:27:45.207 INFO:teuthology.orchestra.run.smithi001.stdout:Restarting the monitor... 2024-09-21T12:27:45.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:45 smithi001 systemd[1]: Stopping Ceph mon.smithi001 for c3f68222-7814-11ef-baf6-efdc52797490... 2024-09-21T12:27:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:46 smithi001 ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001[25794]: 2024-09-21T12:27:46.118+0000 7f400bc04640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi001 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T12:27:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:46 smithi001 ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001[25794]: 2024-09-21T12:27:46.118+0000 7f400bc04640 -1 mon.smithi001@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T12:27:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:46 smithi001 podman[26134]: 2024-09-21 12:27:46.313883085 +0000 UTC m=+0.935039361 container died 02d273d5d97aab26bc729c416528032bbcea0896f2a222a5598fab7f929ee7da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T12:27:46.841 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:46 smithi001 podman[26134]: 2024-09-21 12:27:46.656464884 +0000 UTC m=+1.277621150 container cleanup 02d273d5d97aab26bc729c416528032bbcea0896f2a222a5598fab7f929ee7da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-21T12:27:46.842 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:46 smithi001 bash[26134]: ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001 2024-09-21T12:27:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:46 smithi001 podman[26152]: 2024-09-21 12:27:46.840671282 +0000 UTC m=+0.521463015 container remove 02d273d5d97aab26bc729c416528032bbcea0896f2a222a5598fab7f929ee7da (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-09-21T12:27:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 systemd[1]: ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi001.service: Deactivated successfully. 2024-09-21T12:27:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 systemd[1]: Stopped Ceph mon.smithi001 for c3f68222-7814-11ef-baf6-efdc52797490. 2024-09-21T12:27:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 systemd[1]: Starting Ceph mon.smithi001 for c3f68222-7814-11ef-baf6-efdc52797490... 2024-09-21T12:27:47.552 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 podman[26245]: 2024-09-21 12:27:47.170320606 +0000 UTC m=+0.016306103 image pull b415816db8b41f544cdfdc71d193ff8b1ee008bf7b0ec4f64da8eb8f71b62e85 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 podman[26245]: 2024-09-21 12:27:47.27490127 +0000 UTC m=+0.120886757 container create f5f525f234935ad22bf26d2e0eca2a002c7f55831e8a1fcc4dbb6eebaa105207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 podman[26245]: 2024-09-21 12:27:47.460339743 +0000 UTC m=+0.306325240 container init f5f525f234935ad22bf26d2e0eca2a002c7f55831e8a1fcc4dbb6eebaa105207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731) 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 podman[26245]: 2024-09-21 12:27:47.465361772 +0000 UTC m=+0.311347260 container start f5f525f234935ad22bf26d2e0eca2a002c7f55831e8a1fcc4dbb6eebaa105207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: ceph version 19.3.0-5104-g44178494 (441784946648ff53dd310293f9dd752afeeea72a) squid (dev), process ceph-mon, pid 7 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: pidfile_write: ignore empty --pid-file 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: load: jerasure load: lrc 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: RocksDB version: 7.9.2 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Git sha 0 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Compile date 2024-09-21 09:24:23 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: DB SUMMARY 2024-09-21T12:27:47.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: DB Session ID: 95PH9FXXID716ZDREUQG 2024-09-21T12:27:47.554 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: CURRENT file: CURRENT 2024-09-21T12:27:47.554 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T12:27:47.554 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T12:27:47.554 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi001/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T12:27:47.554 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi001/store.db: 000009.log size: 89056 ; 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.error_if_exists: 0 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.create_if_missing: 0 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.paranoid_checks: 1 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.env: 0x55d5f70cc120 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.info_log: 0x55d5f90c38e0 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.statistics: (nil) 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.use_fsync: 0 2024-09-21T12:27:47.555 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_log_file_size: 0 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.allow_fallocate: 1 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.use_direct_reads: 0 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.db_log_dir: 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.wal_dir: 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T12:27:47.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.write_buffer_manager: 0x55d5f90c7b80 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T12:27:47.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.unordered_write: 0 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.row_cache: None 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.wal_filter: None 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.two_write_queues: 0 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.wal_compression: 0 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.atomic_flush: 0 2024-09-21T12:27:47.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.log_readahead_size: 0 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_background_jobs: 2 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_background_compactions: -1 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_subcompactions: 1 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T12:27:47.559 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_open_files: -1 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_background_flushes: -1 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Compression algorithms supported: 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: kZSTD supported: 0 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: kXpressCompression supported: 0 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: kBZip2Compression supported: 0 2024-09-21T12:27:47.560 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: kLZ4Compression supported: 1 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: kZlibCompression supported: 1 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: kSnappyCompression supported: 1 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi001/store.db/MANIFEST-000010 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.merge_operator: 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_filter: None 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T12:27:47.561 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d5f90c3540) 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: cache_index_and_filter_blocks: 1 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: pin_top_level_index_and_filter: 1 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: index_type: 0 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: data_block_index_type: 0 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: index_shortening: 1 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: checksum: 4 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: no_block_cache: 0 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_cache: 0x55d5f90b7610 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_cache_name: BinnedLRUCache 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_cache_options: 2024-09-21T12:27:47.562 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: capacity : 536870912 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: num_shard_bits : 4 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: strict_capacity_limit : 0 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: high_pri_pool_ratio: 0.000 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_cache_compressed: (nil) 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: persistent_cache: (nil) 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_size: 4096 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_size_deviation: 10 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_restart_interval: 16 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: index_block_restart_interval: 1 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: metadata_block_size: 4096 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: partition_filters: 0 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: use_delta_encoding: 1 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: filter_policy: bloomfilter 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: whole_key_filtering: 1 2024-09-21T12:27:47.563 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: verify_compression: 0 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: read_amp_bytes_per_bit: 0 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: format_version: 5 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: enable_index_compression: 1 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_align: 0 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: max_auto_readahead_size: 262144 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: prepopulate_block_cache: 0 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: initial_auto_readahead_size: 8192 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression: NoCompression 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T12:27:47.564 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.num_levels: 7 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T12:27:47.565 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T12:27:47.566 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T12:27:47.566 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T12:27:47.566 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T12:27:47.566 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T12:27:47.566 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T12:27:47.567 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T12:27:47.568 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T12:27:47.568 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T12:27:47.568 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T12:27:47.568 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T12:27:47.568 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T12:27:47.568 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T12:27:47.568 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T12:27:47.568 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T12:27:47.569 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T12:27:47.569 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T12:27:47.569 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.inplace_update_support: 0 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T12:27:47.570 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.bloom_locality: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.max_successive_merges: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.ttl: 2592000 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.enable_blob_files: false 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.min_blob_size: 0 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T12:27:47.571 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi001/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d728f05c-cea6-497b-8881-ae3a39072a4d 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726921667491996, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726921667492905, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85832, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83972, "index_size": 244, "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": 10002, "raw_average_key_size": 46, "raw_value_size": 78221, "raw_average_value_size": 362, "num_data_blocks": 11, "num_entries": 216, "num_filter_entries": 216, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726921667, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d728f05c-cea6-497b-8881-ae3a39072a4d", "db_session_id": "95PH9FXXID716ZDREUQG", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726921667493003, "job": 1, "event": "recovery_finished"} 2024-09-21T12:27:47.572 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi001/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d5f90e6e00 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: DB pointer 0x55d5f91e8000 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ** DB Stats ** 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-09-21T12:27:47.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ** Compaction Stats [default] ** 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: L0 2/0 85.72 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Sum 2/0 85.72 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.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 141.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ** Compaction Stats [default] ** 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.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 141.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T12:27:47.574 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Cumulative compaction: 0.00 GB write, 26.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Interval compaction: 0.00 GB write, 26.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Block cache BinnedLRUCache@0x55d5f90b7610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T12:27:47.575 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: starting mon.smithi001 rank 0 at public addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] at bind addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi001 fsid c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: mon.smithi001@-1(???) e1 preinit fsid c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: mon.smithi001@-1(???).mds e1 new map 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: mon.smithi001@-1(???).mds e1 print_map 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: e1 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: btime 2024-09-21T12:27:41:849124+0000 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.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,11=minor log segments,12=quiesce subvolumes} 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: legacy client fscid: -1 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: No filesystems configured 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: mon.smithi001@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: mon.smithi001@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: mon.smithi001@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: mon.smithi001@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T12:27:47.576 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 ceph-mon[26284]: mon.smithi001@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T12:27:47.577 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 bash[26245]: f5f525f234935ad22bf26d2e0eca2a002c7f55831e8a1fcc4dbb6eebaa105207 2024-09-21T12:27:47.577 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:47 smithi001 systemd[1]: Started Ceph mon.smithi001 for c3f68222-7814-11ef-baf6-efdc52797490. 2024-09-21T12:27:47.577 INFO:teuthology.orchestra.run.smithi001.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-21T12:27:48.629 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T12:27:48.650 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T12:27:48.650 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mgr... 2024-09-21T12:27:48.651 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T12:27:48.651 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T12:27:48.651 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-21T12:27:48.919 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c3f68222-7814-11ef-baf6-efdc52797490@mgr.smithi001.vtkjbw 2024-09-21T12:27:48.919 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c3f68222-7814-11ef-baf6-efdc52797490@mgr.smithi001.vtkjbw.service: Unit ceph-c3f68222-7814-11ef-baf6-efdc52797490@mgr.smithi001.vtkjbw.service not loaded. 2024-09-21T12:27:48.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: mon.smithi001 is new leader, mons smithi001 in quorum (ranks 0) 2024-09-21T12:27:48.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: monmap epoch 1 2024-09-21T12:27:48.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: fsid c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:48.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: last_changed 2024-09-21T12:27:28.494012+0000 2024-09-21T12:27:48.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: created 2024-09-21T12:27:28.494012+0000 2024-09-21T12:27:48.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: min_mon_release 19 (squid) 2024-09-21T12:27:48.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: election_strategy: 1 2024-09-21T12:27:48.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.smithi001 2024-09-21T12:27:48.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: fsmap 2024-09-21T12:27:48.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T12:27:48.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: mgrmap e1: no daemons active 2024-09-21T12:27:48.926 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:48 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3792136950' entity='client.admin' 2024-09-21T12:27:49.087 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c3f68222-7814-11ef-baf6-efdc52797490.target.wants/ceph-c3f68222-7814-11ef-baf6-efdc52797490@mgr.smithi001.vtkjbw.service → /etc/systemd/system/ceph-c3f68222-7814-11ef-baf6-efdc52797490@.service. 2024-09-21T12:27:49.660 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T12:27:49.660 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout disabled 2024-09-21T12:27:49.667 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T12:27:49.668 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-21T12:27:49.668 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld.service is not enabled 2024-09-21T12:27:49.668 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T12:27:49.676 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T12:27:49.677 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout disabled 2024-09-21T12:27:49.685 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T12:27:49.685 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-21T12:27:49.685 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld.service is not enabled 2024-09-21T12:27:49.685 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-21T12:27:49.685 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr to start... 2024-09-21T12:27:49.685 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr... 2024-09-21T12:27:50.551 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:50 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1317641819' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T12:27:50.908 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:50.908 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "c3f68222-7814-11ef-baf6-efdc52797490", 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "smithi001" 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-21T12:27:50.909 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T12:27:50.910 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T12:27:50.913 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:50.913 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T12:27:41:849124+0000", 2024-09-21T12:27:50.914 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T12:27:50.915 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:50.916 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T12:27:41.849809+0000", 2024-09-21T12:27:50.916 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T12:27:50.916 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:50.916 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T12:27:50.916 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-21T12:27:50.916 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (1/15)... 2024-09-21T12:27:53.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:53 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3549275166' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "c3f68222-7814-11ef-baf6-efdc52797490", 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-09-21T12:27:54.147 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "smithi001" 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T12:27:54.148 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T12:27:54.149 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T12:27:54.149 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T12:27:54.152 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T12:27:41:849124+0000", 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T12:27:54.153 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:54.154 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T12:27:54.154 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:54.154 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T12:27:41.849809+0000", 2024-09-21T12:27:54.154 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T12:27:54.154 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:54.154 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T12:27:54.154 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-21T12:27:54.154 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (2/15)... 2024-09-21T12:27:55.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: Activating manager daemon smithi001.vtkjbw 2024-09-21T12:27:55.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: mgrmap e2: smithi001.vtkjbw(active, starting, since 0.00331489s) 2024-09-21T12:27:55.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T12:27:55.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T12:27:55.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T12:27:55.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi001"} : dispatch 2024-09-21T12:27:55.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr metadata", "who": "smithi001.vtkjbw", "id": "smithi001.vtkjbw"} : dispatch 2024-09-21T12:27:55.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: Manager daemon smithi001.vtkjbw is now available 2024-09-21T12:27:55.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.vtkjbw/mirror_snapshot_schedule"} : dispatch 2024-09-21T12:27:55.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.vtkjbw/trash_purge_schedule"} : dispatch 2024-09-21T12:27:55.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:27:55.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:27:55.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:54 smithi001 ceph-mon[26284]: from='mgr.14100 172.21.15.1:0/3455031773' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:27:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:56 smithi001 ceph-mon[26284]: mgrmap e3: smithi001.vtkjbw(active, since 1.0075s) 2024-09-21T12:27:57.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:57.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-21T12:27:57.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "c3f68222-7814-11ef-baf6-efdc52797490", 2024-09-21T12:27:57.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T12:27:57.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T12:27:57.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T12:27:57.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T12:27:57.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:57.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "smithi001" 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:57.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T12:27:57.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T12:27:41:849124+0000", 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T12:27:57.545 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T12:27:41.849809+0000", 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-21T12:27:57.546 INFO:teuthology.orchestra.run.smithi001.stdout:mgr is available 2024-09-21T12:27:58.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:57 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1855551790' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T12:27:58.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:57 smithi001 ceph-mon[26284]: mgrmap e4: smithi001.vtkjbw(active, since 2s) 2024-09-21T12:27:58.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:58.765 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T12:27:58.766 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling cephadm module... 2024-09-21T12:27:59.019 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:58 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2634111730' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T12:28:00.201 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:27:59 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2290130156' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T12:28:01.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:00 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2290130156' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T12:28:01.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:00 smithi001 ceph-mon[26284]: mgrmap e5: smithi001.vtkjbw(active, since 5s) 2024-09-21T12:28:01.819 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-21T12:28:01.819 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T12:28:01.819 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T12:28:01.819 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "active_name": "smithi001.vtkjbw", 2024-09-21T12:28:01.819 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T12:28:01.819 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-21T12:28:01.819 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for the mgr to restart... 2024-09-21T12:28:01.820 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr epoch 5... 2024-09-21T12:28:02.067 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:01 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2770777363' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T12:28:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: Active manager daemon smithi001.vtkjbw restarted 2024-09-21T12:28:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: Activating manager daemon smithi001.vtkjbw 2024-09-21T12:28:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: osdmap e2: 0 total, 0 up, 0 in 2024-09-21T12:28:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: mgrmap e6: smithi001.vtkjbw(active, starting, since 0.00340856s) 2024-09-21T12:28:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi001"} : dispatch 2024-09-21T12:28:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr metadata", "who": "smithi001.vtkjbw", "id": "smithi001.vtkjbw"} : dispatch 2024-09-21T12:28:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T12:28:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T12:28:05.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T12:28:05.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:05 smithi001 ceph-mon[26284]: Manager daemon smithi001.vtkjbw is now available 2024-09-21T12:28:06.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-21T12:28:06.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T12:28:06.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T12:28:06.741 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-21T12:28:06.742 INFO:teuthology.orchestra.run.smithi001.stdout:mgr epoch 5 is available 2024-09-21T12:28:06.742 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying orchestrator module is enabled... 2024-09-21T12:28:07.003 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:07.003 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:07.003 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: Found migration_current of "None". Setting to last migration. 2024-09-21T12:28:07.003 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:07.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:07.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:28:07.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:28:07.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.vtkjbw/mirror_snapshot_schedule"} : dispatch 2024-09-21T12:28:07.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.vtkjbw/trash_purge_schedule"} : dispatch 2024-09-21T12:28:07.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:06 smithi001 ceph-mon[26284]: mgrmap e7: smithi001.vtkjbw(active, since 1.00584s) 2024-09-21T12:28:08.086 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:07 smithi001 ceph-mon[26284]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T12:28:08.086 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:07 smithi001 ceph-mon[26284]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T12:28:08.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:07 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:06] ENGINE Bus STARTING 2024-09-21T12:28:08.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:07 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:06] ENGINE Serving on http://172.21.15.1:8765 2024-09-21T12:28:08.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:07 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:28:08.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:07 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/4060361906' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T12:28:08.373 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-21T12:28:08.373 INFO:teuthology.orchestra.run.smithi001.stdout:Setting orchestrator backend to cephadm... 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:08 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:06] ENGINE Serving on https://172.21.15.1:7150 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:08 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:06] ENGINE Bus STARTED 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:08 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:06] ENGINE Error in HTTPServer.serve 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Traceback (most recent call last): 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self._connections.run(self.expiration_interval) 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self._run(expiration_interval) 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T12:28:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: s = self.context.wrap_socket( 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: return self.sslsocket_class._create( 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self.do_handshake() 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self._sslobj.do_handshake() 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:08 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/4060361906' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T12:28:08.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:08 smithi001 ceph-mon[26284]: mgrmap e8: smithi001.vtkjbw(active, since 2s) 2024-09-21T12:28:10.332 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:10 smithi001 ceph-mon[26284]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:10.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:10 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:10.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:10 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:28:10.918 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T12:28:10.918 INFO:teuthology.orchestra.run.smithi001.stdout:Generating ssh key... 2024-09-21T12:28:11.181 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:11 smithi001 ceph-mon[26284]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:13.122 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:12 smithi001 ceph-mon[26284]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:13.122 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:12 smithi001 ceph-mon[26284]: Generating ssh key... 2024-09-21T12:28:13.122 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:12 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:13.122 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:12 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:13.721 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsgyx94Wq07zGcBVrqAqXTnEGjA+Fbk7vtyA7dS18cNDQlStUo+jJueT+uEye5TVdx4F4ra2PF3nYYyWlPzPqhcLONBKl1H6Rx2wQK1FqMPBo97zpp2OZqR/wCukUk+wKoyHHiKu/IADLp1Ewv+hj6pjt5tY/ucAkY79llVR5NlAc/OawMiEdGlahVLdU1qUiY9CYDY5oVZj8Lj4S9Ineb8PtYiFDaZMhRASYkbeavdzeGSzq6uOhPSpiUkdT7/Os+yNkoCd4JgiysgHc6DEPAu6Zp/bbTVHtjG3lwC41f7zZXFGBNF5T6hSekaQhMx0k/IAlMyq2oHD2vN+JYi23/qS0Imft9a7Vx/u1uUESDhSUP8nleY9YDjLAUKPUoupGBg3uqiCnOV2lm2e55Tw88w+L5SNY/3LCQwtWNu6AfYU95b5kiwrwZlTm78RUz9yEiAQghzD3vuXXUDDnDQ0Kgk0L8G0XOKuOe9U2IFz7m+0eqNgsgWUGiPWWoNrb2Ma8= ceph-c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:28:13.721 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T12:28:13.721 INFO:teuthology.orchestra.run.smithi001.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T12:28:13.731 INFO:teuthology.orchestra.run.smithi001.stdout:Adding host smithi001... 2024-09-21T12:28:14.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:13 smithi001 ceph-mon[26284]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:15.106 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:14 smithi001 ceph-mon[26284]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi001", "addr": "172.21.15.1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:16.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:15 smithi001 ceph-mon[26284]: Deploying cephadm binary to smithi001 2024-09-21T12:28:18.904 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Added host 'smithi001' with addr '172.21.15.1' 2024-09-21T12:28:18.905 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying mon service with default placement... 2024-09-21T12:28:19.430 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:19 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:19.430 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:19 smithi001 ceph-mon[26284]: Added host smithi001 2024-09-21T12:28:19.430 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:19 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:28:21.102 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:20 smithi001 ceph-mon[26284]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:21.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:20 smithi001 ceph-mon[26284]: Saving service mon spec with placement count:5 2024-09-21T12:28:21.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:20 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:21.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:20 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:21.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:20 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:21.103 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T12:28:21.103 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying mgr service with default placement... 2024-09-21T12:28:22.477 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T12:28:22.477 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying crash service with default placement... 2024-09-21T12:28:23.122 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:22 smithi001 ceph-mon[26284]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:23.122 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:22 smithi001 ceph-mon[26284]: Saving service mgr spec with placement count:2 2024-09-21T12:28:23.122 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:22 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:24.035 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-21T12:28:24.036 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying ceph-exporter service with default placement... 2024-09-21T12:28:24.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:24 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:24.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:24 smithi001 ceph-mon[26284]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:24.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:24 smithi001 ceph-mon[26284]: Saving service crash spec with placement * 2024-09-21T12:28:24.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:24 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:25.375 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-21T12:28:25.375 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying prometheus service with default placement... 2024-09-21T12:28:25.660 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:25 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:25.661 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:25 smithi001 ceph-mon[26284]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:25.661 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:25 smithi001 ceph-mon[26284]: Saving service ceph-exporter spec with placement * 2024-09-21T12:28:25.661 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:25 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:26.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:26 smithi001 ceph-mon[26284]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:28:26.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:26 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:27.388 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-21T12:28:27.388 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying grafana service with default placement... 2024-09-21T12:28:27.637 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:27 smithi001 ceph-mon[26284]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:27.637 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:27 smithi001 ceph-mon[26284]: Saving service prometheus spec with placement count:1 2024-09-21T12:28:28.568 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-21T12:28:28.568 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying node-exporter service with default placement... 2024-09-21T12:28:28.689 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:28 smithi001 ceph-mon[26284]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:28:28.689 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:28 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:29.796 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:29 smithi001 ceph-mon[26284]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:29.796 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:29 smithi001 ceph-mon[26284]: Saving service grafana spec with placement count:1 2024-09-21T12:28:29.796 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:29 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:29.799 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-21T12:28:29.799 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying alertmanager service with default placement... 2024-09-21T12:28:30.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:30 smithi001 ceph-mon[26284]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:28:30.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:30 smithi001 ceph-mon[26284]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:30.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:30 smithi001 ceph-mon[26284]: Saving service node-exporter spec with placement * 2024-09-21T12:28:30.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:30 smithi001 ceph-mon[26284]: from='mgr.14118 172.21.15.1:0/2795714897' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:31.030 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-21T12:28:31.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:31 smithi001 ceph-mon[26284]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:31.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:31 smithi001 ceph-mon[26284]: Saving service alertmanager spec with placement count:1 2024-09-21T12:28:32.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:32 smithi001 ceph-mon[26284]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:28:32.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:32 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3239401027' entity='client.admin' 2024-09-21T12:28:33.583 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling the dashboard module... 2024-09-21T12:28:34.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:33 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2725652215' entity='client.admin' 2024-09-21T12:28:34.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:33 smithi001 ceph-mon[26284]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:28:35.379 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:34 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/4113653343' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T12:28:36.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:36 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/4113653343' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T12:28:36.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:36 smithi001 ceph-mon[26284]: mgrmap e9: smithi001.vtkjbw(active, since 29s) 2024-09-21T12:28:37.014 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-21T12:28:37.014 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-21T12:28:37.014 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T12:28:37.014 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "active_name": "smithi001.vtkjbw", 2024-09-21T12:28:37.014 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T12:28:37.014 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-21T12:28:37.014 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for the mgr to restart... 2024-09-21T12:28:37.014 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr epoch 9... 2024-09-21T12:28:37.281 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:37 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3249116009' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: Active manager daemon smithi001.vtkjbw restarted 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: Activating manager daemon smithi001.vtkjbw 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: osdmap e3: 0 total, 0 up, 0 in 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: mgrmap e10: smithi001.vtkjbw(active, starting, since 0.00355782s) 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi001"} : dispatch 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr metadata", "who": "smithi001.vtkjbw", "id": "smithi001.vtkjbw"} : dispatch 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T12:28:40.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:40 smithi001 ceph-mon[26284]: Manager daemon smithi001.vtkjbw is now available 2024-09-21T12:28:41.724 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:41 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:28:41.724 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:41 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.vtkjbw/mirror_snapshot_schedule"} : dispatch 2024-09-21T12:28:41.724 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:41 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.vtkjbw/trash_purge_schedule"} : dispatch 2024-09-21T12:28:41.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:41 smithi001 ceph-mon[26284]: mgrmap e11: smithi001.vtkjbw(active, since 1.00656s) 2024-09-21T12:28:42.070 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-21T12:28:42.071 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-21T12:28:42.071 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T12:28:42.071 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-21T12:28:42.071 INFO:teuthology.orchestra.run.smithi001.stdout:mgr epoch 9 is available 2024-09-21T12:28:42.071 INFO:teuthology.orchestra.run.smithi001.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-21T12:28:42.326 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:42 smithi001 ceph-mon[26284]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T12:28:42.326 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:42 smithi001 ceph-mon[26284]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:43 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:42] ENGINE Bus STARTING 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:43 smithi001 ceph-mon[26284]: mgrmap e12: smithi001.vtkjbw(active, since 2s) 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:43 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:42] ENGINE Serving on https://172.21.15.1:7150 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:43 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:42] ENGINE Error in HTTPServer.serve 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Traceback (most recent call last): 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self._connections.run(self.expiration_interval) 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self._run(expiration_interval) 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T12:28:43.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: s = self.context.wrap_socket( 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: return self.sslsocket_class._create( 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self.do_handshake() 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self._sslobj.do_handshake() 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:43 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:42] ENGINE Serving on http://172.21.15.1:8765 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:43 smithi001 ceph-mon[26284]: [21/Sep/2024:12:28:42] ENGINE Bus STARTED 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:43 smithi001 ceph-mon[26284]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:43.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:43 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:44.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUC++0AHway8uFc/KjTOahGnx89kEwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkyMTEyMjg0M1oXDTM0\nMDkyMjEyMjg0M1owFjEUMBIGA1UEAwwLMTcyLjIxLjE1LjEwggIiMA0GCSqGSIb3\nDQEBAQUAA4ICDwAwggIKAoICAQDa233t6FP0Kv5nEvNc0mSUI8LMolU3sJGWokbs\n1F3BuWN161F6sONOxGD45lLWqsBLmEBIBQupNbja5cMuIcQQckl4Kwz3I/oZrphA\n0oIdU6zzjuMtz2KjDHJkoY5behIJTExTt5CNdeUIh6anftN+W7ARA5gclGY3gyAL\njyGly85A6gV6F6yqbyq//d21sBhsdJVnJ8FGZBQUmBd3mQhDOslRy+p60UJ9gV8V\nnH9tunkUYqXhf5qM3NR03rUyq2E7nWUC2MdrGpvvCctfrT175iJOrP2c7SF//68I\nRm6s50urL59LqaWsvAruoRN5Q8GHhsQ31hHrvV3FKPdYU8uj0BmDH05Ok6Rquobw\nltiur92LBHkilkExCXvqXBCAv99ZUq8vuK90OVXrGJ6v8Tnn14Vsqlfsk7k2ZPYQ\nKaaX7X+Zv7c7esz1Odze3KOELaeWjGYjHWJnyG/OP9RNrN7+YTz21s/9FS5cKeit\nifKe52i8ba20sti0NnJL2AH+K5PMdgNmwX+qGBicqE0SMyb55BlsIfiKhQXxr0ic\nNdYSf5E5nX5TNfiEJMN/3/PGP6U7Syjon0GGB49+6FbUmFUtwXpNfKanaOCQAtut\ny1FXlw+7ClMQnpAVagJzEF0GMbFt0932lKuvmLL7rVn+2ao3hXPA/5A09laACPM0\nj6oRnQIDAQABoz8wPTAtBgNVHREEJjAkgglzbWl0aGkwMDGCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwSsFQ8BMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAEco\nag+Svqy7b/SJzqZqEtwKoKG7pTK1kJMiiJGviAH5fkx6RiZGKZU/mUvbrKBpCuUh\n2rWDViQzsYfuuVGEKFlJquJIWjp1EPL3n90cD+7q3ejSONCVPpHra+xDhL0gol1Z\nEW9CYosZjRc3mhY+M6mwRC/uZt4CcQWHUQjkrhxD7Xg3hCm8tr3kyJxW2It2SJuK\nw+Pp13ESza8D1uc6FUKWYPqos27aDd+t3DmKwA/KAXqjve0guyQ2Tks3fr/9h7l+\nm1DfK7FDagrOu3DWaoFC0ZpJzSMKpNVj35d4olCgnGC42OVPGTAT0QZ9Ub0d4tO5\nGXBP1+khNQJ1PM6Ja705HpM0lDX0Vk0cLkmRT7aEm8naW+ZcrtVMyVu3XaIZoWr1\n1i8C2LsJdJwS71YajZQxJ0Ncy2eY1AMNhbpvgXsE8Wa7ZeGHzkc/GpkbQFlfzcqo\nP41DUEAo4bhv2VAaP2jRLn0j0wAO08vEPh9T68IPVu1//L/JvKGGo0VbBEOSjUXR\nYr0rbZrs1duJv8rGKAkYNb091S1woUS1oMNBxlbYO0w9CtCUv+Y6mb2tAM9PSuUV\niX9Jn22uc0IAgc3SrX5Yz29URMiFEKeu+ElTrj0dtYDiuK9OFdB6byy9ChQUgN1V\niLArv/gurMUSTOdSSl4d8HCiS1XWvQ5asL3Qwt3W\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKgIBAAKCAgEA2tt97ehT9Cr+ZxLzXNJklCPCzKJVN7CRlqJG7NRdwbljdetR\nerDjTsRg+OZS1qrAS5hASAULqTW42uXDLiHEEHJJeCsM9yP6Ga6YQNKCHVOs847j\nLc9iowxyZKGOW3oSCUxMU7eQjXXlCIemp37TfluwEQOYHJRmN4MgC48hpcvOQOoF\nehesqm8qv/3dtbAYbHSVZyfBRmQUFJgXd5kIQzrJUcvqetFCfYFfFZx/bbp5FGKl\n4X+ajNzUdN61MqthO51lAtjHaxqb7wnLX609e+YiTqz9nO0hf/+vCEZurOdLqy+f\nS6mlrLwK7qETeUPBh4bEN9YR671dxSj3WFPLo9AZgx9OTpOkarqG8JbYrq/diwR5\nIpZBMQl76lwQgL/fWVKvL7ivdDlV6xier/E559eFbKpX7JO5NmT2ECmml+1/mb+3\nO3rM9Tnc3tyjhC2nloxmIx1iZ8hvzj/UTaze/mE89tbP/RUuXCnorYnynudovG2t\ntLLYtDZyS9gB/iuTzHYDZsF/qhgYnKhNEjMm+eQZbCH4ioUF8a9InDXWEn+ROZ1+\nUzX4hCTDf9/zxj+lO0so6J9BhgePfuhW1JhVLcF6TXymp2jgkALbrctRV5cPuwpT\nEJ6QFWoCcxBdBjGxbdPd9pSrr5iy+61Z/tmqN4VzwP+QNPZWgAjzNI+qEZ0CAwEA\nAQKCAgAEC8VQpMXlIGSiwuWkAhYBEM+b1JPfBGfqVbQ+0gbRH+D6aPSRFxfIHW2S\np9LTXo6+qU7lxfM/qpIn3T/RevBS1PDpVs76aPMk19R2KuT2U9VBaJNDc69TkAxY\nMnvT9xrB+GPXIPBXnSXq8OFXIV2HSOpcNimDTuOXutgh0NwC0DlPMsRa3i+/at3Y\ndMsoopKhBF9PR1Jw9kT3DRJ3tI2M+umqurzFsw6qDL5ejFbSvg9Zi454FFGwHvkA\nPBwPcivt3BEvRiU/WzcBWCYCgF72wddl9BfnCchfw0NP07WCFaZIUyzqAiy86gx2\n1S6ijWrUpG69EPI0uZ9Yl5xJ209LIxY7q4C4TgyuPf1WHA5TbcBQUVlJCJNOOXp8\nrFWLAXDIZkLa/NB/Qs6p2DEgD6jVJFPXT0QTYjP1wBstAxLnOF4ob5XztAAFruEK\n8bjacfB4yB6mlDllzLUcAorT2KVOzCStwkLOTY0e/pIJAV0yWOjSLdj+EGBHcqhn\nZKwecH8PbDGO2QDS1SRkkpdbRRhTxqtzAvDXY8E9OHJuq6w+Ir6jhcnfXDtO7CrM\nj2SYf+g+38rqj7gXXqvFtAHT61WXWqIQCgGhpEDYqdQpDKHzOYLoJprZo+U9WrW0\n1pHP0Vpmem/MWOtr9PkRTevZrgNe2k61hg6JQyb0TNkpeu4uRQKCAQEA8kCyuH3T\nxaKT2I/jpCwjE7726L+LVbcb5hHkAAnqakYjSTed+F77gKt3L+Q21DskosnEFUS/\neEB0TXDcaoUnG896UxCx9Sn3ehbGQ/edwQrx7iDb4A6FEA27D7CTrmIdPnjJrPcV\n+eDwJfkDNynwAK1KpyGxya3K+0+uLiziTBQFKL5sKpJWXGK2yWUY9LC2jLUurNUL\nKCMH0Su2VBeNkdpbj5TXADlwKyeBGlTsKZRfSv/z/mTFGUg6B9udVluNMzpvPtX7\nNa/YplQqPZPqIag1qB6Kps0AMg9QoFnXJ1tbhqCJFInfjj5Kwr0pnlylHxKZ8CBq\nrc7Wd/KyJnP4RwKCAQEA50brn8BugflTb4/bXIghV4hsVdMbZtz7pblRvURGMkQn\nLTZ3xW8X8aQgicW9Mi1pChXHBDnENytflXfdk2FPhyvsWFB6j3HLyI4j2EECa2RQ\n8Ns2B8EHrMA4wGX9x8o9pgBLsYAo/FVdtmJl5mBspxi6WanDLCqdwFfhvrPxJt81\n95uxJrzx4V02xSxXkVCPE5QPbvOdTR4cnWD4g5W/2kMr9l/uKr0NoFH6gWY/T7aA\nSkdOr/ANprWq44nfBcTHS9CGLUhuWEZ3lqxGYcpggJNFMUZfDXXYxLhmNIf6D5KR\nYqSlZxEdvphumiL4J40jzy8r6MHEEhcwBcA8e5M8+wKCAQEAuJxTVkMVWnw9vQBS\nUy8LgCW8Fby6mxSSny6tGNZ1nI1coJRQvxDrCrAggQ+iNPPpRGEMG8UrQKGlv8ot\nPsO//PKM3rZPV2ym2pR2fR87SfxkR7sktEd8YbKFBjzjHjZI4O29iyE0zxr7B4UP\nTT+ZVXq59Em6Kd5WXFPpgejUf3OWRululra0N21GrI1tijMMuofsTOuBuBGSCHYO\nWWElkqvbsLyVZ+ddspVFTmK/IiSexhHtx8TVayHej1RuP3w/S3XRhwociVo7eO2U\nzx5kg0ejtD2qHdkFuCBxqfEtBCIbyqmWLV+wTL7tzB/JkpQ5hUdwpkyd31xLllcO\nKj2gSwKCAQEA3PySFjJMJVs0E0x1AUR9/2K2iYdPDomm1qJt7Rg4rr0aZgQ+i2Ns\nkJMQGDTeY/yp+l32rR35U/HYwjwndzSrRfB9Q6GaikfkvTy8GV18z1qqUIpVZTFX\ngQSm9Yg+5tFi+KQdr3xTLVDwW15IGcoW588j+JrSh/gsheYzKQJNMaRkr7SPoAE4\naeukcuC8x3gfTkjSOmUC7/YOx34p16mWCRrX/fGJ5EKCq6bJYy1s32D10oOyN0B7\n+shpgkNx29Q7zkBwhQJJlYW3rTvtgHFcpl6R5dRk7LqnJsk/t4AaOxkEXCoQdZwQ\nPNbwD83MKhadmdFr9lp3XAXV+BjIchetUwKCAQEAi/NrEoPYvP9KfGMEne/e7TZR\nGEhBLTKql9UUHs3b7wBq4wuvA5aCmJdWAYOPU3WZEVxlJ+4Zb4CbvBV3b2HukGy0\ntdEXOj4t4mOudw52bptVCV8DLY+Fv74D23FycgM7YO44kb8xaIYe0UZH4GJPgo0G\nDGhOSugwBOxKib+We3Cqzr1Jp68uNimzbFnvlIYxBkEqMAuhZvXvH5gQ7dUe8fYv\nIS1Tr4RLgt0kbolVvipZNhQl5TJRn5Q/WRNuCzsEFJDQdMPoNSo0FiGlYHBpHl6d\npknl27QpoNDjfvUtvmDQPGJ3CE8QT9lGBzSAJX0Q/RfUKa4hUl7+E6G7ejSVtQ==\n-----END RSA PRIVATE KEY-----\n"} 2024-09-21T12:28:44.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:44 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:45.964 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-21T12:28:46.473 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:46 smithi001 ceph-mon[26284]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:46.473 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:46 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:47.506 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-21T12:28:47.506 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial admin user... 2024-09-21T12:28:48.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:47 smithi001 ceph-mon[26284]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:48.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:47 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:49.029 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$iC2u0E073e37IyaoMfeVQOnTrE83SM.GVFy0Nj7AMb7kGeuYiyMiq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726921728, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T12:28:49.048 INFO:teuthology.orchestra.run.smithi001.stdout:Fetching dashboard port number... 2024-09-21T12:28:49.691 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:49 smithi001 ceph-mon[26284]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:49.691 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:49 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:50.285 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T12:28:50.296 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T12:28:50.296 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout disabled 2024-09-21T12:28:50.303 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T12:28:50.303 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-21T12:28:50.303 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld.service is not enabled 2024-09-21T12:28:50.303 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T12:28:50.305 INFO:teuthology.orchestra.run.smithi001.stdout:Ceph Dashboard is now available at: 2024-09-21T12:28:50.306 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:50.306 INFO:teuthology.orchestra.run.smithi001.stdout: URL: https://smithi001.front.sepia.ceph.com:8443/ 2024-09-21T12:28:50.306 INFO:teuthology.orchestra.run.smithi001.stdout: User: admin 2024-09-21T12:28:50.306 INFO:teuthology.orchestra.run.smithi001.stdout: Password: 3sp6dbsm2c 2024-09-21T12:28:50.306 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:50.306 INFO:teuthology.orchestra.run.smithi001.stdout:Saving cluster configuration to /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config directory 2024-09-21T12:28:50.534 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:50 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3823858967' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T12:28:51.700 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: ceph telemetry on 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout:For more information see: 2024-09-21T12:28:51.701 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:51.702 INFO:teuthology.orchestra.run.smithi001.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T12:28:51.702 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:28:51.702 INFO:teuthology.orchestra.run.smithi001.stdout:Bootstrap complete. 2024-09-21T12:28:51.742 INFO:tasks.cephadm:Fetching config... 2024-09-21T12:28:51.742 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:28:51.742 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T12:28:51.758 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T12:28:51.759 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:28:51.759 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T12:28:51.815 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T12:28:51.815 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:28:51.815 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/keyring of=/dev/stdout 2024-09-21T12:28:51.882 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T12:28:51.882 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:28:51.882 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T12:28:51.938 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T12:28:51.938 DEBUG:teuthology.orchestra.run.smithi001:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsgyx94Wq07zGcBVrqAqXTnEGjA+Fbk7vtyA7dS18cNDQlStUo+jJueT+uEye5TVdx4F4ra2PF3nYYyWlPzPqhcLONBKl1H6Rx2wQK1FqMPBo97zpp2OZqR/wCukUk+wKoyHHiKu/IADLp1Ewv+hj6pjt5tY/ucAkY79llVR5NlAc/OawMiEdGlahVLdU1qUiY9CYDY5oVZj8Lj4S9Ineb8PtYiFDaZMhRASYkbeavdzeGSzq6uOhPSpiUkdT7/Os+yNkoCd4JgiysgHc6DEPAu6Zp/bbTVHtjG3lwC41f7zZXFGBNF5T6hSekaQhMx0k/IAlMyq2oHD2vN+JYi23/qS0Imft9a7Vx/u1uUESDhSUP8nleY9YDjLAUKPUoupGBg3uqiCnOV2lm2e55Tw88w+L5SNY/3LCQwtWNu6AfYU95b5kiwrwZlTm78RUz9yEiAQghzD3vuXXUDDnDQ0Kgk0L8G0XOKuOe9U2IFz7m+0eqNgsgWUGiPWWoNrb2Ma8= ceph-c3f68222-7814-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T12:28:52.013 INFO:teuthology.orchestra.run.smithi001.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsgyx94Wq07zGcBVrqAqXTnEGjA+Fbk7vtyA7dS18cNDQlStUo+jJueT+uEye5TVdx4F4ra2PF3nYYyWlPzPqhcLONBKl1H6Rx2wQK1FqMPBo97zpp2OZqR/wCukUk+wKoyHHiKu/IADLp1Ewv+hj6pjt5tY/ucAkY79llVR5NlAc/OawMiEdGlahVLdU1qUiY9CYDY5oVZj8Lj4S9Ineb8PtYiFDaZMhRASYkbeavdzeGSzq6uOhPSpiUkdT7/Os+yNkoCd4JgiysgHc6DEPAu6Zp/bbTVHtjG3lwC41f7zZXFGBNF5T6hSekaQhMx0k/IAlMyq2oHD2vN+JYi23/qS0Imft9a7Vx/u1uUESDhSUP8nleY9YDjLAUKPUoupGBg3uqiCnOV2lm2e55Tw88w+L5SNY/3LCQwtWNu6AfYU95b5kiwrwZlTm78RUz9yEiAQghzD3vuXXUDDnDQ0Kgk0L8G0XOKuOe9U2IFz7m+0eqNgsgWUGiPWWoNrb2Ma8= ceph-c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:28:52.024 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsgyx94Wq07zGcBVrqAqXTnEGjA+Fbk7vtyA7dS18cNDQlStUo+jJueT+uEye5TVdx4F4ra2PF3nYYyWlPzPqhcLONBKl1H6Rx2wQK1FqMPBo97zpp2OZqR/wCukUk+wKoyHHiKu/IADLp1Ewv+hj6pjt5tY/ucAkY79llVR5NlAc/OawMiEdGlahVLdU1qUiY9CYDY5oVZj8Lj4S9Ineb8PtYiFDaZMhRASYkbeavdzeGSzq6uOhPSpiUkdT7/Os+yNkoCd4JgiysgHc6DEPAu6Zp/bbTVHtjG3lwC41f7zZXFGBNF5T6hSekaQhMx0k/IAlMyq2oHD2vN+JYi23/qS0Imft9a7Vx/u1uUESDhSUP8nleY9YDjLAUKPUoupGBg3uqiCnOV2lm2e55Tw88w+L5SNY/3LCQwtWNu6AfYU95b5kiwrwZlTm78RUz9yEiAQghzD3vuXXUDDnDQ0Kgk0L8G0XOKuOe9U2IFz7m+0eqNgsgWUGiPWWoNrb2Ma8= ceph-c3f68222-7814-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T12:28:52.071 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCsgyx94Wq07zGcBVrqAqXTnEGjA+Fbk7vtyA7dS18cNDQlStUo+jJueT+uEye5TVdx4F4ra2PF3nYYyWlPzPqhcLONBKl1H6Rx2wQK1FqMPBo97zpp2OZqR/wCukUk+wKoyHHiKu/IADLp1Ewv+hj6pjt5tY/ucAkY79llVR5NlAc/OawMiEdGlahVLdU1qUiY9CYDY5oVZj8Lj4S9Ineb8PtYiFDaZMhRASYkbeavdzeGSzq6uOhPSpiUkdT7/Os+yNkoCd4JgiysgHc6DEPAu6Zp/bbTVHtjG3lwC41f7zZXFGBNF5T6hSekaQhMx0k/IAlMyq2oHD2vN+JYi23/qS0Imft9a7Vx/u1uUESDhSUP8nleY9YDjLAUKPUoupGBg3uqiCnOV2lm2e55Tw88w+L5SNY/3LCQwtWNu6AfYU95b5kiwrwZlTm78RUz9yEiAQghzD3vuXXUDDnDQ0Kgk0L8G0XOKuOe9U2IFz7m+0eqNgsgWUGiPWWoNrb2Ma8= ceph-c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:28:52.084 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T12:28:52.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:52 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1844888692' entity='client.admin' 2024-09-21T12:28:52.446 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:28:53.858 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T12:28:53.858 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T12:28:54.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:54 smithi001 ceph-mon[26284]: mgrmap e13: smithi001.vtkjbw(active, since 12s) 2024-09-21T12:28:54.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:54 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/947566309' entity='client.admin' 2024-09-21T12:28:54.326 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:28:55.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:55 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:55.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:55 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:55.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:55 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"} : dispatch 2024-09-21T12:28:55.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:55 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:55.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:55 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi001", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T12:28:55.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:55 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi001", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T12:28:55.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:55 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:28:55.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:55 smithi001 ceph-mon[26284]: Deploying daemon ceph-exporter.smithi001 on smithi001 2024-09-21T12:28:55.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:55 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:28:55.887 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi110 2024-09-21T12:28:55.887 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:28:55.887 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.conf 2024-09-21T12:28:55.906 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:28:55.906 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T12:28:55.965 INFO:tasks.cephadm:Adding host smithi110 to orchestrator... 2024-09-21T12:28:55.965 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch host add smithi110 2024-09-21T12:28:56.584 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:56 smithi001 ceph-mon[26284]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:56.659 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:28:58.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:58 smithi001 ceph-mon[26284]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:28:59.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:28:59 smithi001 ceph-mon[26284]: Deploying cephadm binary to smithi110 2024-09-21T12:29:00.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:00 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:00.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:00 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:00.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:00 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:00.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:00 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:00.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:00 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T12:29:00.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:00 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T12:29:00.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:00 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:29:00.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:00 smithi001 ceph-mon[26284]: Deploying daemon crash.smithi001 on smithi001 2024-09-21T12:29:01.218 INFO:teuthology.orchestra.run.smithi001.stdout:Added host 'smithi110' with addr '172.21.15.110' 2024-09-21T12:29:01.771 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:01 smithi001 ceph-mon[26284]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:01.771 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:01 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:01.771 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:01 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:01.773 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T12:29:02.316 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:29:02.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:02 smithi001 ceph-mon[26284]: Added host smithi110 2024-09-21T12:29:02.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:02 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:02.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:02 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:02.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:02 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:02.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:02 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:03.070 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:29:03.070 INFO:teuthology.orchestra.run.smithi001.stdout:[{"addr": "172.21.15.1", "hostname": "smithi001", "labels": [], "status": ""}, {"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}] 2024-09-21T12:29:03.731 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T12:29:03.731 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd crush tunables default 2024-09-21T12:29:03.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:03 smithi001 ceph-mon[26284]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:03.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:03 smithi001 ceph-mon[26284]: Deploying daemon node-exporter.smithi001 on smithi001 2024-09-21T12:29:03.966 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:03 smithi001 ceph-mon[26284]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:29:03.995 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:29:05.685 INFO:teuthology.orchestra.run.smithi001.stderr:adjusted tunables profile to default 2024-09-21T12:29:05.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:05 smithi001 ceph-mon[26284]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:05.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:05 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/229444026' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T12:29:06.743 INFO:tasks.cephadm:Adding mon.smithi001 on smithi001 2024-09-21T12:29:06.743 INFO:tasks.cephadm:Adding mon.smithi110 on smithi110 2024-09-21T12:29:06.744 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch apply mon '2;smithi001:172.21.15.1=smithi001;smithi110:172.21.15.110=smithi110' 2024-09-21T12:29:06.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:06 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:06.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:06 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/229444026' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T12:29:06.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:06 smithi001 ceph-mon[26284]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T12:29:06.999 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:07.049 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:07.650 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled mon update... 2024-09-21T12:29:07.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:07 smithi001 ceph-mon[26284]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:07.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:07 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:07.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:07 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:07.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:07 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:07.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:07 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:07.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:07 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:08.220 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi110.service 2024-09-21T12:29:08.222 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:08.222 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:08.497 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:08.540 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:08.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:08 smithi001 ceph-mon[26284]: Deploying daemon alertmanager.smithi001 on smithi001 2024-09-21T12:29:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:08 smithi001 ceph-mon[26284]: from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi001:172.21.15.1=smithi001;smithi110:172.21.15.110=smithi110", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:29:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:08 smithi001 ceph-mon[26284]: Saving service mon spec with placement smithi001:172.21.15.1=smithi001;smithi110:172.21.15.110=smithi110;count:2 2024-09-21T12:29:09.224 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:09.224 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:09.224 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:09.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:09 smithi001 ceph-mon[26284]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:09.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:09 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/3805398618' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:10.810 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:10.810 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:11.050 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:11.093 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:11.797 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:11.797 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:11.797 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:11.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:11 smithi001 ceph-mon[26284]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:11.971 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:11 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:12.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:12 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/884213420' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:13.383 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:13.383 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:13.625 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:13.668 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:13.942 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:13 smithi001 ceph-mon[26284]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:14.317 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:14.317 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:14.318 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:14.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:14 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/1635453826' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:15.915 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:15.916 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:15.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:15 smithi001 ceph-mon[26284]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:15.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:15 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:15.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:15 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:15.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:15 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:15.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:15 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:15.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:15 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:16.156 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:16.198 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:16.975 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:16.975 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:16.975 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:16.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:16 smithi001 ceph-mon[26284]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T12:29:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:17 smithi001 ceph-mon[26284]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:17 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/763586471' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:17 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:17 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:17 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T12:29:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:17 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:17 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:17 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:18.561 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:18.561 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:18.813 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:18.855 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:18.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:18 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T12:29:18.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:18 smithi001 ceph-mon[26284]: Deploying daemon grafana.smithi001 on smithi001 2024-09-21T12:29:19.462 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:19.463 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:19.463 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:19.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:19 smithi001 ceph-mon[26284]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:19.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:19 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/4206394906' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:20.994 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:20.995 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:21.234 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:21.276 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:21.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:21 smithi001 ceph-mon[26284]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:21.991 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:21.991 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:21.991 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:22.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:22 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/715453431' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:23.577 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:23.578 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:23.817 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:23.860 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:23.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:23 smithi001 ceph-mon[26284]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:24.578 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:24.578 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:24.579 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:24.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:24 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/133465265' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:25.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:25 smithi001 ceph-mon[26284]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:26.157 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:26.158 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:26.400 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:26.443 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:27.135 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:27.135 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:27.135 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:27.968 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:27 smithi001 ceph-mon[26284]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:27.968 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:27 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/3274282855' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:28.704 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:28.705 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:28.943 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:28.985 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:29.663 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:29.663 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:29.663 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:29.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:29.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:29.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:29.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:29.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:29.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:29.749 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:29.750 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:29.750 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:29.750 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:29 smithi001 ceph-mon[26284]: Deploying daemon prometheus.smithi001 on smithi001 2024-09-21T12:29:30.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:30 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/4238170907' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:31.197 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:31.197 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:31.440 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:31.483 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:31.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:31 smithi001 ceph-mon[26284]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:31.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:31 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:32.155 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:32.155 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:32.155 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:32.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:32 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/3978083096' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:33.766 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:33.766 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:33.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:33 smithi001 ceph-mon[26284]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:34.006 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:34.049 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:34.748 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:34.748 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:34.749 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:35.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:35 smithi001 ceph-mon[26284]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:35.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:35 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/1230903427' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:36.333 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:36.333 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:36.570 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:36.614 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:37.302 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:37.302 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:37.302 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:37.847 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:37 smithi001 ceph-mon[26284]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:37.847 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:37 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/3669233151' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:38.889 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:38.889 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:39.127 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:39.170 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:39.809 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:39.809 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:39.810 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:39.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:39 smithi001 ceph-mon[26284]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:29:40.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:40 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/904907797' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T12:29:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:40 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:41.393 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:41.393 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:41.627 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:41.669 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:42.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:41 smithi001 ceph-mon[26284]: from='mgr.14164 172.21.15.1:0/3045694682' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T12:29:42.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:41 smithi001 ceph-mon[26284]: mgrmap e14: smithi001.vtkjbw(active, since 60s) 2024-09-21T12:29:42.327 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:42.327 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:42.327 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:43.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:42 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/1335964060' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:43.958 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:43.958 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:44.197 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:44.239 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:44.939 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:44.939 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:45.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:44 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/3072340613' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:46.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: Active manager daemon smithi001.vtkjbw restarted 2024-09-21T12:29:46.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: Activating manager daemon smithi001.vtkjbw 2024-09-21T12:29:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: osdmap e5: 0 total, 0 up, 0 in 2024-09-21T12:29:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: mgrmap e15: smithi001.vtkjbw(active, starting, since 0.00365367s) 2024-09-21T12:29:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi001"} : dispatch 2024-09-21T12:29:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr metadata", "who": "smithi001.vtkjbw", "id": "smithi001.vtkjbw"} : dispatch 2024-09-21T12:29:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T12:29:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T12:29:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T12:29:46.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:46 smithi001 ceph-mon[26284]: Manager daemon smithi001.vtkjbw is now available 2024-09-21T12:29:46.513 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:46.514 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:46.759 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:46.802 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:29:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:29:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T12:29:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.vtkjbw/mirror_snapshot_schedule"} : dispatch 2024-09-21T12:29:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.vtkjbw/trash_purge_schedule"} : dispatch 2024-09-21T12:29:47.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:47 smithi001 ceph-mon[26284]: mgrmap e16: smithi001.vtkjbw(active, since 1.0075s) 2024-09-21T12:29:47.547 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:47.547 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:47.548 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:48.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:48 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T12:29:48.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:48.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:48 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/2365878567' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:48.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:49.117 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:49.117 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:49.711 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:49.850 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:49.850 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:49 smithi001 ceph-mon[26284]: mgrmap e17: smithi001.vtkjbw(active, since 2s) 2024-09-21T12:29:50.089 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:50 smithi001 ceph-mon[26284]: [21/Sep/2024:12:29:49] ENGINE Bus STARTING 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:50 smithi001 ceph-mon[26284]: [21/Sep/2024:12:29:49] ENGINE Serving on https://172.21.15.1:7150 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:50 smithi001 ceph-mon[26284]: [21/Sep/2024:12:29:49] ENGINE Error in HTTPServer.serve 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Traceback (most recent call last): 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self._connections.run(self.expiration_interval) 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self._run(expiration_interval) 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T12:29:50.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: s = self.context.wrap_socket( 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: return self.sslsocket_class._create( 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self.do_handshake() 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: self._sslobj.do_handshake() 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:50 smithi001 ceph-mon[26284]: [21/Sep/2024:12:29:49] ENGINE Serving on http://172.21.15.1:8765 2024-09-21T12:29:50.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:50 smithi001 ceph-mon[26284]: [21/Sep/2024:12:29:49] ENGINE Bus STARTED 2024-09-21T12:29:50.856 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:50.856 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:50.856 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:51.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:51 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/1284145149' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:51.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:51.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.578 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:52.578 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:52.823 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"} : dispatch 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"} : dispatch 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:52.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T12:29:52.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T12:29:52.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:29:53.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:53 smithi001 ceph-mon[26284]: Updating smithi001:/etc/ceph/ceph.conf 2024-09-21T12:29:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:53 smithi001 ceph-mon[26284]: Updating smithi110:/etc/ceph/ceph.conf 2024-09-21T12:29:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:53 smithi001 ceph-mon[26284]: Updating smithi001:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:29:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:53 smithi001 ceph-mon[26284]: Updating smithi110:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:29:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:53 smithi001 ceph-mon[26284]: Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-09-21T12:29:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:53 smithi001 ceph-mon[26284]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2024-09-21T12:29:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:53 smithi001 ceph-mon[26284]: Updating smithi001:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T12:29:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:53 smithi001 ceph-mon[26284]: Updating smithi110:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T12:29:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:53 smithi001 ceph-mon[26284]: Deploying daemon ceph-exporter.smithi110 on smithi110 2024-09-21T12:29:54.586 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:54.586 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:54.586 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:54.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:54 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/3778809086' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:56.376 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:29:56.376 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:29:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T12:29:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T12:29:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:29:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:56 smithi001 ceph-mon[26284]: Deploying daemon crash.smithi110 on smithi110 2024-09-21T12:29:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:57.307 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:29:58.171 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:29:58.171 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:29:58.172 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:29:58.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:58 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/1946021667' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:29:59.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:59.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:59.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:59.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:29:59.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:29:59 smithi001 ceph-mon[26284]: Deploying daemon node-exporter.smithi110 on smithi110 2024-09-21T12:30:00.076 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:30:00.076 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:30:00.325 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:30:01.183 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:30:01.183 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:30:01.183 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:30:01.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:01 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/1941986533' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:30:02.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:02 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:30:02.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:02 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:03.400 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:30:03.400 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:30:03.833 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:30:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi110.egckco", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T12:30:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.egckco", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T12:30:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T12:30:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:03 smithi001 ceph-mon[26284]: Deploying daemon mgr.smithi110.egckco on smithi110 2024-09-21T12:30:05.109 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:30:05.109 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:30:05.110 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:30:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:05 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/1540062393' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:30:06.799 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:30:06.800 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:30:07.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:07.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:07.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:07.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:07.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T12:30:07.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:07.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:07 smithi001 ceph-mon[26284]: Deploying daemon mon.smithi110 on smithi110 2024-09-21T12:30:07.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:07 smithi001 ceph-mon[26284]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:07.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:08.538 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi110/config 2024-09-21T12:30:09.440 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:30:09.441 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:27:28.494012Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T12:30:09.441 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-09-21T12:30:09.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:09 smithi001 ceph-mon[26284]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:11.417 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T12:30:11.417 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T12:30:11.659 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi110/config 2024-09-21T12:30:15.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:14 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi001"} : dispatch 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: mon.smithi001 calling monitor election 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.? 172.21.15.110:0/1870056001' entity='mgr.smithi110.egckco' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi110.egckco/crt"} : dispatch 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: mon.smithi110 calling monitor election 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:30:15.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: mon.smithi001 is new leader, mons smithi001,smithi110 in quorum (ranks 0,1) 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: monmap epoch 2 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: fsid c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: last_changed 2024-09-21T12:30:09.854367+0000 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: created 2024-09-21T12:27:28.494012+0000 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: min_mon_release 19 (squid) 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: election_strategy: 1 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.smithi001 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.smithi110 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: fsmap 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: osdmap e5: 0 total, 0 up, 0 in 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: mgrmap e17: smithi001.vtkjbw(active, since 28s) 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: overall HEALTH_OK 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: Standby manager daemon smithi110.egckco started 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:15.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.? 172.21.15.110:0/1870056001' entity='mgr.smithi110.egckco' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T12:30:15.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.? 172.21.15.110:0/1870056001' entity='mgr.smithi110.egckco' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi110.egckco/key"} : dispatch 2024-09-21T12:30:15.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:15.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.? 172.21.15.110:0/1870056001' entity='mgr.smithi110.egckco' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T12:30:15.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:15.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:15.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:15.384 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-09-21T12:30:15.384 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":2,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","modified":"2024-09-21T12:30:09.854367Z","created":"2024-09-21T12:27:28.494012Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T12:30:15.384 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 2 2024-09-21T12:30:16.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:15 smithi110 ceph-mon[34656]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:16.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:15 smithi110 ceph-mon[34656]: mgrmap e18: smithi001.vtkjbw(active, since 28s), standbys: smithi110.egckco 2024-09-21T12:30:16.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:30:16.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr metadata", "who": "smithi110.egckco", "id": "smithi110.egckco"} : dispatch 2024-09-21T12:30:16.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:15 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/612326058' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:30:16.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:30:16.073 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T12:30:16.073 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T12:30:16.102 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:15 smithi001 ceph-mon[26284]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:16.102 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:15 smithi001 ceph-mon[26284]: mgrmap e18: smithi001.vtkjbw(active, since 28s), standbys: smithi110.egckco 2024-09-21T12:30:16.102 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:30:16.102 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr metadata", "who": "smithi110.egckco", "id": "smithi110.egckco"} : dispatch 2024-09-21T12:30:16.102 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:15 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/612326058' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T12:30:16.102 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:30:16.342 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:16.989 INFO:teuthology.orchestra.run.smithi001.stdout:# minimal ceph.conf for c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:30:16.989 INFO:teuthology.orchestra.run.smithi001.stdout:[global] 2024-09-21T12:30:16.989 INFO:teuthology.orchestra.run.smithi001.stdout: fsid = c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:30:16.989 INFO:teuthology.orchestra.run.smithi001.stdout: mon_host = [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] 2024-09-21T12:30:17.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:16 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:30:17.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:16 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:17.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:16 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:30:17.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:16 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:17.732 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T12:30:17.732 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:30:17.732 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T12:30:17.799 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:30:17.799 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T12:30:17.865 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:30:17.865 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T12:30:17.892 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:30:17.892 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T12:30:17.957 DEBUG:tasks.cephadm:set 0 configs 2024-09-21T12:30:17.957 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T12:30:17.957 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:30:17.957 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:30:17.974 DEBUG:teuthology.misc:devs=['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-21T12:30:17.974 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme4n1 2024-09-21T12:30:18.030 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme4n1 2024-09-21T12:30:18.031 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T12:30:18.031 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 1039 Links: 1 Device type: 103,8 2024-09-21T12:30:18.031 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T12:30:18.031 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T12:30:18.031 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-21 12:28:55.515621634 +0000 2024-09-21T12:30:18.031 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-21 12:26:40.692307611 +0000 2024-09-21T12:30:18.031 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-21 12:26:40.692307611 +0000 2024-09-21T12:30:18.031 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-09-21 12:26:40.147314449 +0000 2024-09-21T12:30:18.031 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-21T12:30:18.096 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-21T12:30:18.096 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-21T12:30:18.096 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000109893 s, 4.7 MB/s 2024-09-21T12:30:18.097 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-21T12:30:18.154 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme3n1 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2028649738' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: Updating smithi001:/etc/ceph/ceph.conf 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: Updating smithi110:/etc/ceph/ceph.conf 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: Updating smithi110:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:30:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: Updating smithi001:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: Reconfiguring mon.smithi001 (unknown last config time)... 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:18.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:17 smithi110 ceph-mon[34656]: Reconfiguring daemon mon.smithi001 on smithi001 2024-09-21T12:30:18.210 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme3n1 2024-09-21T12:30:18.210 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T12:30:18.210 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 1028 Links: 1 Device type: 103,6 2024-09-21T12:30:18.211 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T12:30:18.211 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T12:30:18.211 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-21 12:28:55.506621746 +0000 2024-09-21T12:30:18.211 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-21 12:26:41.102302467 +0000 2024-09-21T12:30:18.211 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-21 12:26:41.102302467 +0000 2024-09-21T12:30:18.211 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-09-21 12:26:40.007316205 +0000 2024-09-21T12:30:18.211 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2028649738' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: Updating smithi001:/etc/ceph/ceph.conf 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: Updating smithi110:/etc/ceph/ceph.conf 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: Updating smithi110:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: Updating smithi001:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:18.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: Reconfiguring mon.smithi001 (unknown last config time)... 2024-09-21T12:30:18.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T12:30:18.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T12:30:18.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:18.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:17 smithi001 ceph-mon[26284]: Reconfiguring daemon mon.smithi001 on smithi001 2024-09-21T12:30:18.252 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-21T12:30:18.252 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-21T12:30:18.252 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000125539 s, 4.1 MB/s 2024-09-21T12:30:18.253 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-21T12:30:18.310 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme2n1 2024-09-21T12:30:18.367 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme2n1 2024-09-21T12:30:18.367 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T12:30:18.367 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 1016 Links: 1 Device type: 103,4 2024-09-21T12:30:18.367 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T12:30:18.367 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T12:30:18.367 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-21 12:28:55.498621845 +0000 2024-09-21T12:30:18.367 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-21 12:26:41.513297311 +0000 2024-09-21T12:30:18.367 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-21 12:26:41.513297311 +0000 2024-09-21T12:30:18.368 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-09-21 12:26:39.855318112 +0000 2024-09-21T12:30:18.368 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-21T12:30:18.433 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-21T12:30:18.433 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-21T12:30:18.433 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000124984 s, 4.1 MB/s 2024-09-21T12:30:18.434 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-21T12:30:18.491 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme1n1 2024-09-21T12:30:18.547 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme1n1 2024-09-21T12:30:18.547 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T12:30:18.547 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 1004 Links: 1 Device type: 103,2 2024-09-21T12:30:18.547 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T12:30:18.547 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T12:30:18.547 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-21 12:28:55.490621944 +0000 2024-09-21T12:30:18.547 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-21 12:26:41.924292154 +0000 2024-09-21T12:30:18.547 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-21 12:26:41.924292154 +0000 2024-09-21T12:30:18.547 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-09-21 12:26:39.706319982 +0000 2024-09-21T12:30:18.548 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-21T12:30:18.611 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-21T12:30:18.611 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-21T12:30:18.611 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000130341 s, 3.9 MB/s 2024-09-21T12:30:18.612 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-21T12:30:18.668 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:30:18.669 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T12:30:18.686 DEBUG:teuthology.misc:devs=['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-21T12:30:18.686 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme4n1 2024-09-21T12:30:18.742 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme4n1 2024-09-21T12:30:18.742 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T12:30:18.742 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 1039 Links: 1 Device type: 103,8 2024-09-21T12:30:18.743 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T12:30:18.743 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T12:30:18.743 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-21 12:29:50.407684869 +0000 2024-09-21T12:30:18.743 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-21 12:26:43.990820352 +0000 2024-09-21T12:30:18.743 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-21 12:26:43.990820352 +0000 2024-09-21T12:30:18.743 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-21 12:26:43.451829429 +0000 2024-09-21T12:30:18.743 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-21T12:30:18.807 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-21T12:30:18.807 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-21T12:30:18.807 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000144627 s, 3.5 MB/s 2024-09-21T12:30:18.808 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-21T12:30:18.865 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme3n1 2024-09-21T12:30:18.921 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme3n1 2024-09-21T12:30:18.921 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T12:30:18.921 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 1028 Links: 1 Device type: 103,6 2024-09-21T12:30:18.921 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T12:30:18.921 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T12:30:18.921 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-21 12:29:50.399685002 +0000 2024-09-21T12:30:18.921 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-21 12:26:44.389813632 +0000 2024-09-21T12:30:18.921 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-21 12:26:44.389813632 +0000 2024-09-21T12:30:18.921 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-21 12:26:43.317831685 +0000 2024-09-21T12:30:18.921 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-21T12:30:18.985 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-21T12:30:18.985 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-21T12:30:18.985 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000135784 s, 3.8 MB/s 2024-09-21T12:30:18.987 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-21T12:30:19.043 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme2n1 2024-09-21T12:30:19.099 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme2n1 2024-09-21T12:30:19.099 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T12:30:19.099 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 1016 Links: 1 Device type: 103,4 2024-09-21T12:30:19.099 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T12:30:19.099 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T12:30:19.099 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-21 12:29:50.390685152 +0000 2024-09-21T12:30:19.099 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-21 12:26:44.790806879 +0000 2024-09-21T12:30:19.099 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-21 12:26:44.790806879 +0000 2024-09-21T12:30:19.099 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-21 12:26:43.213833436 +0000 2024-09-21T12:30:19.099 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-21T12:30:19.159 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:18 smithi001 ceph-mon[26284]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:19.160 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:18 smithi110 ceph-mon[34656]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:19.162 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-21T12:30:19.162 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-21T12:30:19.162 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000112889 s, 4.5 MB/s 2024-09-21T12:30:19.163 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-21T12:30:19.219 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme1n1 2024-09-21T12:30:19.274 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme1n1 2024-09-21T12:30:19.274 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T12:30:19.274 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 1004 Links: 1 Device type: 103,2 2024-09-21T12:30:19.274 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T12:30:19.274 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T12:30:19.274 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-09-21 12:29:50.381685302 +0000 2024-09-21T12:30:19.274 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-09-21 12:26:45.188800176 +0000 2024-09-21T12:30:19.275 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-09-21 12:26:45.188800176 +0000 2024-09-21T12:30:19.275 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-09-21 12:26:43.064835945 +0000 2024-09-21T12:30:19.275 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-21T12:30:19.336 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-09-21T12:30:19.336 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-09-21T12:30:19.337 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000130759 s, 3.9 MB/s 2024-09-21T12:30:19.338 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-21T12:30:19.394 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch apply osd --all-available-devices 2024-09-21T12:30:19.669 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi110/config 2024-09-21T12:30:20.315 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled osd.all-available-devices update... 2024-09-21T12:30:20.315 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:20.316 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:20.316 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:20 smithi110 ceph-mon[34656]: Reconfiguring mgr.smithi001.vtkjbw (unknown last config time)... 2024-09-21T12:30:20.316 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi001.vtkjbw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T12:30:20.316 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T12:30:20.316 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:20.316 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:20 smithi110 ceph-mon[34656]: Reconfiguring daemon mgr.smithi001.vtkjbw on smithi001 2024-09-21T12:30:20.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:20.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:20.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:20 smithi001 ceph-mon[26284]: Reconfiguring mgr.smithi001.vtkjbw (unknown last config time)... 2024-09-21T12:30:20.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi001.vtkjbw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T12:30:20.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T12:30:20.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:20.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:20 smithi001 ceph-mon[26284]: Reconfiguring daemon mgr.smithi001.vtkjbw on smithi001 2024-09-21T12:30:20.946 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-21T12:30:20.946 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:30:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: Marking host: smithi001 for OSDSpec preview refresh. 2024-09-21T12:30:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: Marking host: smithi110 for OSDSpec preview refresh. 2024-09-21T12:30:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: Saving service osd.all-available-devices spec with placement * 2024-09-21T12:30:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: Reconfiguring ceph-exporter.smithi001 (monmap changed)... 2024-09-21T12:30:21.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi001", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T12:30:21.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:21.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:21 smithi001 ceph-mon[26284]: Reconfiguring daemon ceph-exporter.smithi001 on smithi001 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: Marking host: smithi001 for OSDSpec preview refresh. 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: Marking host: smithi110 for OSDSpec preview refresh. 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: Saving service osd.all-available-devices spec with placement * 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: Reconfiguring ceph-exporter.smithi001 (monmap changed)... 2024-09-21T12:30:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi001", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T12:30:21.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:21.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:21 smithi110 ceph-mon[34656]: Reconfiguring daemon ceph-exporter.smithi001 on smithi001 2024-09-21T12:30:22.148 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:22.799 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:23.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:23 smithi110 ceph-mon[34656]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:23.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:23.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:23.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:23 smithi110 ceph-mon[34656]: Reconfiguring crash.smithi001 (monmap changed)... 2024-09-21T12:30:23.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T12:30:23.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:23.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:23 smithi110 ceph-mon[34656]: Reconfiguring daemon crash.smithi001 on smithi001 2024-09-21T12:30:23.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:23 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1078890373' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:23.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:23 smithi001 ceph-mon[26284]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:23.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:23.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:23.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:23 smithi001 ceph-mon[26284]: Reconfiguring crash.smithi001 (monmap changed)... 2024-09-21T12:30:23.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T12:30:23.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:23.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:23 smithi001 ceph-mon[26284]: Reconfiguring daemon crash.smithi001 on smithi001 2024-09-21T12:30:23.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:23 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1078890373' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:23.858 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:24.859 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:25.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:25 smithi001 ceph-mon[26284]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:25.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:25 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:25.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:25 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:25.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:25 smithi001 ceph-mon[26284]: Reconfiguring alertmanager.smithi001 (dependencies changed)... 2024-09-21T12:30:25.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:25 smithi001 ceph-mon[26284]: Reconfiguring daemon alertmanager.smithi001 on smithi001 2024-09-21T12:30:25.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:25 smithi110 ceph-mon[34656]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:25.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:25 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:25.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:25 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:25.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:25 smithi110 ceph-mon[34656]: Reconfiguring alertmanager.smithi001 (dependencies changed)... 2024-09-21T12:30:25.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:25 smithi110 ceph-mon[34656]: Reconfiguring daemon alertmanager.smithi001 on smithi001 2024-09-21T12:30:26.719 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:27.348 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:27.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:27 smithi001 ceph-mon[26284]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:27.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:27 smithi110 ceph-mon[34656]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:28.372 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:28 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3779699471' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:28.410 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:28.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:28 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3779699471' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:29.412 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:29.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:29 smithi001 ceph-mon[26284]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:29.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:29 smithi110 ceph-mon[34656]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:30.295 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:30.996 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:31.549 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:31 smithi001 ceph-mon[26284]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:31.549 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:31.549 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:31.549 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:31 smithi001 ceph-mon[26284]: Reconfiguring grafana.smithi001 (dependencies changed)... 2024-09-21T12:30:31.549 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:31 smithi001 ceph-mon[26284]: Reconfiguring daemon grafana.smithi001 on smithi001 2024-09-21T12:30:31.549 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:31 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2081060207' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:31.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:31 smithi110 ceph-mon[34656]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:31.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:31.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:31.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:31 smithi110 ceph-mon[34656]: Reconfiguring grafana.smithi001 (dependencies changed)... 2024-09-21T12:30:31.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:31 smithi110 ceph-mon[34656]: Reconfiguring daemon grafana.smithi001 on smithi001 2024-09-21T12:30:31.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:31 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2081060207' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:31.861 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:32.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:30:32.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:30:32.863 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:33.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:33 smithi110 ceph-mon[34656]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:33.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:33 smithi001 ceph-mon[26284]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:33.913 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:34.562 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:35.579 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:35 smithi001 ceph-mon[26284]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:35.579 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:35 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/595868067' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:35.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:35 smithi110 ceph-mon[34656]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:35.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:35 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/595868067' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:35.927 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:36.928 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:37.786 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:37 smithi001 ceph-mon[26284]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:37.786 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:37.787 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:37.787 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:37 smithi001 ceph-mon[26284]: Reconfiguring prometheus.smithi001 (dependencies changed)... 2024-09-21T12:30:37.787 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:37 smithi001 ceph-mon[26284]: Reconfiguring daemon prometheus.smithi001 on smithi001 2024-09-21T12:30:37.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:37 smithi110 ceph-mon[34656]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:37.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:37.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:37.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:37 smithi110 ceph-mon[34656]: Reconfiguring prometheus.smithi001 (dependencies changed)... 2024-09-21T12:30:37.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:37 smithi110 ceph-mon[34656]: Reconfiguring daemon prometheus.smithi001 on smithi001 2024-09-21T12:30:39.722 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:39 smithi001 ceph-mon[26284]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:39.921 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:39.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:39 smithi110 ceph-mon[34656]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:40.624 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:41.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:41 smithi001 ceph-mon[26284]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:41.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:41 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2702947271' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:41.926 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:41.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:41 smithi110 ceph-mon[34656]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:41.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:41 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2702947271' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:42.928 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:43.184 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:43.812 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:43 smithi001 ceph-mon[26284]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:43 smithi001 ceph-mon[26284]: Reconfiguring ceph-exporter.smithi110 (monmap changed)... 2024-09-21T12:30:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T12:30:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:43 smithi001 ceph-mon[26284]: Reconfiguring daemon ceph-exporter.smithi110 on smithi110 2024-09-21T12:30:44.138 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:43 smithi110 ceph-mon[34656]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:44.138 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:44.138 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:44.138 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:43 smithi110 ceph-mon[34656]: Reconfiguring ceph-exporter.smithi110 (monmap changed)... 2024-09-21T12:30:44.138 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T12:30:44.138 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:44.138 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:43 smithi110 ceph-mon[34656]: Reconfiguring daemon ceph-exporter.smithi110 on smithi110 2024-09-21T12:30:44.430 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:44 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3755743819' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T12:30:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:45.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:44 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3755743819' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T12:30:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:45.431 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:45.704 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:46.106 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:45 smithi001 ceph-mon[26284]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:46.106 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:45 smithi001 ceph-mon[26284]: Reconfiguring crash.smithi110 (monmap changed)... 2024-09-21T12:30:46.106 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:45 smithi001 ceph-mon[26284]: Reconfiguring daemon crash.smithi110 on smithi110 2024-09-21T12:30:46.106 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:46.106 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:46.106 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi110.egckco", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T12:30:46.106 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T12:30:46.107 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:46.129 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:45 smithi110 ceph-mon[34656]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:46.129 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:45 smithi110 ceph-mon[34656]: Reconfiguring crash.smithi110 (monmap changed)... 2024-09-21T12:30:46.129 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:45 smithi110 ceph-mon[34656]: Reconfiguring daemon crash.smithi110 on smithi110 2024-09-21T12:30:46.129 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:46.129 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:46.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi110.egckco", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T12:30:46.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T12:30:46.130 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:46.388 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:46.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:46 smithi001 ceph-mon[26284]: Reconfiguring mgr.smithi110.egckco (monmap changed)... 2024-09-21T12:30:46.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:46 smithi001 ceph-mon[26284]: Reconfiguring daemon mgr.smithi110.egckco on smithi110 2024-09-21T12:30:46.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:46 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1690230297' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:46.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:30:46.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:46.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:46.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T12:30:46.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T12:30:46.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:47.039 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:46 smithi110 ceph-mon[34656]: Reconfiguring mgr.smithi110.egckco (monmap changed)... 2024-09-21T12:30:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:46 smithi110 ceph-mon[34656]: Reconfiguring daemon mgr.smithi110.egckco on smithi110 2024-09-21T12:30:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:46 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1690230297' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:30:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T12:30:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T12:30:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:48.040 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:48.070 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:47 smithi001 ceph-mon[26284]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:48.071 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:47 smithi001 ceph-mon[26284]: Reconfiguring mon.smithi110 (monmap changed)... 2024-09-21T12:30:48.071 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:47 smithi001 ceph-mon[26284]: Reconfiguring daemon mon.smithi110 on smithi110 2024-09-21T12:30:48.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:47 smithi110 ceph-mon[34656]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:48.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:47 smithi110 ceph-mon[34656]: Reconfiguring mon.smithi110 (monmap changed)... 2024-09-21T12:30:48.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:47 smithi110 ceph-mon[34656]: Reconfiguring daemon mon.smithi110 on smithi110 2024-09-21T12:30:48.346 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:49.037 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:49.310 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:49.310 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.310 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"} : dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T12:30:49.311 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.312 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:30:49.312 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T12:30:49.312 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T12:30:49.312 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:49 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3528802818' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T12:30:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"} : dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T12:30:49.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:49 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3528802818' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:49.802 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:50 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T12:30:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:50 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T12:30:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:50 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T12:30:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:50 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T12:30:50.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:50 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T12:30:50.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:50 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T12:30:50.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:50 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T12:30:50.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:50 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T12:30:50.803 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:51.250 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:51.673 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:51 smithi001 ceph-mon[26284]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:51.674 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:51.674 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:51.674 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:51.674 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:51.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:51 smithi110 ceph-mon[34656]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:51.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:51.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:51.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:51.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:52.193 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:52.615 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:52 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2037191710' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:52.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:52 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2037191710' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:52.928 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:53.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:53 smithi110 ceph-mon[34656]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:53.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:53 smithi001 ceph-mon[26284]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:53.930 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:54.509 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:55.194 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:30:55.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T12:30:55.532 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:55.532 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T12:30:55.532 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:55.532 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:55 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3339394042' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:30:55.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T12:30:55.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:55.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T12:30:55.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:30:55.754 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:55 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3339394042' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:56.500 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T12:30:57.501 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:30:57.766 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:30:57.789 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:57 smithi110 ceph-mon[34656]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:57.887 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:57 smithi001 ceph-mon[26284]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:58.510 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/14308351' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "38e913d1-4bdb-46a5-aed3-068972f1a394"} : dispatch 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "38e913d1-4bdb-46a5-aed3-068972f1a394"} : dispatch 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38e913d1-4bdb-46a5-aed3-068972f1a394"}]': finished 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3853371485' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "73ecb1ac-fbce-4806-b3e3-346bcb2dcaa4"} : dispatch 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3853371485' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73ecb1ac-fbce-4806-b3e3-346bcb2dcaa4"}]': finished 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: osdmap e7: 2 total, 0 up, 2 in 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:30:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:58 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1201322890' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:58.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/14308351' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "38e913d1-4bdb-46a5-aed3-068972f1a394"} : dispatch 2024-09-21T12:30:58.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "38e913d1-4bdb-46a5-aed3-068972f1a394"} : dispatch 2024-09-21T12:30:58.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38e913d1-4bdb-46a5-aed3-068972f1a394"}]': finished 2024-09-21T12:30:58.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T12:30:58.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:30:58.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3853371485' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "73ecb1ac-fbce-4806-b3e3-346bcb2dcaa4"} : dispatch 2024-09-21T12:30:58.828 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3853371485' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "73ecb1ac-fbce-4806-b3e3-346bcb2dcaa4"}]': finished 2024-09-21T12:30:58.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: osdmap e7: 2 total, 0 up, 2 in 2024-09-21T12:30:58.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:30:58.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:30:58.829 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:58 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1201322890' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:30:59.492 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1726921858,"num_remapped_pgs":0} 2024-09-21T12:30:59.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:59 smithi001 ceph-mon[26284]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:59.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:30:59 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/2818286709' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:30:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:59 smithi110 ceph-mon[34656]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:30:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:30:59 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/2818286709' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:00.494 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:00.755 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:00.836 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:00 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3903722054' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:00.881 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:00 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3903722054' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:01.462 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:01.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:01 smithi001 ceph-mon[26284]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:01.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:01 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2265984289' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:01.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:01 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:31:01.906 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:01 smithi110 ceph-mon[34656]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:01.907 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:01 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2265984289' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:01.907 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:01 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:31:02.051 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1726921858,"num_remapped_pgs":0} 2024-09-21T12:31:02.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:02 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/3253681623' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "667121cf-2795-4a53-999b-ae3f3c90b89c"} : dispatch 2024-09-21T12:31:02.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:02 smithi110 ceph-mon[34656]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "667121cf-2795-4a53-999b-ae3f3c90b89c"} : dispatch 2024-09-21T12:31:02.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:02 smithi110 ceph-mon[34656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "667121cf-2795-4a53-999b-ae3f3c90b89c"}]': finished 2024-09-21T12:31:02.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:02 smithi110 ceph-mon[34656]: osdmap e8: 3 total, 0 up, 3 in 2024-09-21T12:31:02.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:02 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:02.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:02 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:02.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:02 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:02.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:02 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/3253681623' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "667121cf-2795-4a53-999b-ae3f3c90b89c"} : dispatch 2024-09-21T12:31:02.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:02 smithi001 ceph-mon[26284]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "667121cf-2795-4a53-999b-ae3f3c90b89c"} : dispatch 2024-09-21T12:31:02.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:02 smithi001 ceph-mon[26284]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "667121cf-2795-4a53-999b-ae3f3c90b89c"}]': finished 2024-09-21T12:31:02.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:02 smithi001 ceph-mon[26284]: osdmap e8: 3 total, 0 up, 3 in 2024-09-21T12:31:02.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:02 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:02.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:02 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:02.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:02 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:03.053 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:03.327 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:03.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:03 smithi110 ceph-mon[34656]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:03.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:03 smithi001 ceph-mon[26284]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:04.196 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:04.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:04 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/3682703941' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:04.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:04 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3302302474' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e9af729-af64-49a9-aa33-77a0a3d23a3e"} : dispatch 2024-09-21T12:31:04.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:04 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3302302474' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e9af729-af64-49a9-aa33-77a0a3d23a3e"}]': finished 2024-09-21T12:31:04.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:04 smithi110 ceph-mon[34656]: osdmap e9: 4 total, 0 up, 4 in 2024-09-21T12:31:04.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:04 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:04.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:04 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:04.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:04 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:04.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:04 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:04.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:04 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1381554869' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:04.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:04 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/3682703941' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:04.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:04 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3302302474' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "1e9af729-af64-49a9-aa33-77a0a3d23a3e"} : dispatch 2024-09-21T12:31:04.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:04 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3302302474' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1e9af729-af64-49a9-aa33-77a0a3d23a3e"}]': finished 2024-09-21T12:31:04.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:04 smithi001 ceph-mon[26284]: osdmap e9: 4 total, 0 up, 4 in 2024-09-21T12:31:04.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:04 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:04.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:04 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:04.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:04 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:04.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:04 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:04.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:04 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1381554869' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:05.075 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1726921863,"num_remapped_pgs":0} 2024-09-21T12:31:06.076 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:06.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:05 smithi001 ceph-mon[26284]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:06.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:05 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1108835044' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:06.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:05 smithi110 ceph-mon[34656]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:06.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:05 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1108835044' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:06.345 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:07.031 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:07.791 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1726921863,"num_remapped_pgs":0} 2024-09-21T12:31:07.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:07.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/4273087515' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:07.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/2760497207' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "62eb97e5-38b3-469b-bbd1-29ada1db6001"} : dispatch 2024-09-21T12:31:07.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "62eb97e5-38b3-469b-bbd1-29ada1db6001"} : dispatch 2024-09-21T12:31:07.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62eb97e5-38b3-469b-bbd1-29ada1db6001"}]': finished 2024-09-21T12:31:07.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: osdmap e10: 5 total, 0 up, 5 in 2024-09-21T12:31:07.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:07.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:07.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:07.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:07.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:08.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:08.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/4273087515' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:08.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/2760497207' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "62eb97e5-38b3-469b-bbd1-29ada1db6001"} : dispatch 2024-09-21T12:31:08.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "62eb97e5-38b3-469b-bbd1-29ada1db6001"} : dispatch 2024-09-21T12:31:08.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62eb97e5-38b3-469b-bbd1-29ada1db6001"}]': finished 2024-09-21T12:31:08.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: osdmap e10: 5 total, 0 up, 5 in 2024-09-21T12:31:08.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:08.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:08.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:08.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:08.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:08.791 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:09.067 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:09.839 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:09.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:09.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/863572755' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:09.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2536797824' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3e323cf5-a62c-4d7f-b0a2-04b9b24d8c60"} : dispatch 2024-09-21T12:31:09.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2536797824' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e323cf5-a62c-4d7f-b0a2-04b9b24d8c60"}]': finished 2024-09-21T12:31:09.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: osdmap e11: 6 total, 0 up, 6 in 2024-09-21T12:31:09.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:09.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:09.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:09.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:09.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:09.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:09.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:09 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1962840026' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/863572755' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2536797824' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "3e323cf5-a62c-4d7f-b0a2-04b9b24d8c60"} : dispatch 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2536797824' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3e323cf5-a62c-4d7f-b0a2-04b9b24d8c60"}]': finished 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: osdmap e11: 6 total, 0 up, 6 in 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:10.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:10.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:10.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:09 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1962840026' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:10.598 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1726921869,"num_remapped_pgs":0} 2024-09-21T12:31:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:10 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2739420243' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:11.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:10 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2739420243' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:11.599 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:11.874 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:11.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:11 smithi001 ceph-mon[26284]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:12.114 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:11 smithi110 ceph-mon[34656]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:12.522 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2172735135' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/2644177725' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0f9d4afb-60b2-4b04-b620-aeb6f7ea2620"} : dispatch 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0f9d4afb-60b2-4b04-b620-aeb6f7ea2620"} : dispatch 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f9d4afb-60b2-4b04-b620-aeb6f7ea2620"}]': finished 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: osdmap e12: 7 total, 0 up, 7 in 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:13.109 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:13.110 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:12 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:13.136 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1726921869,"num_remapped_pgs":0} 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2172735135' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/2644177725' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0f9d4afb-60b2-4b04-b620-aeb6f7ea2620"} : dispatch 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0f9d4afb-60b2-4b04-b620-aeb6f7ea2620"} : dispatch 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0f9d4afb-60b2-4b04-b620-aeb6f7ea2620"}]': finished 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: osdmap e12: 7 total, 0 up, 7 in 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:12 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:13.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:13 smithi110 ceph-mon[34656]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:14.137 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:14.140 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:13 smithi001 ceph-mon[26284]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:14.421 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/2420817347' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/448478257' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "25d2a0cb-0a35-43eb-9fed-f9b0a64e8734"} : dispatch 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/448478257' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "25d2a0cb-0a35-43eb-9fed-f9b0a64e8734"}]': finished 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: osdmap e13: 8 total, 0 up, 8 in 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:15.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:14 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:15.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/2420817347' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:15.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/448478257' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "25d2a0cb-0a35-43eb-9fed-f9b0a64e8734"} : dispatch 2024-09-21T12:31:15.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/448478257' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "25d2a0cb-0a35-43eb-9fed-f9b0a64e8734"}]': finished 2024-09-21T12:31:15.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: osdmap e13: 8 total, 0 up, 8 in 2024-09-21T12:31:15.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:15.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:15.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:15.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:15.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:15.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:15.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:15.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:14 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:15.293 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:15.894 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:15 smithi001 ceph-mon[26284]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:15.894 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:15 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/254441349' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:15.922 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:16.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:15 smithi110 ceph-mon[34656]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:16.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:15 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/254441349' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:16.923 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:17.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:16 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3681201585' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:17.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:16 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:31:17.184 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:17.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:16 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3681201585' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T12:31:17.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:16 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:31:17.862 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:17.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:17 smithi110 ceph-mon[34656]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:17.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:17 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3787305684' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:18.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:17 smithi001 ceph-mon[26284]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:18.150 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:17 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3787305684' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:18.420 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:19.421 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:20.124 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:20.163 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:19 smithi110 ceph-mon[34656]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:20.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:19 smithi001 ceph-mon[26284]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:20.780 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:21.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T12:31:21.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:21.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:20 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2050512294' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:21.161 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T12:31:21.161 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:21.162 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:20 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2050512294' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:21.890 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:21 smithi001 ceph-mon[26284]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:21.890 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:21 smithi001 ceph-mon[26284]: Deploying daemon osd.0 on smithi110 2024-09-21T12:31:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:21 smithi110 ceph-mon[34656]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:21 smithi110 ceph-mon[34656]: Deploying daemon osd.0 on smithi110 2024-09-21T12:31:22.361 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:23.363 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:23.643 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:24.068 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:23 smithi001 ceph-mon[26284]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:24.069 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T12:31:24.069 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:24.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:23 smithi110 ceph-mon[34656]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:24.107 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T12:31:24.107 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:24.358 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:25.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:24 smithi110 ceph-mon[34656]: Deploying daemon osd.1 on smithi001 2024-09-21T12:31:25.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:24 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1438542181' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:25.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:24 smithi001 ceph-mon[26284]: Deploying daemon osd.1 on smithi001 2024-09-21T12:31:25.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:24 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1438542181' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:25.297 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:26.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:25 smithi110 ceph-mon[34656]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:26.195 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:25 smithi001 ceph-mon[26284]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:26.298 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:26.767 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:27.603 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:28.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:27 smithi110 ceph-mon[34656]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:28.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:27 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3740747209' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:28.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:27 smithi001 ceph-mon[26284]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:28.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:27 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3740747209' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:28.709 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:29.710 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:29.972 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:30.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:29 smithi110 ceph-mon[34656]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:30.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:29 smithi001 ceph-mon[26284]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:30.644 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:30.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:30 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2270130151' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:31.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:30 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2270130151' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:31.300 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:31 smithi110 ceph-mon[34656]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T12:31:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:31:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:31 smithi001 ceph-mon[26284]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T12:31:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:31:32.301 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:32.571 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:32.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:32 smithi110 ceph-mon[34656]: Deploying daemon osd.2 on smithi110 2024-09-21T12:31:32.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:32 smithi001 ceph-mon[26284]: Deploying daemon osd.2 on smithi110 2024-09-21T12:31:33.258 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:33.848 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:34.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:33 smithi110 ceph-mon[34656]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:34.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:33 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/443105277' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:34.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:33 smithi001 ceph-mon[26284]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:34.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:33 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/443105277' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:34.850 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:35.860 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:35.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:35 smithi001 ceph-mon[26284]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:35.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:35 smithi001 ceph-mon[26284]: from='osd.0 [v2:172.21.15.110:6800/2700889745,v1:172.21.15.110:6801/2700889745]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T12:31:35.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:35 smithi001 ceph-mon[26284]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T12:31:36.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:35 smithi110 ceph-mon[34656]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:36.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:35 smithi110 ceph-mon[34656]: from='osd.0 [v2:172.21.15.110:6800/2700889745,v1:172.21.15.110:6801/2700889745]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T12:31:36.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:35 smithi110 ceph-mon[34656]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T12:31:37.041 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: osdmap e14: 8 total, 0 up, 8 in 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='osd.0 [v2:172.21.15.110:6800/2700889745,v1:172.21.15.110:6801/2700889745]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:37.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:37.170 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:37.170 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:37.170 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:37.170 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T12:31:37.170 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:36 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:37.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: osdmap e14: 8 total, 0 up, 8 in 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='osd.0 [v2:172.21.15.110:6800/2700889745,v1:172.21.15.110:6801/2700889745]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:37.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T12:31:37.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:36 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:37.704 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: Deploying daemon osd.3 on smithi001 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: osdmap e15: 8 total, 0 up, 8 in 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:37.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:37.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:37.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:37.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/629013952' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:37.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:37 smithi001 ceph-mon[26284]: from='osd.0 ' entity='osd.0' 2024-09-21T12:31:38.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:38.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: Deploying daemon osd.3 on smithi001 2024-09-21T12:31:38.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-21T12:31:38.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: osdmap e15: 8 total, 0 up, 8 in 2024-09-21T12:31:38.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:38.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:38.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:38.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:38.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:38.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:38.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:38.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:38.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:38.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/629013952' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:38.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:37 smithi110 ceph-mon[34656]: from='osd.0 ' entity='osd.0' 2024-09-21T12:31:38.705 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:39.084 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: purged_snaps scrub starts 2024-09-21T12:31:39.085 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: purged_snaps scrub ok 2024-09-21T12:31:39.085 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:39.085 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: osd.0 [v2:172.21.15.110:6800/2700889745,v1:172.21.15.110:6801/2700889745] boot 2024-09-21T12:31:39.085 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: osdmap e16: 8 total, 1 up, 8 in 2024-09-21T12:31:39.085 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:39.085 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:39.086 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:39.086 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:39.086 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:39.086 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:39.086 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:39.086 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:39.155 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: purged_snaps scrub starts 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: purged_snaps scrub ok 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: osd.0 [v2:172.21.15.110:6800/2700889745,v1:172.21.15.110:6801/2700889745] boot 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: osdmap e16: 8 total, 1 up, 8 in 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:39.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:40.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:39 smithi001 ceph-mon[26284]: pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:40.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:39 smithi001 ceph-mon[26284]: osdmap e17: 8 total, 1 up, 8 in 2024-09-21T12:31:40.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:39 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:40.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:39 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:40.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:39 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:40.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:39 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:40.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:39 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:40.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:39 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:40.168 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:39 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:40.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:39 smithi110 ceph-mon[34656]: pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T12:31:40.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:39 smithi110 ceph-mon[34656]: osdmap e17: 8 total, 1 up, 8 in 2024-09-21T12:31:40.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:39 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:40.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:39 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:40.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:39 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:40.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:39 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:40.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:39 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:40.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:39 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:40.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:39 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:40.472 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:40.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:40 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1844798611' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:41.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:40 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1844798611' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:41.257 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1726921898,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:42.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:41 smithi110 ceph-mon[34656]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T12:31:42.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:41 smithi110 ceph-mon[34656]: from='osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T12:31:42.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:41 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:42.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:41 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:42.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:41 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T12:31:42.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:41 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:42.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:41 smithi001 ceph-mon[26284]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T12:31:42.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:41 smithi001 ceph-mon[26284]: from='osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T12:31:42.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:41 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:42.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:41 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:42.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:41 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T12:31:42.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:41 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:42.258 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:42.526 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:43.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: Deploying daemon osd.4 on smithi110 2024-09-21T12:31:43.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T12:31:43.050 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: osdmap e18: 8 total, 1 up, 8 in 2024-09-21T12:31:43.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]} : dispatch 2024-09-21T12:31:43.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:43.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:43.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:43.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:43.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:43.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:43.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:43.051 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:42 smithi110 ceph-mon[34656]: from='osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-21T12:31:43.164 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:43.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: Deploying daemon osd.4 on smithi110 2024-09-21T12:31:43.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T12:31:43.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: osdmap e18: 8 total, 1 up, 8 in 2024-09-21T12:31:43.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]} : dispatch 2024-09-21T12:31:43.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:43.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:43.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:43.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:43.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:43.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:43.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:43.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:42 smithi001 ceph-mon[26284]: from='osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-21T12:31:43.741 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1726921898,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T12:31:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: osdmap e19: 8 total, 1 up, 8 in 2024-09-21T12:31:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:43.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:43.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:43 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1298502242' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:44.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T12:31:44.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: osdmap e19: 8 total, 1 up, 8 in 2024-09-21T12:31:44.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:44.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:44.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:44.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:44.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:44.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:44.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:44.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:44.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:43 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1298502242' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:44.742 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:45.005 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: purged_snaps scrub starts 2024-09-21T12:31:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: purged_snaps scrub ok 2024-09-21T12:31:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136] boot 2024-09-21T12:31:45.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: osdmap e20: 8 total, 2 up, 8 in 2024-09-21T12:31:45.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:45.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:45.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:45.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:45.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:45.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:45.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: purged_snaps scrub starts 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: purged_snaps scrub ok 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: osd.1 [v2:172.21.15.1:6802/3857249136,v1:172.21.15.1:6803/3857249136] boot 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: osdmap e20: 8 total, 2 up, 8 in 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:45.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:45.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:45.624 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:45 smithi110 ceph-mon[34656]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T12:31:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:45 smithi110 ceph-mon[34656]: osdmap e21: 8 total, 2 up, 8 in 2024-09-21T12:31:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:45 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:45 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3227811727' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:46.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:45 smithi001 ceph-mon[26284]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-21T12:31:46.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:45 smithi001 ceph-mon[26284]: osdmap e21: 8 total, 2 up, 8 in 2024-09-21T12:31:46.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:46.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:46.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:46.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:46.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:46.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:45 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:46.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:45 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3227811727' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:46.383 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1726921903,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:47.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:31:47.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:46 smithi001 ceph-mon[26284]: from='osd.2 [v2:172.21.15.110:6808/1994674312,v1:172.21.15.110:6809/1994674312]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T12:31:47.206 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:46 smithi001 ceph-mon[26284]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T12:31:47.384 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:47.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:31:47.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:46 smithi110 ceph-mon[34656]: from='osd.2 [v2:172.21.15.110:6808/1994674312,v1:172.21.15.110:6809/1994674312]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T12:31:47.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:46 smithi110 ceph-mon[34656]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T12:31:48.119 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:48.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T12:31:48.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T12:31:48.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: from='osd.2 [v2:172.21.15.110:6808/1994674312,v1:172.21.15.110:6809/1994674312]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:48.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: osdmap e22: 8 total, 2 up, 8 in 2024-09-21T12:31:48.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:48.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:48.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:48.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:48.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:48.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:48.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: from='osd.2 [v2:172.21.15.110:6808/1994674312,v1:172.21.15.110:6809/1994674312]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: osdmap e22: 8 total, 2 up, 8 in 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:47 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:48.894 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: osdmap e23: 8 total, 2 up, 8 in 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:49.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T12:31:49.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:48 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/122605356' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: osdmap e23: 8 total, 2 up, 8 in 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T12:31:49.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:48 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/122605356' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:49.648 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":23,"num_osds":8,"num_up_osds":2,"osd_up_since":1726921903,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:50.170 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: purged_snaps scrub starts 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: purged_snaps scrub ok 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: osd.2 [v2:172.21.15.110:6808/1994674312,v1:172.21.15.110:6809/1994674312] boot 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: osdmap e24: 8 total, 3 up, 8 in 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:50.171 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:49 smithi001 ceph-mon[26284]: Deploying daemon osd.5 on smithi001 2024-09-21T12:31:50.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: purged_snaps scrub starts 2024-09-21T12:31:50.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: purged_snaps scrub ok 2024-09-21T12:31:50.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:50.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: osd.2 [v2:172.21.15.110:6808/1994674312,v1:172.21.15.110:6809/1994674312] boot 2024-09-21T12:31:50.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: osdmap e24: 8 total, 3 up, 8 in 2024-09-21T12:31:50.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T12:31:50.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:50.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:50.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:50.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:50.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:50.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:50.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:50.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T12:31:50.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:50.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:49 smithi110 ceph-mon[34656]: Deploying daemon osd.5 on smithi001 2024-09-21T12:31:50.648 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:51.299 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:51 smithi110 ceph-mon[34656]: osdmap e25: 8 total, 3 up, 8 in 2024-09-21T12:31:51.299 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:51.299 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:51.299 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:51.299 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:51.299 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:51.300 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:51 smithi110 ceph-mon[34656]: pgmap v75: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:51.300 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T12:31:51.300 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:51.339 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:51 smithi001 ceph-mon[26284]: osdmap e25: 8 total, 3 up, 8 in 2024-09-21T12:31:51.339 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:51.339 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:51.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:51.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:51.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:51.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:51 smithi001 ceph-mon[26284]: pgmap v75: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:51.340 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T12:31:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T12:31:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 ceph-mon[26284]: osdmap e26: 8 total, 3 up, 8 in 2024-09-21T12:31:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T12:31:52.254 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T12:31:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 ceph-mon[34656]: osdmap e26: 8 total, 3 up, 8 in 2024-09-21T12:31:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T12:31:52.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 sudo[44274]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T12:31:52.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 sudo[44274]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T12:31:52.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 sudo[44274]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T12:31:52.741 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 sudo[44274]: pam_unix(sudo:session): session closed for user root 2024-09-21T12:31:52.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 sudo[56271]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T12:31:52.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 sudo[56271]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T12:31:52.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 sudo[56271]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T12:31:52.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 sudo[56271]: pam_unix(sudo:session): session closed for user root 2024-09-21T12:31:52.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 sudo[56274]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T12:31:52.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 sudo[56274]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T12:31:52.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 sudo[56274]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T12:31:52.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:52 smithi001 sudo[56274]: pam_unix(sudo:session): session closed for user root 2024-09-21T12:31:53.067 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 sudo[44277]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T12:31:53.067 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 sudo[44277]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T12:31:53.067 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 sudo[44277]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T12:31:53.067 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:52 smithi110 sudo[44277]: pam_unix(sudo:session): session closed for user root 2024-09-21T12:31:53.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T12:31:53.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: osdmap e27: 8 total, 3 up, 8 in 2024-09-21T12:31:53.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:53.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:53.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:53.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:53.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:53.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: Deploying daemon osd.6 on smithi110 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3855289156' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi001"} : dispatch 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T12:31:53.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi001"} : dispatch 2024-09-21T12:31:53.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:31:53.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T12:31:53.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: osdmap e27: 8 total, 3 up, 8 in 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T12:31:53.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: Deploying daemon osd.6 on smithi110 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3855289156' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi001"} : dispatch 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi001"} : dispatch 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mon metadata", "id": "smithi110"} : dispatch 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T12:31:53.337 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:31:53.370 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":27,"num_osds":8,"num_up_osds":3,"osd_up_since":1726921908,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:54.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:54 smithi001 ceph-mon[26284]: osdmap e28: 8 total, 3 up, 8 in 2024-09-21T12:31:54.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:54 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:54.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:54 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:54.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:54 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:54.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:54 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:54.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:54 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:54.371 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:54.423 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:54 smithi110 ceph-mon[34656]: osdmap e28: 8 total, 3 up, 8 in 2024-09-21T12:31:54.423 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:54 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:54.423 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:54 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:54.424 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:54 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:54.424 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:54 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:54.424 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:54 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:54.634 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:55.333 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:55.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:55 smithi001 ceph-mon[26284]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:55.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:55 smithi001 ceph-mon[26284]: mgrmap e19: smithi001.vtkjbw(active, since 2m), standbys: smithi110.egckco 2024-09-21T12:31:55.333 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:55 smithi001 ceph-mon[26284]: from='osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T12:31:55.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:55 smithi110 ceph-mon[34656]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:55.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:55 smithi110 ceph-mon[34656]: mgrmap e19: smithi001.vtkjbw(active, since 2m), standbys: smithi110.egckco 2024-09-21T12:31:55.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:55 smithi110 ceph-mon[34656]: from='osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T12:31:55.903 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":29,"num_osds":8,"num_up_osds":3,"osd_up_since":1726921908,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:31:56.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: from='osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T12:31:56.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: osdmap e29: 8 total, 3 up, 8 in 2024-09-21T12:31:56.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: from='osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]} : dispatch 2024-09-21T12:31:56.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:56.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:56.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:56.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:56.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:56.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1751400604' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:56.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:56 smithi110 ceph-mon[34656]: from='osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: from='osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: osdmap e29: 8 total, 3 up, 8 in 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: from='osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]} : dispatch 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1751400604' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:56.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:56 smithi001 ceph-mon[26284]: from='osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-21T12:31:56.904 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:57.179 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:31:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:57 smithi001 ceph-mon[26284]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:57 smithi001 ceph-mon[26284]: osdmap e30: 8 total, 3 up, 8 in 2024-09-21T12:31:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:57 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:57 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:57 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:57 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:57 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:57.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:57 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:57.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:57 smithi110 ceph-mon[34656]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:57.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:57 smithi110 ceph-mon[34656]: osdmap e30: 8 total, 3 up, 8 in 2024-09-21T12:31:57.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:57 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:57.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:57 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:57.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:57 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:57.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:57 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:57.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:57 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:57.417 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:57 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:57.822 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:31:58.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: purged_snaps scrub starts 2024-09-21T12:31:58.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: purged_snaps scrub ok 2024-09-21T12:31:58.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622] boot 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: osdmap e31: 8 total, 4 up, 8 in 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='osd.4 [v2:172.21.15.110:6816/3277359434,v1:172.21.15.110:6817/3277359434]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: osdmap e32: 8 total, 4 up, 8 in 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:58.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:58.420 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='osd.4 [v2:172.21.15.110:6816/3277359434,v1:172.21.15.110:6817/3277359434]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:58.420 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:58.420 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:58.420 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:58 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2008783438' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:58.421 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":32,"num_osds":8,"num_up_osds":4,"osd_up_since":1726921917,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":1} 2024-09-21T12:31:58.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: purged_snaps scrub starts 2024-09-21T12:31:58.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: purged_snaps scrub ok 2024-09-21T12:31:58.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: osd.3 [v2:172.21.15.1:6810/419317622,v1:172.21.15.1:6811/419317622] boot 2024-09-21T12:31:58.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: osdmap e31: 8 total, 4 up, 8 in 2024-09-21T12:31:58.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T12:31:58.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:58.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='osd.4 [v2:172.21.15.110:6816/3277359434,v1:172.21.15.110:6817/3277359434]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: osdmap e32: 8 total, 4 up, 8 in 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='osd.4 [v2:172.21.15.110:6816/3277359434,v1:172.21.15.110:6817/3277359434]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:31:58.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:58 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2008783438' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:31:59.422 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:31:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:59 smithi110 ceph-mon[34656]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:59 smithi110 ceph-mon[34656]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-21T12:31:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:59 smithi110 ceph-mon[34656]: osdmap e33: 8 total, 4 up, 8 in 2024-09-21T12:31:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:59.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:31:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:59.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:59 smithi001 ceph-mon[26284]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-21T12:31:59.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:59 smithi001 ceph-mon[26284]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-21T12:31:59.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:59 smithi001 ceph-mon[26284]: osdmap e33: 8 total, 4 up, 8 in 2024-09-21T12:31:59.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:31:59.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:31:59.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:31:59.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:31:59.960 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:31:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:32:00.357 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:00.839 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: purged_snaps scrub starts 2024-09-21T12:32:00.839 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: purged_snaps scrub ok 2024-09-21T12:32:00.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: osd.4 [v2:172.21.15.110:6816/3277359434,v1:172.21.15.110:6817/3277359434] boot 2024-09-21T12:32:00.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: osdmap e34: 8 total, 5 up, 8 in 2024-09-21T12:32:00.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:32:00.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:00.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:00.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:00.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: osdmap e35: 8 total, 5 up, 8 in 2024-09-21T12:32:00.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:00.844 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: purged_snaps scrub starts 2024-09-21T12:32:00.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: purged_snaps scrub ok 2024-09-21T12:32:00.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: osd.4 [v2:172.21.15.110:6816/3277359434,v1:172.21.15.110:6817/3277359434] boot 2024-09-21T12:32:00.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: osdmap e34: 8 total, 5 up, 8 in 2024-09-21T12:32:00.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T12:32:00.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:00.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:00.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:00.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: osdmap e35: 8 total, 5 up, 8 in 2024-09-21T12:32:00.845 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:01.406 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:01.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:01 smithi001 ceph-mon[26284]: pgmap v89: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 146 KiB/s, 0 objects/s recovering 2024-09-21T12:32:01.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:01 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:01.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:01 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:01.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:01 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:01.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:01 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:01.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:01 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T12:32:01.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:01 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:32:01.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:01 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3917827672' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:01.705 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:01 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:32:01.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:01 smithi110 ceph-mon[34656]: pgmap v89: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 146 KiB/s, 0 objects/s recovering 2024-09-21T12:32:01.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:01 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:01.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:01 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:01.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:01 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:01.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:01 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:01.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:01 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T12:32:01.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:01 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:32:01.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:01 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3917827672' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:01.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:01 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:32:02.003 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":35,"num_osds":8,"num_up_osds":5,"osd_up_since":1726921919,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:32:02.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:02 smithi110 ceph-mon[34656]: Deploying daemon osd.7 on smithi001 2024-09-21T12:32:02.868 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:02 smithi001 ceph-mon[26284]: Deploying daemon osd.7 on smithi001 2024-09-21T12:32:03.004 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:32:03.275 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:04.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:03 smithi110 ceph-mon[34656]: pgmap v91: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 126 KiB/s, 0 objects/s recovering 2024-09-21T12:32:04.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:03 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:04.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:03 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:04.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:03 smithi001 ceph-mon[26284]: pgmap v91: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 126 KiB/s, 0 objects/s recovering 2024-09-21T12:32:04.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:05.073 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:05.728 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":35,"num_osds":8,"num_up_osds":5,"osd_up_since":1726921919,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:32:05.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:05 smithi001 ceph-mon[26284]: pgmap v92: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-21T12:32:05.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:05 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/961112732' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:06.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:05 smithi110 ceph-mon[34656]: pgmap v92: 1 pgs: 1 peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-21T12:32:06.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:05 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/961112732' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:06.730 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:32:06.995 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:07.116 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:06 smithi001 ceph-mon[26284]: from='osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T12:32:07.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:06 smithi110 ceph-mon[34656]: from='osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T12:32:07.609 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:08.151 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-21T12:32:08.151 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: from='osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T12:32:08.151 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: osdmap e36: 8 total, 5 up, 8 in 2024-09-21T12:32:08.151 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: from='osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi001", "root=default"]} : dispatch 2024-09-21T12:32:08.152 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:08.152 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:08.152 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:08.152 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/4138013748' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:08.152 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: from='osd.6 [v2:172.21.15.110:6824/2492751625,v1:172.21.15.110:6825/2492751625]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T12:32:08.152 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:07 smithi001 ceph-mon[26284]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T12:32:08.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-21T12:32:08.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: from='osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T12:32:08.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: osdmap e36: 8 total, 5 up, 8 in 2024-09-21T12:32:08.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: from='osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi001", "root=default"]} : dispatch 2024-09-21T12:32:08.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:08.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:08.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:08.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/4138013748' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:08.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: from='osd.6 [v2:172.21.15.110:6824/2492751625,v1:172.21.15.110:6825/2492751625]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T12:32:08.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:07 smithi110 ceph-mon[34656]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T12:32:08.181 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":36,"num_osds":8,"num_up_osds":5,"osd_up_since":1726921919,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:32:09.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:08 smithi110 ceph-mon[34656]: from='osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-21T12:32:09.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:08 smithi110 ceph-mon[34656]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T12:32:09.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:08 smithi110 ceph-mon[34656]: osdmap e37: 8 total, 5 up, 8 in 2024-09-21T12:32:09.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:08 smithi110 ceph-mon[34656]: from='osd.6 [v2:172.21.15.110:6824/2492751625,v1:172.21.15.110:6825/2492751625]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:32:09.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:08 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:09.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:08 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:09.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:08 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:09.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:08 smithi110 ceph-mon[34656]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:32:09.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:08 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:09.182 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:32:09.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:08 smithi001 ceph-mon[26284]: from='osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-21T12:32:09.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:08 smithi001 ceph-mon[26284]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T12:32:09.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:08 smithi001 ceph-mon[26284]: osdmap e37: 8 total, 5 up, 8 in 2024-09-21T12:32:09.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:08 smithi001 ceph-mon[26284]: from='osd.6 [v2:172.21.15.110:6824/2492751625,v1:172.21.15.110:6825/2492751625]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:32:09.213 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:08 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:09.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:08 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:09.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:08 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:09.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:08 smithi001 ceph-mon[26284]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]} : dispatch 2024-09-21T12:32:09.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:08 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:09.455 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:09.860 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: purged_snaps scrub starts 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: purged_snaps scrub ok 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914] boot 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: osdmap e38: 8 total, 6 up, 8 in 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:09.861 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:09 smithi001 ceph-mon[26284]: from='osd.6 ' entity='osd.6' 2024-09-21T12:32:10.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: purged_snaps scrub starts 2024-09-21T12:32:10.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: purged_snaps scrub ok 2024-09-21T12:32:10.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T12:32:10.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-09-21T12:32:10.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: osd.5 [v2:172.21.15.1:6818/1685661914,v1:172.21.15.1:6819/1685661914] boot 2024-09-21T12:32:10.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: osdmap e38: 8 total, 6 up, 8 in 2024-09-21T12:32:10.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T12:32:10.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:10.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:10.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:10.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:09 smithi110 ceph-mon[34656]: from='osd.6 ' entity='osd.6' 2024-09-21T12:32:10.083 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:10.786 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":38,"num_osds":8,"num_up_osds":6,"osd_up_since":1726921928,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: purged_snaps scrub starts 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: purged_snaps scrub ok 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3739522162' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: osd.6 [v2:172.21.15.110:6824/2492751625,v1:172.21.15.110:6825/2492751625] boot 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: osdmap e39: 8 total, 7 up, 8 in 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:10 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:11.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: purged_snaps scrub starts 2024-09-21T12:32:11.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: purged_snaps scrub ok 2024-09-21T12:32:11.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:11.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3739522162' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:11.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: osd.6 [v2:172.21.15.110:6824/2492751625,v1:172.21.15.110:6825/2492751625] boot 2024-09-21T12:32:11.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: osdmap e39: 8 total, 7 up, 8 in 2024-09-21T12:32:11.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T12:32:11.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:11.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:11.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:10 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:11.787 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:32:11.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:11 smithi001 ceph-mon[26284]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T12:32:12.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:11 smithi110 ceph-mon[34656]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-21T12:32:12.691 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:12.949 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:12 smithi001 ceph-mon[26284]: osdmap e40: 8 total, 7 up, 8 in 2024-09-21T12:32:12.949 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:12 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:12 smithi110 ceph-mon[34656]: osdmap e40: 8 total, 7 up, 8 in 2024-09-21T12:32:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:12 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:13.554 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:14.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:13 smithi001 ceph-mon[26284]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:14.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:13 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1326627258' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:14.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:13 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:14.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:13 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:14.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:13 smithi110 ceph-mon[34656]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:14.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:13 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1326627258' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:14.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:13 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:14.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:13 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:14.193 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":40,"num_osds":8,"num_up_osds":7,"osd_up_since":1726921930,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:32:15.194 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:32:15.637 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:16.110 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:15 smithi001 ceph-mon[26284]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:16.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:15 smithi110 ceph-mon[34656]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:16.394 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:17.007 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:16 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/158727480' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:17.007 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:16 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:32:17.008 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":40,"num_osds":8,"num_up_osds":7,"osd_up_since":1726921930,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:32:17.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:16 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/158727480' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:17.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:16 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:32:18.010 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:32:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:17 smithi110 ceph-mon[34656]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:18.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:17 smithi001 ceph-mon[26284]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:18.283 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:19.010 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:19.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:18 smithi110 ceph-mon[34656]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T12:32:19.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:18 smithi001 ceph-mon[26284]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T12:32:19.673 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":41,"num_osds":8,"num_up_osds":7,"osd_up_since":1726921930,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":0} 2024-09-21T12:32:19.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:19 smithi001 ceph-mon[26284]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:19.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:19 smithi001 ceph-mon[26284]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T12:32:19.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:19 smithi001 ceph-mon[26284]: osdmap e41: 8 total, 7 up, 8 in 2024-09-21T12:32:19.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:19 smithi001 ceph-mon[26284]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi001", "root=default"]} : dispatch 2024-09-21T12:32:19.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:19 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:19.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:19 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1369851604' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:19 smithi110 ceph-mon[34656]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:19 smithi110 ceph-mon[34656]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T12:32:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:19 smithi110 ceph-mon[34656]: osdmap e41: 8 total, 7 up, 8 in 2024-09-21T12:32:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:19 smithi110 ceph-mon[34656]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi001", "root=default"]} : dispatch 2024-09-21T12:32:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:19 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:19 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1369851604' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:20.675 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T12:32:20.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:20 smithi001 ceph-mon[26284]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-21T12:32:20.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:20 smithi001 ceph-mon[26284]: osdmap e42: 8 total, 7 up, 8 in 2024-09-21T12:32:20.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:20.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:20.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:20 smithi001 ceph-mon[26284]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' 2024-09-21T12:32:20.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:21.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:20 smithi110 ceph-mon[34656]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-21T12:32:21.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:20 smithi110 ceph-mon[34656]: osdmap e42: 8 total, 7 up, 8 in 2024-09-21T12:32:21.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:21.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:21.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:20 smithi110 ceph-mon[34656]: from='osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897]' entity='osd.7' 2024-09-21T12:32:21.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:21.541 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:22.173 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:22.174 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:21 smithi001 ceph-mon[26284]: purged_snaps scrub starts 2024-09-21T12:32:22.174 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:21 smithi001 ceph-mon[26284]: purged_snaps scrub ok 2024-09-21T12:32:22.174 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:21 smithi001 ceph-mon[26284]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:22.174 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:21 smithi001 ceph-mon[26284]: osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897] boot 2024-09-21T12:32:22.174 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:21 smithi001 ceph-mon[26284]: osdmap e43: 8 total, 8 up, 8 in 2024-09-21T12:32:22.174 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:22.174 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:22.174 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:21 smithi110 ceph-mon[34656]: purged_snaps scrub starts 2024-09-21T12:32:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:21 smithi110 ceph-mon[34656]: purged_snaps scrub ok 2024-09-21T12:32:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:21 smithi110 ceph-mon[34656]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-09-21T12:32:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:21 smithi110 ceph-mon[34656]: osd.7 [v2:172.21.15.1:6826/2288449897,v1:172.21.15.1:6827/2288449897] boot 2024-09-21T12:32:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:21 smithi110 ceph-mon[34656]: osdmap e43: 8 total, 8 up, 8 in 2024-09-21T12:32:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T12:32:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:22.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:22.831 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":44,"num_osds":8,"num_up_osds":8,"osd_up_since":1726921940,"num_in_osds":8,"osd_in_since":1726921874,"num_remapped_pgs":1} 2024-09-21T12:32:22.831 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T12:32:23.117 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:22 smithi001 ceph-mon[26284]: osdmap e44: 8 total, 8 up, 8 in 2024-09-21T12:32:23.117 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:22 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:32:23.117 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:22 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/4291774482' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:23.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:22 smithi110 ceph-mon[34656]: osdmap e44: 8 total, 8 up, 8 in 2024-09-21T12:32:23.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:22 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:32:23.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:22 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/4291774482' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T12:32:23.517 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:23.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:23 smithi110 ceph-mon[34656]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:23.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:23 smithi110 ceph-mon[34656]: osdmap e45: 8 total, 8 up, 8 in 2024-09-21T12:32:23.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:23 smithi001 ceph-mon[26284]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:23.954 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:23 smithi001 ceph-mon[26284]: osdmap e45: 8 total, 8 up, 8 in 2024-09-21T12:32:24.153 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:24.153 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":46,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","created":"2024-09-21T12:27:41.849298+0000","modified":"2024-09-21T12:32:23.873994+0000","last_up_change":"2024-09-21T12:32:20.860514+0000","last_in_change":"2024-09-21T12:31:14.499438+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-21T12:31:50.548752+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,"is_stretch_pool":false,"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":"28","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":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"38e913d1-4bdb-46a5-aed3-068972f1a394","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6801","nonce":2700889745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6803","nonce":2700889745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6807","nonce":2700889745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6805","nonce":2700889745}]},"public_addr":"172.21.15.110:6801/2700889745","cluster_addr":"172.21.15.110:6803/2700889745","heartbeat_back_addr":"172.21.15.110:6807/2700889745","heartbeat_front_addr":"172.21.15.110:6805/2700889745","state":["exists","up"]},{"osd":1,"uuid":"73ecb1ac-fbce-4806-b3e3-346bcb2dcaa4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6803","nonce":3857249136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6805","nonce":3857249136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6809","nonce":3857249136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6807","nonce":3857249136}]},"public_addr":"172.21.15.1:6803/3857249136","cluster_addr":"172.21.15.1:6805/3857249136","heartbeat_back_addr":"172.21.15.1:6809/3857249136","heartbeat_front_addr":"172.21.15.1:6807/3857249136","state":["exists","up"]},{"osd":2,"uuid":"667121cf-2795-4a53-999b-ae3f3c90b89c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6809","nonce":1994674312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6811","nonce":1994674312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6815","nonce":1994674312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6813","nonce":1994674312}]},"public_addr":"172.21.15.110:6809/1994674312","cluster_addr":"172.21.15.110:6811/1994674312","heartbeat_back_addr":"172.21.15.110:6815/1994674312","heartbeat_front_addr":"172.21.15.110:6813/1994674312","state":["exists","up"]},{"osd":3,"uuid":"1e9af729-af64-49a9-aa33-77a0a3d23a3e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6810","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6811","nonce":419317622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6813","nonce":419317622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6817","nonce":419317622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6815","nonce":419317622}]},"public_addr":"172.21.15.1:6811/419317622","cluster_addr":"172.21.15.1:6813/419317622","heartbeat_back_addr":"172.21.15.1:6817/419317622","heartbeat_front_addr":"172.21.15.1:6815/419317622","state":["exists","up"]},{"osd":4,"uuid":"62eb97e5-38b3-469b-bbd1-29ada1db6001","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6817","nonce":3277359434}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6819","nonce":3277359434}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6823","nonce":3277359434}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6821","nonce":3277359434}]},"public_addr":"172.21.15.110:6817/3277359434","cluster_addr":"172.21.15.110:6819/3277359434","heartbeat_back_addr":"172.21.15.110:6823/3277359434","heartbeat_front_addr":"172.21.15.110:6821/3277359434","state":["exists","up"]},{"osd":5,"uuid":"3e323cf5-a62c-4d7f-b0a2-04b9b24d8c60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6819","nonce":1685661914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6821","nonce":1685661914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6825","nonce":1685661914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6823","nonce":1685661914}]},"public_addr":"172.21.15.1:6819/1685661914","cluster_addr":"172.21.15.1:6821/1685661914","heartbeat_back_addr":"172.21.15.1:6825/1685661914","heartbeat_front_addr":"172.21.15.1:6823/1685661914","state":["exists","up"]},{"osd":6,"uuid":"0f9d4afb-60b2-4b04-b620-aeb6f7ea2620","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6825","nonce":2492751625}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6827","nonce":2492751625}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6831","nonce":2492751625}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6829","nonce":2492751625}]},"public_addr":"172.21.15.110:6825/2492751625","cluster_addr":"172.21.15.110:6827/2492751625","heartbeat_back_addr":"172.21.15.110:6831/2492751625","heartbeat_front_addr":"172.21.15.110:6829/2492751625","state":["exists","up"]},{"osd":7,"uuid":"25d2a0cb-0a35-43eb-9fed-f9b0a64e8734","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6826","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6827","nonce":2288449897}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6829","nonce":2288449897}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6833","nonce":2288449897}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6831","nonce":2288449897}]},"public_addr":"172.21.15.1:6827/2288449897","cluster_addr":"172.21.15.1:6829/2288449897","heartbeat_back_addr":"172.21.15.1:6833/2288449897","heartbeat_front_addr":"172.21.15.1:6831/2288449897","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:36.743167+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:42.150135+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:47.587716+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:55.325890+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:58.458606+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:32:07.398450+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:32:08.763757+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:32:19.649212+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:0/4272405980":"2024-09-22T12:29:46.088459+0000","172.21.15.1:0/2458547993":"2024-09-22T12:28:05.156277+0000","172.21.15.1:0/2886574677":"2024-09-22T12:28:05.156277+0000","172.21.15.1:6800/1554611579":"2024-09-22T12:28:05.156277+0000","172.21.15.1:0/439108625":"2024-09-22T12:28:05.156277+0000","172.21.15.1:6801/1554611579":"2024-09-22T12:28:05.156277+0000","172.21.15.1:0/3905710745":"2024-09-22T12:28:40.251871+0000","172.21.15.1:6800/2229870288":"2024-09-22T12:29:46.088459+0000","172.21.15.1:6801/2229870288":"2024-09-22T12:29:46.088459+0000","172.21.15.1:0/2775394893":"2024-09-22T12:29:46.088459+0000","172.21.15.1:6800/3612423774":"2024-09-22T12:28:40.251871+0000","172.21.15.1:0/1720452068":"2024-09-22T12:28:40.251871+0000","172.21.15.1:6801/3612423774":"2024-09-22T12:28:40.251871+0000","172.21.15.1:0/3091831250":"2024-09-22T12:29:46.088459+0000","172.21.15.1:0/2898090439":"2024-09-22T12:28:40.251871+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-21T12:32:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:24 smithi001 ceph-mon[26284]: osdmap e46: 8 total, 8 up, 8 in 2024-09-21T12:32:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:24 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2167352907' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T12:32:25.063 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T12:31:50.548752+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, 'is_stretch_pool': False, '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': '28', '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': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-21T12:32:25.064 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T12:32:25.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:24 smithi110 ceph-mon[34656]: osdmap e46: 8 total, 8 up, 8 in 2024-09-21T12:32:25.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:25.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:25.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:24 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2167352907' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T12:32:25.863 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:26.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:25 smithi110 ceph-mon[34656]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:26.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:25 smithi110 ceph-mon[34656]: osdmap e47: 8 total, 8 up, 8 in 2024-09-21T12:32:26.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:25 smithi001 ceph-mon[26284]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:26.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:25 smithi001 ceph-mon[26284]: osdmap e47: 8 total, 8 up, 8 in 2024-09-21T12:32:26.833 INFO:teuthology.orchestra.run.smithi001.stdout:pg_num: 1 2024-09-21T12:32:27.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:26 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/878043434' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T12:32:27.190 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:26 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/878043434' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T12:32:27.555 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T12:32:27.555 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-21T12:32:28.055 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:28.096 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:27 smithi110 ceph-mon[34656]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:28.178 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:27 smithi001 ceph-mon[26284]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:29.067 INFO:teuthology.orchestra.run.smithi001.stdout:[client.0] 2024-09-21T12:32:29.067 INFO:teuthology.orchestra.run.smithi001.stdout: key = AQDdvO5mpT3XAxAAIbBVIux0CPozlZeW4wpNgw== 2024-09-21T12:32:29.369 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:29.369 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: Detected new or changed devices on smithi110 2024-09-21T12:32:29.369 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:29.369 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:29.369 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:29.369 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:29.369 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:29.370 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:29.370 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: Adjusting osd_memory_target on smithi110 to 3728M 2024-09-21T12:32:29.370 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:29.370 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1610222901' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T12:32:29.370 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:29 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1610222901' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: Detected new or changed devices on smithi110 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: Adjusting osd_memory_target on smithi110 to 3728M 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1610222901' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T12:32:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:29 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1610222901' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T12:32:29.758 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:32:29.758 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-21T12:32:29.758 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-21T12:32:29.800 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-21T12:32:30.063 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi110/config 2024-09-21T12:32:30.815 INFO:teuthology.orchestra.run.smithi110.stdout:[client.1] 2024-09-21T12:32:30.815 INFO:teuthology.orchestra.run.smithi110.stdout: key = AQDevO5mlyxJMBAAPHrIjjRSouS2cDUAef2NNw== 2024-09-21T12:32:31.119 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:30 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:31.119 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:30 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:31.120 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:30 smithi110 ceph-mon[34656]: from='client.? 172.21.15.110:0/2531075689' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T12:32:31.120 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:30 smithi110 ceph-mon[34656]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T12:32:31.120 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:30 smithi110 ceph-mon[34656]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T12:32:31.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:30 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:31.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:30 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:31.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:30 smithi001 ceph-mon[26284]: from='client.? 172.21.15.110:0/2531075689' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T12:32:31.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:30 smithi001 ceph-mon[26284]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T12:32:31.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:30 smithi001 ceph-mon[26284]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T12:32:31.431 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:32:31.431 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-21T12:32:31.431 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-21T12:32:31.468 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph config log 1 --format=json 2024-09-21T12:32:32.163 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:32.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:31 smithi001 ceph-mon[26284]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:32:32.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:31 smithi110 ceph-mon[34656]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:32.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:32:32.876 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:33.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:32 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/256455699' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T12:32:33.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:32 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/256455699' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T12:32:33.593 INFO:teuthology.orchestra.run.smithi001.stdout:[{"version":17,"timestamp":"2024-09-21T12:32:28.134765+0000","name":"","changes":[{"name":"osd/host:smithi110/osd_memory_target","new_value":"3909097881"}]}] 2024-09-21T12:32:33.593 INFO:tasks.ceph_manager:config epoch is 17 2024-09-21T12:32:33.593 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T12:32:33.593 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T12:32:33.594 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T12:32:34.200 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:33 smithi001 ceph-mon[26284]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:34.284 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:34.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:33 smithi110 ceph-mon[34656]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:35.042 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: Detected new or changed devices on smithi001 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: Adjusting osd_memory_target on smithi001 to 2961M 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:35.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:32:35.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:32:35.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:35.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:32:35.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T12:32:35.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:32:35.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T12:32:35.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:32:35.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:35 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/259996952' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T12:32:35.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:35.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: Detected new or changed devices on smithi001 2024-09-21T12:32:35.418 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: Adjusting osd_memory_target on smithi001 to 2961M 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:32:35.419 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T12:32:35.420 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:32:35.420 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:35 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/259996952' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T12:32:35.731 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":19,"flags":0,"active_gid":14227,"active_name":"smithi001.vtkjbw","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6800","nonce":2275859781},{"type":"v1","addr":"172.21.15.1:6801","nonce":2275859781}]},"active_addr":"172.21.15.1:6801/2275859781","active_change":"2024-09-21T12:29:46.088619+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":14252,"name":"smithi110.egckco","mgr_features":4540719139924082687,"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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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","read","upmap","upmap-read"],"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","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.27.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_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter 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_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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, use commas to separate multiple","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = 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","read","upmap","upmap-read"],"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","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.27.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_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","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":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter 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_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","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":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","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":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","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":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","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":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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.1:8443/","prometheus":"http://172.21.15.1: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"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":2718561592}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":922648404}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":3472823196}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":1086207409}]}]} 2024-09-21T12:32:35.735 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T12:32:35.736 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T12:32:35.736 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T12:32:37.096 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:37.424 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:37 smithi110 ceph-mon[34656]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:37.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:37 smithi001 ceph-mon[26284]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:37.785 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:37.786 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":47,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","created":"2024-09-21T12:27:41.849298+0000","modified":"2024-09-21T12:32:24.878418+0000","last_up_change":"2024-09-21T12:32:20.860514+0000","last_in_change":"2024-09-21T12:31:14.499438+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-21T12:31:50.548752+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,"is_stretch_pool":false,"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":"28","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":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"38e913d1-4bdb-46a5-aed3-068972f1a394","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6801","nonce":2700889745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6803","nonce":2700889745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6807","nonce":2700889745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6805","nonce":2700889745}]},"public_addr":"172.21.15.110:6801/2700889745","cluster_addr":"172.21.15.110:6803/2700889745","heartbeat_back_addr":"172.21.15.110:6807/2700889745","heartbeat_front_addr":"172.21.15.110:6805/2700889745","state":["exists","up"]},{"osd":1,"uuid":"73ecb1ac-fbce-4806-b3e3-346bcb2dcaa4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6803","nonce":3857249136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6805","nonce":3857249136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6809","nonce":3857249136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6807","nonce":3857249136}]},"public_addr":"172.21.15.1:6803/3857249136","cluster_addr":"172.21.15.1:6805/3857249136","heartbeat_back_addr":"172.21.15.1:6809/3857249136","heartbeat_front_addr":"172.21.15.1:6807/3857249136","state":["exists","up"]},{"osd":2,"uuid":"667121cf-2795-4a53-999b-ae3f3c90b89c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6809","nonce":1994674312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6811","nonce":1994674312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6815","nonce":1994674312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6813","nonce":1994674312}]},"public_addr":"172.21.15.110:6809/1994674312","cluster_addr":"172.21.15.110:6811/1994674312","heartbeat_back_addr":"172.21.15.110:6815/1994674312","heartbeat_front_addr":"172.21.15.110:6813/1994674312","state":["exists","up"]},{"osd":3,"uuid":"1e9af729-af64-49a9-aa33-77a0a3d23a3e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6810","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6811","nonce":419317622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6813","nonce":419317622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6817","nonce":419317622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6815","nonce":419317622}]},"public_addr":"172.21.15.1:6811/419317622","cluster_addr":"172.21.15.1:6813/419317622","heartbeat_back_addr":"172.21.15.1:6817/419317622","heartbeat_front_addr":"172.21.15.1:6815/419317622","state":["exists","up"]},{"osd":4,"uuid":"62eb97e5-38b3-469b-bbd1-29ada1db6001","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6817","nonce":3277359434}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6819","nonce":3277359434}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6823","nonce":3277359434}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6821","nonce":3277359434}]},"public_addr":"172.21.15.110:6817/3277359434","cluster_addr":"172.21.15.110:6819/3277359434","heartbeat_back_addr":"172.21.15.110:6823/3277359434","heartbeat_front_addr":"172.21.15.110:6821/3277359434","state":["exists","up"]},{"osd":5,"uuid":"3e323cf5-a62c-4d7f-b0a2-04b9b24d8c60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6819","nonce":1685661914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6821","nonce":1685661914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6825","nonce":1685661914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6823","nonce":1685661914}]},"public_addr":"172.21.15.1:6819/1685661914","cluster_addr":"172.21.15.1:6821/1685661914","heartbeat_back_addr":"172.21.15.1:6825/1685661914","heartbeat_front_addr":"172.21.15.1:6823/1685661914","state":["exists","up"]},{"osd":6,"uuid":"0f9d4afb-60b2-4b04-b620-aeb6f7ea2620","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6825","nonce":2492751625}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6827","nonce":2492751625}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6831","nonce":2492751625}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6829","nonce":2492751625}]},"public_addr":"172.21.15.110:6825/2492751625","cluster_addr":"172.21.15.110:6827/2492751625","heartbeat_back_addr":"172.21.15.110:6831/2492751625","heartbeat_front_addr":"172.21.15.110:6829/2492751625","state":["exists","up"]},{"osd":7,"uuid":"25d2a0cb-0a35-43eb-9fed-f9b0a64e8734","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6826","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6827","nonce":2288449897}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6829","nonce":2288449897}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6833","nonce":2288449897}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6831","nonce":2288449897}]},"public_addr":"172.21.15.1:6827/2288449897","cluster_addr":"172.21.15.1:6829/2288449897","heartbeat_back_addr":"172.21.15.1:6833/2288449897","heartbeat_front_addr":"172.21.15.1:6831/2288449897","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:36.743167+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:42.150135+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:47.587716+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:55.325890+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:58.458606+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:32:07.398450+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:32:08.763757+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:32:19.649212+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:0/4272405980":"2024-09-22T12:29:46.088459+0000","172.21.15.1:0/2458547993":"2024-09-22T12:28:05.156277+0000","172.21.15.1:0/2886574677":"2024-09-22T12:28:05.156277+0000","172.21.15.1:6800/1554611579":"2024-09-22T12:28:05.156277+0000","172.21.15.1:0/439108625":"2024-09-22T12:28:05.156277+0000","172.21.15.1:6801/1554611579":"2024-09-22T12:28:05.156277+0000","172.21.15.1:0/3905710745":"2024-09-22T12:28:40.251871+0000","172.21.15.1:6800/2229870288":"2024-09-22T12:29:46.088459+0000","172.21.15.1:6801/2229870288":"2024-09-22T12:29:46.088459+0000","172.21.15.1:0/2775394893":"2024-09-22T12:29:46.088459+0000","172.21.15.1:6800/3612423774":"2024-09-22T12:28:40.251871+0000","172.21.15.1:0/1720452068":"2024-09-22T12:28:40.251871+0000","172.21.15.1:6801/3612423774":"2024-09-22T12:28:40.251871+0000","172.21.15.1:0/3091831250":"2024-09-22T12:29:46.088459+0000","172.21.15.1:0/2898090439":"2024-09-22T12:28:40.251871+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-21T12:32:38.343 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:38 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/3120253908' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T12:32:38.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:38 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/3120253908' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T12:32:38.736 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T12:32:38.736 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T12:32:39.187 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:39.337 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:39 smithi001 ceph-mon[26284]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:39.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:39 smithi110 ceph-mon[34656]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:39.867 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:32:39.867 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":47,"fsid":"c3f68222-7814-11ef-baf6-efdc52797490","created":"2024-09-21T12:27:41.849298+0000","modified":"2024-09-21T12:32:24.878418+0000","last_up_change":"2024-09-21T12:32:20.860514+0000","last_in_change":"2024-09-21T12:31:14.499438+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-21T12:31:50.548752+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,"is_stretch_pool":false,"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":"28","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":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"38e913d1-4bdb-46a5-aed3-068972f1a394","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6801","nonce":2700889745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6803","nonce":2700889745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6807","nonce":2700889745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":2700889745},{"type":"v1","addr":"172.21.15.110:6805","nonce":2700889745}]},"public_addr":"172.21.15.110:6801/2700889745","cluster_addr":"172.21.15.110:6803/2700889745","heartbeat_back_addr":"172.21.15.110:6807/2700889745","heartbeat_front_addr":"172.21.15.110:6805/2700889745","state":["exists","up"]},{"osd":1,"uuid":"73ecb1ac-fbce-4806-b3e3-346bcb2dcaa4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6803","nonce":3857249136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6805","nonce":3857249136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6809","nonce":3857249136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":3857249136},{"type":"v1","addr":"172.21.15.1:6807","nonce":3857249136}]},"public_addr":"172.21.15.1:6803/3857249136","cluster_addr":"172.21.15.1:6805/3857249136","heartbeat_back_addr":"172.21.15.1:6809/3857249136","heartbeat_front_addr":"172.21.15.1:6807/3857249136","state":["exists","up"]},{"osd":2,"uuid":"667121cf-2795-4a53-999b-ae3f3c90b89c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6809","nonce":1994674312}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6811","nonce":1994674312}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6815","nonce":1994674312}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":1994674312},{"type":"v1","addr":"172.21.15.110:6813","nonce":1994674312}]},"public_addr":"172.21.15.110:6809/1994674312","cluster_addr":"172.21.15.110:6811/1994674312","heartbeat_back_addr":"172.21.15.110:6815/1994674312","heartbeat_front_addr":"172.21.15.110:6813/1994674312","state":["exists","up"]},{"osd":3,"uuid":"1e9af729-af64-49a9-aa33-77a0a3d23a3e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6810","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6811","nonce":419317622}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6813","nonce":419317622}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6817","nonce":419317622}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":419317622},{"type":"v1","addr":"172.21.15.1:6815","nonce":419317622}]},"public_addr":"172.21.15.1:6811/419317622","cluster_addr":"172.21.15.1:6813/419317622","heartbeat_back_addr":"172.21.15.1:6817/419317622","heartbeat_front_addr":"172.21.15.1:6815/419317622","state":["exists","up"]},{"osd":4,"uuid":"62eb97e5-38b3-469b-bbd1-29ada1db6001","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6817","nonce":3277359434}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6819","nonce":3277359434}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6823","nonce":3277359434}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":3277359434},{"type":"v1","addr":"172.21.15.110:6821","nonce":3277359434}]},"public_addr":"172.21.15.110:6817/3277359434","cluster_addr":"172.21.15.110:6819/3277359434","heartbeat_back_addr":"172.21.15.110:6823/3277359434","heartbeat_front_addr":"172.21.15.110:6821/3277359434","state":["exists","up"]},{"osd":5,"uuid":"3e323cf5-a62c-4d7f-b0a2-04b9b24d8c60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6819","nonce":1685661914}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6821","nonce":1685661914}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6825","nonce":1685661914}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":1685661914},{"type":"v1","addr":"172.21.15.1:6823","nonce":1685661914}]},"public_addr":"172.21.15.1:6819/1685661914","cluster_addr":"172.21.15.1:6821/1685661914","heartbeat_back_addr":"172.21.15.1:6825/1685661914","heartbeat_front_addr":"172.21.15.1:6823/1685661914","state":["exists","up"]},{"osd":6,"uuid":"0f9d4afb-60b2-4b04-b620-aeb6f7ea2620","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6825","nonce":2492751625}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6827","nonce":2492751625}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6831","nonce":2492751625}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":2492751625},{"type":"v1","addr":"172.21.15.110:6829","nonce":2492751625}]},"public_addr":"172.21.15.110:6825/2492751625","cluster_addr":"172.21.15.110:6827/2492751625","heartbeat_back_addr":"172.21.15.110:6831/2492751625","heartbeat_front_addr":"172.21.15.110:6829/2492751625","state":["exists","up"]},{"osd":7,"uuid":"25d2a0cb-0a35-43eb-9fed-f9b0a64e8734","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6826","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6827","nonce":2288449897}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6829","nonce":2288449897}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6833","nonce":2288449897}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":2288449897},{"type":"v1","addr":"172.21.15.1:6831","nonce":2288449897}]},"public_addr":"172.21.15.1:6827/2288449897","cluster_addr":"172.21.15.1:6829/2288449897","heartbeat_back_addr":"172.21.15.1:6833/2288449897","heartbeat_front_addr":"172.21.15.1:6831/2288449897","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:36.743167+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:42.150135+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:47.587716+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:55.325890+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:31:58.458606+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:32:07.398450+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:32:08.763757+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T12:32:19.649212+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:0/4272405980":"2024-09-22T12:29:46.088459+0000","172.21.15.1:0/2458547993":"2024-09-22T12:28:05.156277+0000","172.21.15.1:0/2886574677":"2024-09-22T12:28:05.156277+0000","172.21.15.1:6800/1554611579":"2024-09-22T12:28:05.156277+0000","172.21.15.1:0/439108625":"2024-09-22T12:28:05.156277+0000","172.21.15.1:6801/1554611579":"2024-09-22T12:28:05.156277+0000","172.21.15.1:0/3905710745":"2024-09-22T12:28:40.251871+0000","172.21.15.1:6800/2229870288":"2024-09-22T12:29:46.088459+0000","172.21.15.1:6801/2229870288":"2024-09-22T12:29:46.088459+0000","172.21.15.1:0/2775394893":"2024-09-22T12:29:46.088459+0000","172.21.15.1:6800/3612423774":"2024-09-22T12:28:40.251871+0000","172.21.15.1:0/1720452068":"2024-09-22T12:28:40.251871+0000","172.21.15.1:6801/3612423774":"2024-09-22T12:28:40.251871+0000","172.21.15.1:0/3091831250":"2024-09-22T12:29:46.088459+0000","172.21.15.1:0/2898090439":"2024-09-22T12:28:40.251871+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-21T12:32:40.607 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:40 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1994854643' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T12:32:40.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:40 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1994854643' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T12:32:40.895 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T12:32:40.895 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T12:32:40.896 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T12:32:40.896 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph tell osd.3 flush_pg_stats 2024-09-21T12:32:40.897 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph tell osd.4 flush_pg_stats 2024-09-21T12:32:40.897 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph tell osd.5 flush_pg_stats 2024-09-21T12:32:40.897 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph tell osd.6 flush_pg_stats 2024-09-21T12:32:40.898 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph tell osd.7 flush_pg_stats 2024-09-21T12:32:41.547 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:41 smithi001 ceph-mon[26284]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:41.619 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:41 smithi110 ceph-mon[34656]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:42.807 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:42.809 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:43.371 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:43 smithi001 ceph-mon[26284]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:43.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:43 smithi110 ceph-mon[34656]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:44.519 INFO:teuthology.orchestra.run.smithi001.stdout:133143986188 2024-09-21T12:32:44.519 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.3 2024-09-21T12:32:45.161 INFO:teuthology.orchestra.run.smithi001.stdout:103079215118 2024-09-21T12:32:45.162 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T12:32:45.162 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:45.163 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:45.163 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:45.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:45 smithi001 ceph-mon[26284]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:45.618 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:45.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:45 smithi110 ceph-mon[34656]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:47.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:47 smithi110 ceph-mon[34656]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:47.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:47 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:32:47.537 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:47 smithi001 ceph-mon[26284]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:47.537 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:32:48.663 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:48.663 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:48.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:48.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:48.691 INFO:teuthology.orchestra.run.smithi001.stdout:167503724555 2024-09-21T12:32:48.692 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.6 2024-09-21T12:32:49.076 INFO:teuthology.orchestra.run.smithi001.stdout:163208757258 2024-09-21T12:32:49.077 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.5 2024-09-21T12:32:49.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:49 smithi110 ceph-mon[34656]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:49.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:49 smithi001 ceph-mon[26284]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:49.921 INFO:teuthology.orchestra.run.smithi001.stdout:184683593736 2024-09-21T12:32:49.921 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.7 2024-09-21T12:32:49.998 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:50.481 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:50.485 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:50.485 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:51.187 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:51.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:51 smithi001 ceph-mon[26284]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:51.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:51 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2410873419' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T12:32:51.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:51 smithi110 ceph-mon[34656]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:51.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:51 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2410873419' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T12:32:51.716 INFO:teuthology.orchestra.run.smithi001.stdout:133143986189 2024-09-21T12:32:52.419 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986188 got 133143986189 for osd.3 2024-09-21T12:32:52.419 DEBUG:teuthology.parallel:result is None 2024-09-21T12:32:52.774 INFO:teuthology.orchestra.run.smithi001.stdout:163208757259 2024-09-21T12:32:53.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:53 smithi110 ceph-mon[34656]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:53.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:53 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1589609678' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T12:32:53.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:53 smithi001 ceph-mon[26284]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:53.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:53 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1589609678' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T12:32:53.835 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757258 got 163208757259 for osd.5 2024-09-21T12:32:53.835 DEBUG:teuthology.parallel:result is None 2024-09-21T12:32:54.664 INFO:teuthology.orchestra.run.smithi001.stdout:146028888077 2024-09-21T12:32:54.664 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.4 2024-09-21T12:32:54.989 INFO:teuthology.orchestra.run.smithi001.stdout:103079215120 2024-09-21T12:32:55.290 INFO:teuthology.orchestra.run.smithi001.stdout:68719476754 2024-09-21T12:32:55.290 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T12:32:55.550 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:55 smithi001 ceph-mon[26284]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:55.550 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:55 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/744406274' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T12:32:55.664 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:55 smithi110 ceph-mon[34656]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:55.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:55 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/744406274' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T12:32:55.828 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215118 got 103079215120 for osd.2 2024-09-21T12:32:55.828 DEBUG:teuthology.parallel:result is None 2024-09-21T12:32:56.324 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:56.974 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:57.004 INFO:teuthology.orchestra.run.smithi001.stdout:85899345937 2024-09-21T12:32:57.004 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T12:32:57.460 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:57.643 INFO:teuthology.orchestra.run.smithi001.stdout:167503724557 2024-09-21T12:32:57.643 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:57 smithi001 ceph-mon[26284]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:57.643 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:57 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:57.643 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:57 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:57.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:57 smithi110 ceph-mon[34656]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:57.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:57 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:57.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:57 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:32:57.955 INFO:teuthology.orchestra.run.smithi001.stdout:184683593738 2024-09-21T12:32:58.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:58 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1885084156' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-21T12:32:58.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:58 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/891291625' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-21T12:32:58.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:58 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1885084156' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-21T12:32:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:58 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/891291625' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-21T12:32:58.712 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724555 got 167503724557 for osd.6 2024-09-21T12:32:58.712 DEBUG:teuthology.parallel:result is None 2024-09-21T12:32:58.901 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:59.323 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593736 got 184683593738 for osd.7 2024-09-21T12:32:59.324 DEBUG:teuthology.parallel:result is None 2024-09-21T12:32:59.404 INFO:teuthology.orchestra.run.smithi001.stdout:68719476755 2024-09-21T12:32:59.671 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:32:59.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:59 smithi110 ceph-mon[34656]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:59.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:32:59 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/2920086196' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T12:32:59.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:59 smithi001 ceph-mon[26284]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:32:59.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:32:59 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/2920086196' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T12:33:00.326 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476754 got 68719476755 for osd.0 2024-09-21T12:33:00.326 DEBUG:teuthology.parallel:result is None 2024-09-21T12:33:00.710 INFO:teuthology.orchestra.run.smithi001.stdout:146028888079 2024-09-21T12:33:01.341 INFO:teuthology.orchestra.run.smithi001.stdout:85899345939 2024-09-21T12:33:01.610 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:01 smithi001 ceph-mon[26284]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:01.610 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:01 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/1844176144' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T12:33:01.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:01 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/4011494862' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T12:33:01.640 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888077 got 146028888079 for osd.4 2024-09-21T12:33:01.640 DEBUG:teuthology.parallel:result is None 2024-09-21T12:33:01.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:01 smithi110 ceph-mon[34656]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:01.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:01 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/1844176144' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T12:33:01.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:01 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/4011494862' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T12:33:02.300 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345937 got 85899345939 for osd.1 2024-09-21T12:33:02.300 DEBUG:teuthology.parallel:result is None 2024-09-21T12:33:02.300 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T12:33:02.301 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T12:33:02.567 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:02.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:02 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:33:02.689 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:02 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:33:03.194 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:03.194 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2024-09-21T12:33:03.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:03 smithi110 ceph-mon[34656]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:03.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:03 smithi001 ceph-mon[26284]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:03.818 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":133,"stamp":"2024-09-21T12:33:02.123977+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":132,"ondisk_log_size":132,"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":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":234092,"kb_used_data":5356,"kb_used_omap":12,"kb_used_meta":228531,"kb_avail":749694356,"statfs":{"total":767926730752,"available":767687020544,"internally_reserved":0,"allocated":5484544,"data_stored":3284224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":234016305},"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.002189"},"pg_stats":[{"pgid":"1.0","version":"27'132","reported_seq":185,"reported_epoch":47,"state":"active+clean","last_fresh":"2024-09-21T12:32:24.886905+0000","last_change":"2024-09-21T12:32:24.886464+0000","last_active":"2024-09-21T12:32:24.886905+0000","last_peered":"2024-09-21T12:32:24.886905+0000","last_clean":"2024-09-21T12:32:24.886905+0000","last_became_active":"2024-09-21T12:32:24.886104+0000","last_became_peered":"2024-09-21T12:32:24.886104+0000","last_unstale":"2024-09-21T12:32:24.886905+0000","last_undegraded":"2024-09-21T12:32:24.886905+0000","last_fullsized":"2024-09-21T12:32:24.886905+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":26,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T12:31:51.053415+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T12:31:51.053415+0000","last_clean_scrub_stamp":"2024-09-21T12:31:51.053415+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"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 @ 2024-09-23T00:12:17.355054+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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,3],"acting":[7,0,3],"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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":43,"seq":184683593740,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32228,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708828,"statfs":{"total":95990841344,"available":95957839872,"internally_reserved":0,"allocated":1056768,"data_stored":779508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"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":[]},{"osd":6,"up_from":39,"seq":167503724558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31640,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709416,"statfs":{"total":95990841344,"available":95958441984,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]},{"osd":5,"up_from":38,"seq":163208757261,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":4,"up_from":34,"seq":146028888079,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]},{"osd":3,"up_from":31,"seq":133143986191,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28060,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712996,"statfs":{"total":95990841344,"available":95962107904,"internally_reserved":0,"allocated":1056768,"data_stored":779508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[]},{"osd":2,"up_from":24,"seq":103079215122,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27488,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713568,"statfs":{"total":95990841344,"available":95962693632,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":20,"seq":85899345939,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32224,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708832,"statfs":{"total":95990841344,"available":95957843968,"internally_reserved":0,"allocated":1056768,"data_stored":779508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-21T12:33:03.819 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T12:33:04.081 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:04.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:04 smithi001 ceph-mon[26284]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:04.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:04 smithi110 ceph-mon[34656]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:04.709 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:04.710 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2024-09-21T12:33:05.357 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":134,"stamp":"2024-09-21T12:33:04.124388+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":132,"ondisk_log_size":132,"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":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":234092,"kb_used_data":5356,"kb_used_omap":12,"kb_used_meta":228531,"kb_avail":749694356,"statfs":{"total":767926730752,"available":767687020544,"internally_reserved":0,"allocated":5484544,"data_stored":3284224,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":234016305},"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.002278"},"pg_stats":[{"pgid":"1.0","version":"27'132","reported_seq":185,"reported_epoch":47,"state":"active+clean","last_fresh":"2024-09-21T12:32:24.886905+0000","last_change":"2024-09-21T12:32:24.886464+0000","last_active":"2024-09-21T12:32:24.886905+0000","last_peered":"2024-09-21T12:32:24.886905+0000","last_clean":"2024-09-21T12:32:24.886905+0000","last_became_active":"2024-09-21T12:32:24.886104+0000","last_became_peered":"2024-09-21T12:32:24.886104+0000","last_unstale":"2024-09-21T12:32:24.886905+0000","last_undegraded":"2024-09-21T12:32:24.886905+0000","last_fullsized":"2024-09-21T12:32:24.886905+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":26,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T12:31:51.053415+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T12:31:51.053415+0000","last_clean_scrub_stamp":"2024-09-21T12:31:51.053415+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"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 @ 2024-09-23T00:12:17.355054+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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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,3],"acting":[7,0,3],"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":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":43,"seq":184683593740,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32228,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708828,"statfs":{"total":95990841344,"available":95957839872,"internally_reserved":0,"allocated":1056768,"data_stored":779508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"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":[]},{"osd":6,"up_from":39,"seq":167503724558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31640,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709416,"statfs":{"total":95990841344,"available":95958441984,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]},{"osd":5,"up_from":38,"seq":163208757261,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":4,"up_from":34,"seq":146028888079,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":[]},{"osd":3,"up_from":31,"seq":133143986192,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28060,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712996,"statfs":{"total":95990841344,"available":95962107904,"internally_reserved":0,"allocated":1056768,"data_stored":779508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[]},{"osd":2,"up_from":24,"seq":103079215122,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27488,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713568,"statfs":{"total":95990841344,"available":95962693632,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":20,"seq":85899345939,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189140,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32224,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708832,"statfs":{"total":95990841344,"available":95957843968,"internally_reserved":0,"allocated":1056768,"data_stored":779508,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"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":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-21T12:33:05.358 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T12:33:05.358 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T12:33:05.358 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T12:33:05.358 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph health --format=json 2024-09-21T12:33:05.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:05 smithi110 ceph-mon[34656]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:05.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:05 smithi110 ceph-mon[34656]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:05.617 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:05.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:05 smithi001 ceph-mon[26284]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:05.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:05 smithi001 ceph-mon[26284]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:06.300 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:06.300 INFO:teuthology.orchestra.run.smithi001.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T12:33:06.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:06 smithi110 ceph-mon[34656]: from='client.? 172.21.15.1:0/907934943' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T12:33:06.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:06 smithi001 ceph-mon[26284]: from='client.? 172.21.15.1:0/907934943' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T12:33:07.076 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T12:33:07.076 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T12:33:07.076 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T12:33:07.084 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:33:07.085 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch status' 2024-09-21T12:33:07.350 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:07.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:07 smithi110 ceph-mon[34656]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:07.689 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:07 smithi001 ceph-mon[26284]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:07.988 INFO:teuthology.orchestra.run.smithi001.stdout:Backend: cephadm 2024-09-21T12:33:07.989 INFO:teuthology.orchestra.run.smithi001.stdout:Available: Yes 2024-09-21T12:33:07.989 INFO:teuthology.orchestra.run.smithi001.stdout:Paused: No 2024-09-21T12:33:08.709 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ps' 2024-09-21T12:33:08.971 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:09.638 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T12:33:09.638 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.smithi001 smithi001 *:9093,9094 running (2m) 39s ago 3m 20.0M - 0.27.0 11f11916f8cd 6f9cebc1392d 2024-09-21T12:33:09.638 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi001 smithi001 *:9926 running (4m) 39s ago 4m 8028k - 19.3.0-5104-g44178494 b415816db8b4 dc3eeefaa56f 2024-09-21T12:33:09.638 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi110 smithi110 *:9926 running (3m) 45s ago 3m 5335k - 19.3.0-5104-g44178494 b415816db8b4 620007713aab 2024-09-21T12:33:09.638 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi001 smithi001 running (4m) 39s ago 4m 6899k - 19.3.0-5104-g44178494 b415816db8b4 373cbaccd68f 2024-09-21T12:33:09.638 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi110 smithi110 running (3m) 45s ago 3m 6891k - 19.3.0-5104-g44178494 b415816db8b4 268699c6623c 2024-09-21T12:33:09.638 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.smithi001 smithi001 *:3000 running (2m) 39s ago 3m 74.6M - 10.4.8 5aad1d7cf004 f10ea8f912c0 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi001.vtkjbw smithi001 *:9283,8765,8443 running (5m) 39s ago 5m 510M - 19.3.0-5104-g44178494 b415816db8b4 bc191c8ae725 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi110.egckco smithi110 *:8443,9283,8765 running (3m) 45s ago 3m 454M - 19.3.0-5104-g44178494 b415816db8b4 ae9b1336fb93 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi001 smithi001 running (5m) 39s ago 5m 50.1M 2048M 19.3.0-5104-g44178494 b415816db8b4 f5f525f23493 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi110 smithi110 running (3m) 45s ago 2m 44.3M 2048M 19.3.0-5104-g44178494 b415816db8b4 48b284d355e3 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi001 smithi001 *:9100 running (4m) 39s ago 4m 10.6M - 1.7.0 72c9c2088986 48a81c7b748c 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi110 smithi110 *:9100 running (3m) 45s ago 3m 12.4M - 1.7.0 72c9c2088986 67d909afaf9c 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi110 running (99s) 45s ago 98s 46.7M 3728M 19.3.0-5104-g44178494 b415816db8b4 441400dcc7ef 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (93s) 39s ago 93s 38.0M 2961M 19.3.0-5104-g44178494 b415816db8b4 12b76cc3977c 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi110 running (88s) 45s ago 88s 37.3M 3728M 19.3.0-5104-g44178494 b415816db8b4 bc5491e0101e 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (81s) 39s ago 80s 37.2M 2961M 19.3.0-5104-g44178494 b415816db8b4 6fb8a8a3544c 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi110 running (77s) 45s ago 77s 30.6M 3728M 19.3.0-5104-g44178494 b415816db8b4 cfb72c364d4c 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi001 running (69s) 39s ago 68s 30.0M 2961M 19.3.0-5104-g44178494 b415816db8b4 484a05c38eaa 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi110 running (67s) 45s ago 66s 35.2M 3728M 19.3.0-5104-g44178494 b415816db8b4 2dc020c907b2 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi001 running (56s) 39s ago 56s 36.4M 2961M 19.3.0-5104-g44178494 b415816db8b4 af715c1bfe7e 2024-09-21T12:33:09.639 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.smithi001 smithi001 *:9095 running (2m) 39s ago 3m 37.1M - 2.51.0 1d3b7f56885b c6acec488bf4 2024-09-21T12:33:09.640 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:09 smithi001 ceph-mon[26284]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:09.640 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:09 smithi001 ceph-mon[26284]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:09.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:09 smithi110 ceph-mon[34656]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:09.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:09 smithi110 ceph-mon[34656]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:10.382 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ls' 2024-09-21T12:33:10.643 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:10.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:10 smithi110 ceph-mon[34656]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:10.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:10 smithi001 ceph-mon[26284]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager ?:9093,9094 1/1 41s ago 4m count:1 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter ?:9926 2/2 47s ago 4m * 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:crash 2/2 47s ago 4m * 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:grafana ?:3000 1/1 41s ago 4m count:1 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:mgr 2/2 47s ago 4m count:2 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:mon 2/2 47s ago 4m smithi001:172.21.15.1=smithi001;smithi110:172.21.15.110=smithi110;count:2 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter ?:9100 2/2 47s ago 4m * 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:osd.all-available-devices 8 47s ago 2m * 2024-09-21T12:33:11.273 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus ?:9095 1/1 41s ago 4m count:1 2024-09-21T12:33:11.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:11 smithi110 ceph-mon[34656]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:11.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:11 smithi001 ceph-mon[26284]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:11.903 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch host ls' 2024-09-21T12:33:12.159 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:12.609 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:12 smithi001 ceph-mon[26284]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:12.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:12 smithi110 ceph-mon[34656]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:12.806 INFO:teuthology.orchestra.run.smithi001.stdout:HOST ADDR LABELS STATUS 2024-09-21T12:33:12.806 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 172.21.15.1 2024-09-21T12:33:12.806 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 172.21.15.110 2024-09-21T12:33:12.806 INFO:teuthology.orchestra.run.smithi001.stdout:2 hosts in cluster 2024-09-21T12:33:13.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:13 smithi001 ceph-mon[26284]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:13.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:13 smithi001 ceph-mon[26284]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:13.555 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch device ls' 2024-09-21T12:33:13.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:13 smithi110 ceph-mon[34656]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:13.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:13 smithi110 ceph-mon[34656]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:13.816 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:14.424 INFO:teuthology.orchestra.run.smithi001.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-21T12:33:14.424 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513000D480DGN 447G No 40s ago Has a FileSystem, LVM detected 2024-09-21T12:33:14.424 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme1n1 ssd Linux_d7d45bda44bd0b9df3bc 89.4G No 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:14.424 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme2n1 ssd Linux_a9da4cbf4fd4f09ea1f9 89.4G No 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:14.424 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme3n1 ssd Linux_d41d078a3f75532eb61c 89.4G No 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:14.424 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme4n1 ssd Linux_d49f3609d866dcf7cd30 89.4G No 40s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:14.425 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002T480DGN 447G No 46s ago Has a FileSystem, LVM detected 2024-09-21T12:33:14.425 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme1n1 ssd Linux_72053e30d93624eeed1d 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:14.425 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme2n1 ssd Linux_0f7942b97d6d10375f5d 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:14.425 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme3n1 ssd Linux_6320a3255abd9275033e 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:14.425 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme4n1 ssd Linux_d374db5d319918addb40 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:14.980 INFO:teuthology.run_tasks:Running task vip... 2024-09-21T12:33:14.992 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-21T12:33:14.992 INFO:tasks.vip:peername 172.21.15.1 2024-09-21T12:33:14.995 INFO:tasks.vip:172.21.15.1 in 172.21.0.0/20, pos 3840 2024-09-21T12:33:14.999 INFO:tasks.vip:smithi001.front.sepia.ceph.com static 10.0.15.1, vnet 10.0.0.0/16 2024-09-21T12:33:14.999 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.1')] 2024-09-21T12:33:14.999 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip route ls 2024-09-21T12:33:15.025 INFO:teuthology.orchestra.run.smithi001.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.1 metric 100 2024-09-21T12:33:15.025 INFO:teuthology.orchestra.run.smithi001.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 metric 100 2024-09-21T12:33:15.026 INFO:tasks.vip:Configuring 10.0.15.1 on smithi001.front.sepia.ceph.com iface ens1f0... 2024-09-21T12:33:15.026 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip addr add 10.0.15.1/16 dev ens1f0 2024-09-21T12:33:15.091 INFO:tasks.vip:peername 172.21.15.110 2024-09-21T12:33:15.094 INFO:tasks.vip:172.21.15.110 in 172.21.0.0/20, pos 3949 2024-09-21T12:33:15.098 INFO:tasks.vip:smithi110.front.sepia.ceph.com static 10.0.15.110, vnet 10.0.0.0/16 2024-09-21T12:33:15.098 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip route ls 2024-09-21T12:33:15.130 INFO:teuthology.orchestra.run.smithi110.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.110 metric 100 2024-09-21T12:33:15.130 INFO:teuthology.orchestra.run.smithi110.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 metric 100 2024-09-21T12:33:15.131 INFO:tasks.vip:Configuring 10.0.15.110 on smithi110.front.sepia.ceph.com iface enp3s0f1... 2024-09-21T12:33:15.131 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr add 10.0.15.110/16 dev enp3s0f1 2024-09-21T12:33:15.200 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T12:33:15.209 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:33:15.210 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch device ls --refresh' 2024-09-21T12:33:15.466 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:15.587 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:15 smithi001 ceph-mon[26284]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:15.587 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:15 smithi001 ceph-mon[26284]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:15.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:15 smithi110 ceph-mon[34656]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:15.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:15 smithi110 ceph-mon[34656]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:16.158 INFO:teuthology.orchestra.run.smithi001.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-21T12:33:16.158 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513000D480DGN 447G No 41s ago Has a FileSystem, LVM detected 2024-09-21T12:33:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme1n1 ssd Linux_d7d45bda44bd0b9df3bc 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme2n1 ssd Linux_a9da4cbf4fd4f09ea1f9 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme3n1 ssd Linux_d41d078a3f75532eb61c 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme4n1 ssd Linux_d49f3609d866dcf7cd30 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002T480DGN 447G No 48s ago Has a FileSystem, LVM detected 2024-09-21T12:33:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme1n1 ssd Linux_72053e30d93624eeed1d 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme2n1 ssd Linux_0f7942b97d6d10375f5d 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme3n1 ssd Linux_6320a3255abd9275033e 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:16.159 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme4n1 ssd Linux_d374db5d319918addb40 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:33:16.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:16 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:33:16.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:16 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:33:16.753 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-21T12:33:16.763 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:33:16.763 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-21T12:33:16.790 INFO:teuthology.orchestra.run.smithi001.stderr:+ systemctl stop nfs-server 2024-09-21T12:33:16.797 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi110.front.sepia.ceph.com 2024-09-21T12:33:16.798 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-21T12:33:16.822 INFO:teuthology.orchestra.run.smithi110.stderr:+ systemctl stop nfs-server 2024-09-21T12:33:16.829 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T12:33:16.841 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:33:16.841 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph fs volume create foofs' 2024-09-21T12:33:17.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:17 smithi001 ceph-mon[26284]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:17.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:17 smithi001 ceph-mon[26284]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:17.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:33:17.587 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:17.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:17 smithi110 ceph-mon[34656]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:17.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:17 smithi110 ceph-mon[34656]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:17.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:33:19.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:19 smithi110 ceph-mon[34656]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:19.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:19 smithi110 ceph-mon[34656]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:19.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:19 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:19.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:19 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-21T12:33:19.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:19 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:19.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:19 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:19.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:19 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:19.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:19 smithi001 ceph-mon[26284]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:19.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:19 smithi001 ceph-mon[26284]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:19.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:19 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:19.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:19 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-21T12:33:19.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:19 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:19.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:19 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:19.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:19 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:20.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-21T12:33:20.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:20 smithi001 ceph-mon[26284]: osdmap e48: 8 total, 8 up, 8 in 2024-09-21T12:33:20.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:20 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-21T12:33:20.647 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:20 smithi001 ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001[26261]: 2024-09-21T12:33:20.274+0000 7f8f2cc84640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T12:33:20.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-21T12:33:20.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:20 smithi110 ceph-mon[34656]: osdmap e48: 8 total, 8 up, 8 in 2024-09-21T12:33:20.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:20 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-21T12:33:21.171 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.1/16 --port 2999' 2024-09-21T12:33:21.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: pgmap v143: 33 pgs: 13 creating+peering, 19 unknown, 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: osdmap e49: 8 total, 8 up, 8 in 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: osdmap e50: 8 total, 8 up, 8 in 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: fsmap foofs:0 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: Saving service mds.foofs spec with placement count:2 2024-09-21T12:33:21.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:21 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: pgmap v143: 33 pgs: 13 creating+peering, 19 unknown, 1 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: osdmap e49: 8 total, 8 up, 8 in 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: osdmap e50: 8 total, 8 up, 8 in 2024-09-21T12:33:21.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: fsmap foofs:0 2024-09-21T12:33:21.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: Saving service mds.foofs spec with placement count:2 2024-09-21T12:33:21.681 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:21 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:21.995 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:22.415 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:22 smithi001 ceph-mon[26284]: osdmap e51: 8 total, 8 up, 8 in 2024-09-21T12:33:22.415 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:22 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:22.415 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:22 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:22.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:22 smithi110 ceph-mon[34656]: osdmap e51: 8 total, 8 up, 8 in 2024-09-21T12:33:22.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:22 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:22.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:22 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:23.401 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:23 smithi001 ceph-mon[26284]: pgmap v147: 65 pgs: 16 creating+peering, 34 unknown, 15 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:23.402 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:23 smithi001 ceph-mon[26284]: osdmap e52: 8 total, 8 up, 8 in 2024-09-21T12:33:23.402 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:23.402 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:23.402 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:23 smithi001 ceph-mon[26284]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.1/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:23.402 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-21T12:33:23.402 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:23.402 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:23 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:23.402 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:23 smithi001 ceph-mon[26284]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T12:33:23.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:23 smithi110 ceph-mon[34656]: pgmap v147: 65 pgs: 16 creating+peering, 34 unknown, 15 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:23.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:23 smithi110 ceph-mon[34656]: osdmap e52: 8 total, 8 up, 8 in 2024-09-21T12:33:23.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:23.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:23.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:23 smithi110 ceph-mon[34656]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.1/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:23.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-21T12:33:23.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:23.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:23 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:23.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:23 smithi110 ceph-mon[34656]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T12:33:24.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-21T12:33:24.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:24 smithi001 ceph-mon[26284]: osdmap e53: 8 total, 8 up, 8 in 2024-09-21T12:33:24.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-21T12:33:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-21T12:33:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:24 smithi110 ceph-mon[34656]: osdmap e53: 8 total, 8 up, 8 in 2024-09-21T12:33:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-21T12:33:25.353 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-09-21T12:33:25.643 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:25.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:25 smithi001 ceph-mon[26284]: pgmap v150: 97 pgs: 23 creating+peering, 40 unknown, 34 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:25.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:25 smithi001 ceph-mon[26284]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T12:33:25.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:25 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-21T12:33:25.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:25 smithi001 ceph-mon[26284]: osdmap e54: 8 total, 8 up, 8 in 2024-09-21T12:33:25.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:25 smithi001 ceph-mon[26284]: Saving service nfs.foo spec with placement count:1 2024-09-21T12:33:25.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:25 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:25.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:25 smithi001 ceph-mon[26284]: Saving service ingress.nfs.foo spec with placement count:2 2024-09-21T12:33:25.723 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:25 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:25.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:25 smithi110 ceph-mon[34656]: pgmap v150: 97 pgs: 23 creating+peering, 40 unknown, 34 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:25.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:25 smithi110 ceph-mon[34656]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T12:33:25.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:25 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-21T12:33:25.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:25 smithi110 ceph-mon[34656]: osdmap e54: 8 total, 8 up, 8 in 2024-09-21T12:33:25.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:25 smithi110 ceph-mon[34656]: Saving service nfs.foo spec with placement count:1 2024-09-21T12:33:25.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:25 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:25.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:25 smithi110 ceph-mon[34656]: Saving service ingress.nfs.foo spec with placement count:2 2024-09-21T12:33:25.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:25 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:26.691 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:26 smithi001 ceph-mon[26284]: osdmap e55: 8 total, 8 up, 8 in 2024-09-21T12:33:26.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:26 smithi110 ceph-mon[34656]: osdmap e55: 8 total, 8 up, 8 in 2024-09-21T12:33:27.823 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: pgmap v153: 97 pgs: 7 creating+peering, 8 unknown, 82 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: mgrmap e20: smithi001.vtkjbw(active, since 3m), standbys: smithi110.egckco 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.mdnegx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.mdnegx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T12:33:27.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:27 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:27.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: pgmap v153: 97 pgs: 7 creating+peering, 8 unknown, 82 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:27.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T12:33:27.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: mgrmap e20: smithi001.vtkjbw(active, since 3m), standbys: smithi110.egckco 2024-09-21T12:33:27.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:33:27.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:27.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:27.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:27.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:33:27.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:27.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:33:27.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.mdnegx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T12:33:27.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.mdnegx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T12:33:27.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:27 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:28.534 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:28 smithi110 ceph-mon[34656]: Deploying daemon mds.foofs.smithi110.mdnegx on smithi110 2024-09-21T12:33:28.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:28 smithi001 ceph-mon[26284]: Deploying daemon mds.foofs.smithi110.mdnegx on smithi110 2024-09-21T12:33:29.530 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:29 smithi110 ceph-mon[34656]: pgmap v154: 97 pgs: 7 creating+peering, 7 unknown, 83 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:29.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:29 smithi001 ceph-mon[26284]: pgmap v154: 97 pgs: 7 creating+peering, 7 unknown, 83 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-09-21T12:33:30.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:30.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:30.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:30.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi001.equtjj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T12:33:30.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi001.equtjj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T12:33:30.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:30.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: Deploying daemon mds.foofs.smithi001.equtjj on smithi001 2024-09-21T12:33:30.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: mds.? [v2:172.21.15.110:6832/3421864016,v1:172.21.15.110:6833/3421864016] up:boot 2024-09-21T12:33:30.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: daemon mds.foofs.smithi110.mdnegx assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-21T12:33:30.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T12:33:30.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T12:33:30.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: Cluster is now healthy 2024-09-21T12:33:30.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: fsmap foofs:0 1 up:standby 2024-09-21T12:33:30.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mds metadata", "who": "foofs.smithi110.mdnegx"} : dispatch 2024-09-21T12:33:30.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:creating} 2024-09-21T12:33:30.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:30 smithi001 ceph-mon[26284]: daemon mds.foofs.smithi110.mdnegx is now active in filesystem foofs as rank 0 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi001.equtjj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi001.equtjj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: Deploying daemon mds.foofs.smithi001.equtjj on smithi001 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: mds.? [v2:172.21.15.110:6832/3421864016,v1:172.21.15.110:6833/3421864016] up:boot 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: daemon mds.foofs.smithi110.mdnegx assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-21T12:33:31.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T12:33:31.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T12:33:31.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: Cluster is now healthy 2024-09-21T12:33:31.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: fsmap foofs:0 1 up:standby 2024-09-21T12:33:31.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mds metadata", "who": "foofs.smithi110.mdnegx"} : dispatch 2024-09-21T12:33:31.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:creating} 2024-09-21T12:33:31.181 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:30 smithi110 ceph-mon[34656]: daemon mds.foofs.smithi110.mdnegx is now active in filesystem foofs as rank 0 2024-09-21T12:33:31.524 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2024-09-21T12:33:31.524 INFO:teuthology.orchestra.run.smithi001.stdout: "bind": "/fake", 2024-09-21T12:33:31.524 INFO:teuthology.orchestra.run.smithi001.stdout: "cluster": "foo", 2024-09-21T12:33:31.524 INFO:teuthology.orchestra.run.smithi001.stdout: "fs": "foofs", 2024-09-21T12:33:31.524 INFO:teuthology.orchestra.run.smithi001.stdout: "mode": "RW", 2024-09-21T12:33:31.524 INFO:teuthology.orchestra.run.smithi001.stdout: "path": "/" 2024-09-21T12:33:31.524 INFO:teuthology.orchestra.run.smithi001.stdout:} 2024-09-21T12:33:31.807 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:31 smithi001 ceph-mon[26284]: pgmap v155: 97 pgs: 97 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T12:33:31.807 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:31 smithi001 ceph-mon[26284]: mds.? [v2:172.21.15.110:6832/3421864016,v1:172.21.15.110:6833/3421864016] up:active 2024-09-21T12:33:31.807 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:31 smithi001 ceph-mon[26284]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 2024-09-21T12:33:31.807 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T12:33:31.807 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-21T12:33:31.807 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T12:33:31.807 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:31 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:33:32.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:31 smithi110 ceph-mon[34656]: pgmap v155: 97 pgs: 97 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T12:33:32.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:31 smithi110 ceph-mon[34656]: mds.? [v2:172.21.15.110:6832/3421864016,v1:172.21.15.110:6833/3421864016] up:active 2024-09-21T12:33:32.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:31 smithi110 ceph-mon[34656]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 2024-09-21T12:33:32.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T12:33:32.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-21T12:33:32.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T12:33:32.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:31 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:33:32.310 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-21T12:33:32.320 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-21T12:33:32.320 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:32.907 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:33.590 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:33.590 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:24.522679Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:32.945390Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: pgmap v156: 97 pgs: 97 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 127 B/s wr, 1 op/s 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: mgrmap e21: smithi001.vtkjbw(active, since 3m), standbys: smithi110.egckco 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: Creating key for client.nfs.foo.0.0.smithi001.wovmmx 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wovmmx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T12:33:33.936 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wovmmx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T12:33:33.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T12:33:33.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T12:33:33.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T12:33:33.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:33.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T12:33:33.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T12:33:33.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wovmmx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T12:33:33.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wovmmx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T12:33:33.937 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:33 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: pgmap v156: 97 pgs: 97 active+clean; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 127 B/s wr, 1 op/s 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: mgrmap e21: smithi001.vtkjbw(active, since 3m), standbys: smithi110.egckco 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: Creating key for client.nfs.foo.0.0.smithi001.wovmmx 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wovmmx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wovmmx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T12:33:34.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T12:33:34.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T12:33:34.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T12:33:34.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:34.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T12:33:34.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T12:33:34.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wovmmx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T12:33:34.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi001.wovmmx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T12:33:34.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:33 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:33:34.385 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:34 smithi110 ceph-mon[34656]: Rados config object exists: conf-nfs.foo 2024-09-21T12:33:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:34 smithi110 ceph-mon[34656]: Creating key for client.nfs.foo.0.0.smithi001.wovmmx-rgw 2024-09-21T12:33:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:34 smithi110 ceph-mon[34656]: Bind address in nfs.foo.0.0.smithi001.wovmmx's ganesha conf is defaulting to empty 2024-09-21T12:33:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:34 smithi110 ceph-mon[34656]: Deploying daemon nfs.foo.0.0.smithi001.wovmmx on smithi001 2024-09-21T12:33:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:34 smithi110 ceph-mon[34656]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:34 smithi110 ceph-mon[34656]: mds.? [v2:172.21.15.1:6834/866266354,v1:172.21.15.1:6835/866266354] up:boot 2024-09-21T12:33:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:34 smithi110 ceph-mon[34656]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 1 up:standby 2024-09-21T12:33:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mds metadata", "who": "foofs.smithi001.equtjj"} : dispatch 2024-09-21T12:33:34.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:34 smithi110 ceph-mon[34656]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 1 up:standby 2024-09-21T12:33:34.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:34 smithi001 ceph-mon[26284]: Rados config object exists: conf-nfs.foo 2024-09-21T12:33:34.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:34 smithi001 ceph-mon[26284]: Creating key for client.nfs.foo.0.0.smithi001.wovmmx-rgw 2024-09-21T12:33:34.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:34 smithi001 ceph-mon[26284]: Bind address in nfs.foo.0.0.smithi001.wovmmx's ganesha conf is defaulting to empty 2024-09-21T12:33:34.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:34 smithi001 ceph-mon[26284]: Deploying daemon nfs.foo.0.0.smithi001.wovmmx on smithi001 2024-09-21T12:33:34.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:34 smithi001 ceph-mon[26284]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:34.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:34 smithi001 ceph-mon[26284]: mds.? [v2:172.21.15.1:6834/866266354,v1:172.21.15.1:6835/866266354] up:boot 2024-09-21T12:33:34.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:34 smithi001 ceph-mon[26284]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 1 up:standby 2024-09-21T12:33:34.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "mds metadata", "who": "foofs.smithi001.equtjj"} : dispatch 2024-09-21T12:33:34.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:34 smithi001 ceph-mon[26284]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 1 up:standby 2024-09-21T12:33:35.386 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:35.680 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:35.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:35 smithi110 ceph-mon[34656]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 106 B/s rd, 1.7 KiB/s wr, 3 op/s 2024-09-21T12:33:35.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:35 smithi110 ceph-mon[34656]: mds.? [v2:172.21.15.110:6832/3421864016,v1:172.21.15.110:6833/3421864016] up:active 2024-09-21T12:33:35.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:35 smithi110 ceph-mon[34656]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 1 up:standby 2024-09-21T12:33:36.072 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:35 smithi001 ceph-mon[26284]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 106 B/s rd, 1.7 KiB/s wr, 3 op/s 2024-09-21T12:33:36.073 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:35 smithi001 ceph-mon[26284]: mds.? [v2:172.21.15.110:6832/3421864016,v1:172.21.15.110:6833/3421864016] up:active 2024-09-21T12:33:36.073 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:35 smithi001 ceph-mon[26284]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 1 up:standby 2024-09-21T12:33:36.503 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:36.504 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:24.522679Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:32.945390Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:37.224 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:37.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:37 smithi001 ceph-mon[26284]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 192 B/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-21T12:33:37.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:37 smithi001 ceph-mon[26284]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:37.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:37.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:37 smithi110 ceph-mon[34656]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 192 B/s rd, 1.9 KiB/s wr, 5 op/s 2024-09-21T12:33:37.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:37 smithi110 ceph-mon[34656]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:37.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.224 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:38.485 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:38.874 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:38 smithi001 ceph-mon[26284]: Deploying daemon haproxy.nfs.foo.smithi001.vyjdhj on smithi001 2024-09-21T12:33:38.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:38 smithi001 ceph-mon[26284]: mds.? [v2:172.21.15.1:6834/866266354,v1:172.21.15.1:6835/866266354] up:standby 2024-09-21T12:33:38.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:38 smithi001 ceph-mon[26284]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 1 up:standby 2024-09-21T12:33:38.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:38.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:38 smithi110 ceph-mon[34656]: Deploying daemon haproxy.nfs.foo.smithi001.vyjdhj on smithi001 2024-09-21T12:33:38.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:38 smithi110 ceph-mon[34656]: mds.? [v2:172.21.15.1:6834/866266354,v1:172.21.15.1:6835/866266354] up:standby 2024-09-21T12:33:38.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:38 smithi110 ceph-mon[34656]: fsmap foofs:1 {0=foofs.smithi110.mdnegx=up:active} 1 up:standby 2024-09-21T12:33:39.382 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:39.383 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:24.522679Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:40.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:39 smithi110 ceph-mon[34656]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T12:33:40.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:39 smithi001 ceph-mon[26284]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T12:33:40.313 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:41.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:40 smithi110 ceph-mon[34656]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:41.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:40 smithi001 ceph-mon[26284]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:41.314 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:41.916 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:42.036 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:41 smithi001 ceph-mon[26284]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T12:33:42.037 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:41 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:42.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:41 smithi110 ceph-mon[34656]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T12:33:42.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:41 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:42.870 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:42.871 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:24.522679Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:43.550 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:43.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:43 smithi001 ceph-mon[26284]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-09-21T12:33:43.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:43 smithi001 ceph-mon[26284]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:44.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:43 smithi110 ceph-mon[34656]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2024-09-21T12:33:44.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:43 smithi110 ceph-mon[34656]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:44.551 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:44.924 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:45.569 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:45.569 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:24.522679Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:45.974 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:45 smithi001 ceph-mon[26284]: pgmap v162: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-09-21T12:33:46.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:45 smithi110 ceph-mon[34656]: pgmap v162: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.3 KiB/s wr, 5 op/s 2024-09-21T12:33:46.367 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:47.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:46 smithi110 ceph-mon[34656]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:47.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:33:47.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:47.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:47.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:46 smithi001 ceph-mon[26284]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:33:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:47.368 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:47.646 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:48.038 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:47 smithi001 ceph-mon[26284]: pgmap v163: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-09-21T12:33:48.038 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:47 smithi001 ceph-mon[26284]: Deploying daemon haproxy.nfs.foo.smithi110.pllccw on smithi110 2024-09-21T12:33:48.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:47 smithi110 ceph-mon[34656]: pgmap v163: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2024-09-21T12:33:48.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:47 smithi110 ceph-mon[34656]: Deploying daemon haproxy.nfs.foo.smithi110.pllccw on smithi110 2024-09-21T12:33:48.271 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:48.271 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:46.611747Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:49.022 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:50.023 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:50.053 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:49 smithi001 ceph-mon[26284]: pgmap v164: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T12:33:50.053 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:49 smithi001 ceph-mon[26284]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:49 smithi110 ceph-mon[34656]: pgmap v164: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T12:33:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:49 smithi110 ceph-mon[34656]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:50.300 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:50.988 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:50.989 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:46.611747Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:51.668 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:51.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:51 smithi001 ceph-mon[26284]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T12:33:52.118 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:51 smithi110 ceph-mon[34656]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T12:33:52.669 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:52.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:52 smithi110 ceph-mon[34656]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:52.945 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:52.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:52 smithi001 ceph-mon[26284]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:53.677 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:53.677 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:53.168522Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:53.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:53 smithi001 ceph-mon[26284]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T12:33:53.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:53.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:53 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:54.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:53 smithi110 ceph-mon[34656]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T12:33:54.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:54.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:54.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:54.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:53 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:33:54.349 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:55.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:54 smithi110 ceph-mon[34656]: 10.0.31.1 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2024-09-21T12:33:55.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:54 smithi110 ceph-mon[34656]: 10.0.31.1 is in 10.0.0.0/16 on smithi001 interface ens1f0 2024-09-21T12:33:55.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:54 smithi110 ceph-mon[34656]: Deploying daemon keepalived.nfs.foo.smithi110.qccgtu on smithi110 2024-09-21T12:33:55.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:54 smithi110 ceph-mon[34656]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:55.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:54 smithi001 ceph-mon[26284]: 10.0.31.1 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2024-09-21T12:33:55.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:54 smithi001 ceph-mon[26284]: 10.0.31.1 is in 10.0.0.0/16 on smithi001 interface ens1f0 2024-09-21T12:33:55.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:54 smithi001 ceph-mon[26284]: Deploying daemon keepalived.nfs.foo.smithi110.qccgtu on smithi110 2024-09-21T12:33:55.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:54 smithi001 ceph-mon[26284]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:55.350 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:55.623 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:55.993 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:55 smithi001 ceph-mon[26284]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T12:33:56.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:55 smithi110 ceph-mon[34656]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T12:33:56.439 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:56.439 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:53.168522Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:57.075 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:58.076 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:33:58.105 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:57 smithi001 ceph-mon[26284]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:33:58.105 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:57 smithi001 ceph-mon[26284]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:58.157 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:57 smithi110 ceph-mon[34656]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:33:58.157 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:57 smithi110 ceph-mon[34656]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:33:58.350 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:33:58.985 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:33:58.985 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:53.168522Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:33:59.695 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:33:59.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:59 smithi001 ceph-mon[26284]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:33:59.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:33:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:00.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:59 smithi110 ceph-mon[34656]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:00.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:33:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:00.696 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:34:00.967 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:34:00.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:00 smithi001 ceph-mon[26284]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:00.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:00.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:00.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:00 smithi001 ceph-mon[26284]: 10.0.31.1 is in 10.0.0.0/16 on smithi001 interface ens1f0 2024-09-21T12:34:00.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:00 smithi001 ceph-mon[26284]: 10.0.31.1 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2024-09-21T12:34:00.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:00 smithi001 ceph-mon[26284]: Deploying daemon keepalived.nfs.foo.smithi001.vymtvv on smithi001 2024-09-21T12:34:01.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:00 smithi110 ceph-mon[34656]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:01.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:01.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:01.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:00 smithi110 ceph-mon[34656]: 10.0.31.1 is in 10.0.0.0/16 on smithi001 interface ens1f0 2024-09-21T12:34:01.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:00 smithi110 ceph-mon[34656]: 10.0.31.1 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2024-09-21T12:34:01.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:00 smithi110 ceph-mon[34656]: Deploying daemon keepalived.nfs.foo.smithi001.vymtvv on smithi001 2024-09-21T12:34:02.143 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:01 smithi001 ceph-mon[26284]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:02.144 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:01 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:34:02.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:01 smithi110 ceph-mon[34656]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:02.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:01 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:34:02.946 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:34:02.946 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:59.778791Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:34:04.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:03 smithi110 ceph-mon[34656]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T12:34:04.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:03 smithi110 ceph-mon[34656]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:04.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:03 smithi001 ceph-mon[26284]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T12:34:04.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:03 smithi001 ceph-mon[26284]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:04.985 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:34:05.986 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:34:06.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:05 smithi110 ceph-mon[34656]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:06.215 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:05 smithi001 ceph-mon[26284]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:06.288 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:34:07.207 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:34:07.207 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:33:59.778791Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:34:07.789 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:34:08.009 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:07 smithi001 ceph-mon[26284]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:08.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:07 smithi110 ceph-mon[34656]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:08.790 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:34:08.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:08 smithi001 ceph-mon[26284]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:08 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:08 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:08 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:08 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:08.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:08 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:09.165 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:34:09.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:08 smithi110 ceph-mon[34656]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:09.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:08 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:09.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:08 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:09.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:08 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:09.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:08 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:09.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:08 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:09.860 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:34:09.860 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:18.253484Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:18.253666Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:34:08.057671Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:18.253958Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:18.254103Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:18.253813Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:18.254247Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:34:09.860 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:09 smithi001 ceph-mon[26284]: pgmap v174: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:10.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:09 smithi110 ceph-mon[34656]: pgmap v174: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:10.501 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:34:10.856 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:10 smithi110 ceph-mon[34656]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:11.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:10 smithi001 ceph-mon[26284]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:11.502 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:34:11.821 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:34:12.124 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:11 smithi001 ceph-mon[26284]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:12.125 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:11 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:12.125 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:11 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:12.125 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:11 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:12.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:11 smithi110 ceph-mon[34656]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:12.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:11 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:12.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:11 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:12.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:11 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:12.968 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:34:12.968 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:22.462177Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:22.462247Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:34:08.057671Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "last_refresh": "2024-09-21T12:34:11.730307Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "last_refresh": "2024-09-21T12:34:11.730223Z", "running": 1, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:22.462101Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:22.461983Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:22.462318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:22.462586Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:34:13.646 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:34:13.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:13 smithi001 ceph-mon[26284]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T12:34:13.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:13 smithi001 ceph-mon[26284]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:14.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:13 smithi110 ceph-mon[34656]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T12:34:14.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:13 smithi110 ceph-mon[34656]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:14.648 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:34:15.312 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:34:15.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:15 smithi001 ceph-mon[26284]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:15.981 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:34:15.981 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:33:22.462386Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:33:22.462177Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:33:22.462247Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:33:22.462453Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:34:08.057671Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "last_refresh": "2024-09-21T12:34:11.730307Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "last_refresh": "2024-09-21T12:34:11.730223Z", "running": 1, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:33:22.462101Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:33:22.461983Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:33:37.588482Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:33:22.462318Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:33:22.462586Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:33:22.462520Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:34:16.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:15 smithi110 ceph-mon[34656]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:16.771 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T12:34:17.126 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:16 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:34:17.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:16 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:34:17.773 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:34:18.049 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:34:18.164 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:17 smithi001 ceph-mon[26284]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:18.164 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:17 smithi001 ceph-mon[26284]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:17 smithi110 ceph-mon[34656]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:18.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:17 smithi110 ceph-mon[34656]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:18.779 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:34:18.779 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:34:17.838311Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:34:11.729550Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:34:11.729655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:34:17.838378Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:34:08.057671Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "last_refresh": "2024-09-21T12:34:11.730307Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "last_refresh": "2024-09-21T12:34:11.730223Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:34:11.729799Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:34:11.729874Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:34:18.215091Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "last_refresh": "2024-09-21T12:34:17.838865Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:34:11.729729Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:34:11.729943Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:34:17.838445Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:34:19.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:18 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:19.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:18 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:19.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:18 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:19.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:18 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:19.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:18 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:19.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:18 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:19.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:18 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:19.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:18 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:19.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:18 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:19.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:18 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:19.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:18 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:19.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:18 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:19.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:18 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:19.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:18 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:20.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:19 smithi001 ceph-mon[26284]: pgmap v179: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:20.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:19 smithi001 ceph-mon[26284]: Reconfiguring prometheus.smithi001 (dependencies changed)... 2024-09-21T12:34:20.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:19 smithi001 ceph-mon[26284]: Reconfiguring daemon prometheus.smithi001 on smithi001 2024-09-21T12:34:20.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:19 smithi001 ceph-mon[26284]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:19 smithi110 ceph-mon[34656]: pgmap v179: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:19 smithi110 ceph-mon[34656]: Reconfiguring prometheus.smithi001 (dependencies changed)... 2024-09-21T12:34:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:19 smithi110 ceph-mon[34656]: Reconfiguring daemon prometheus.smithi001 on smithi001 2024-09-21T12:34:20.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:19 smithi110 ceph-mon[34656]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:20.853 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-21T12:34:20.853 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-21T12:34:20.870 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-21T12:34:20.871 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T12:34:21.880 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:34:21.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:21 smithi001 ceph-mon[26284]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:22.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:21 smithi110 ceph-mon[34656]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:22.831 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-21T12:34:22.831 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T12:28:30.442451Z", "last_refresh": "2024-09-21T12:34:17.838311Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:29:55.940350Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T12:28:24.719015Z", "last_refresh": "2024-09-21T12:34:11.729550Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:29:58.669616Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T12:28:23.443319Z", "last_refresh": "2024-09-21T12:34:11.729655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T12:28:28.050218Z", "last_refresh": "2024-09-21T12:34:17.838378Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:34:08.057671Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-09-21T12:33:24.519229Z", "last_refresh": "2024-09-21T12:34:11.730307Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-09-21T12:33:32.941881Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T12:33:20.290857Z", "last_refresh": "2024-09-21T12:34:11.730223Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:06.083105Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T12:28:21.784064Z", "last_refresh": "2024-09-21T12:34:11.729799Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:14.876769Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T12:29:07.646738Z", "last_refresh": "2024-09-21T12:34:11.729874Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T12:34:18.215091Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T12:33:24.514137Z", "last_refresh": "2024-09-21T12:34:17.838865Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-21T12:30:02.832031Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T12:28:29.221547Z", "last_refresh": "2024-09-21T12:34:11.729729Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T12:30:20.314160Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T12:30:20.310731Z", "last_refresh": "2024-09-21T12:34:11.729943Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T12:30:14.881100Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T12:28:26.121229Z", "last_refresh": "2024-09-21T12:34:17.838445Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T12:34:23.321 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-21T12:34:23.321 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-21T12:34:23.335 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:34:23.335 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-21T12:34:23.364 INFO:teuthology.orchestra.run.smithi001.stderr:+ mkdir /mnt/foo 2024-09-21T12:34:23.376 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-21T12:34:23.441 INFO:teuthology.orchestra.run.smithi001.stderr:+ sleep 5 2024-09-21T12:34:23.944 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:23 smithi001 ceph-mon[26284]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T12:34:23.944 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:23 smithi001 ceph-mon[26284]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:24.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:23 smithi110 ceph-mon[34656]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T12:34:24.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:23 smithi110 ceph-mon[34656]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T12:34:25.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:25 smithi110 ceph-mon[34656]: pgmap v182: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:25.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:25 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:25.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:25 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:25.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:25 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T12:34:25.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:25 smithi110 ceph-mon[34656]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T12:34:25.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:25 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:25.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:25 smithi001 ceph-mon[26284]: pgmap v182: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:25.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:25 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:25.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:25 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:25.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:25 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T12:34:25.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:25 smithi001 ceph-mon[26284]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T12:34:25.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:25 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:27.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:27 smithi110 ceph-mon[34656]: pgmap v183: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:27.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:27 smithi001 ceph-mon[26284]: pgmap v183: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:28.444 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.1:/fake /mnt/foo -o port=2999' 2024-09-21T12:34:28.512 INFO:teuthology.orchestra.run.smithi001.stderr:+ mount -t nfs 10.0.31.1:/fake /mnt/foo -o port=2999 2024-09-21T12:34:29.213 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-21T12:34:29.279 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo test 2024-09-21T12:34:29.291 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-21T12:34:29.359 INFO:teuthology.orchestra.run.smithi001.stderr:+ sync 2024-09-21T12:34:29.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:29 smithi001 ceph-mon[26284]: pgmap v184: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:29.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:29 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:29.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:29 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:29.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:29 smithi110 ceph-mon[34656]: pgmap v184: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T12:34:29.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:29 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:29.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:29 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:31.089 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T12:34:31.098 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch daemon stop $haproxy 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> cat /mnt/foo/testfile 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> echo $haproxy > /mnt/foo/testfile 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> sync 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch daemon start $haproxy 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> done 2024-09-21T12:34:31.099 DEBUG:teuthology.orchestra.run.smithi001:> ' 2024-09-21T12:34:31.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:31 smithi110 ceph-mon[34656]: pgmap v185: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T12:34:31.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:31 smithi001 ceph-mon[26284]: pgmap v185: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T12:34:32.333 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:34:32.662 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:34:32.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:34:32.880 INFO:teuthology.orchestra.run.smithi001.stdout:Check with each haproxy down in turn... 2024-09-21T12:34:33.414 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to stop haproxy.nfs.foo.smithi001.vyjdhj on host 'smithi001' 2024-09-21T12:34:33.414 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:33 smithi001 ceph-mon[26284]: pgmap v186: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:34:33.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:33 smithi110 ceph-mon[34656]: pgmap v186: 97 pgs: 97 active+clean; 581 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi001.vyjdhj", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: Schedule stop daemon haproxy.nfs.foo.smithi001.vyjdhj 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:34.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:34.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.477 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:34 smithi001 ceph-mon[26284]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:34.668 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi001.vyjdhj", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: Schedule stop daemon haproxy.nfs.foo.smithi001.vyjdhj 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:34.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:34 smithi110 ceph-mon[34656]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:35.924 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:35 smithi001 ceph-mon[26284]: pgmap v187: 97 pgs: 97 active+clean; 588 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T12:34:35.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:35.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:35.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:35 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:35.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:35 smithi110 ceph-mon[34656]: pgmap v187: 97 pgs: 97 active+clean; 588 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T12:34:35.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:35.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:35.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:35 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:36.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:36 smithi110 ceph-mon[34656]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:36.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:36 smithi001 ceph-mon[26284]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:37.924 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:37 smithi001 ceph-mon[26284]: pgmap v188: 97 pgs: 97 active+clean; 588 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T12:34:37.924 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:37 smithi001 ceph-mon[26284]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:37.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:37 smithi110 ceph-mon[34656]: pgmap v188: 97 pgs: 97 active+clean; 588 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T12:34:37.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:37 smithi110 ceph-mon[34656]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:38.826 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:38 smithi110 ceph-mon[34656]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:38.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:38 smithi001 ceph-mon[26284]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:39.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:39 smithi001 ceph-mon[26284]: pgmap v189: 97 pgs: 97 active+clean; 588 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T12:34:39.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:39 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:39.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:39 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:39.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:39 smithi110 ceph-mon[34656]: pgmap v189: 97 pgs: 97 active+clean; 588 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T12:34:39.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:39 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:39.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:39 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:40.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:40 smithi110 ceph-mon[34656]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:40.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:40 smithi001 ceph-mon[26284]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:41.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:41 smithi110 ceph-mon[34656]: pgmap v190: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:34:41.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:41 smithi110 ceph-mon[34656]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:41.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:41 smithi001 ceph-mon[26284]: pgmap v190: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:34:41.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:41 smithi001 ceph-mon[26284]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:42.952 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi001.vyjdhj smithi001 *:2999,9999 stopped 1s ago 56s - - 2024-09-21T12:34:42.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:42 smithi001 ceph-mon[26284]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:42.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:42.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:42.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:42.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:42.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:42.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:42.953 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:42 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:42.956 INFO:teuthology.orchestra.run.smithi001.stdout:test 2024-09-21T12:34:43.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:42 smithi110 ceph-mon[34656]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:43.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:43.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:43.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:43.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:43.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:43.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:43.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:42 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:43.448 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to start haproxy.nfs.foo.smithi001.vyjdhj on host 'smithi001' 2024-09-21T12:34:44.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:43 smithi110 ceph-mon[34656]: pgmap v191: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T12:34:44.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:43 smithi110 ceph-mon[34656]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:44.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:44.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:44.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:43 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:44.050 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:43 smithi001 ceph-mon[26284]: pgmap v191: 97 pgs: 97 active+clean; 589 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T12:34:44.050 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:43 smithi001 ceph-mon[26284]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:44.051 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:44.051 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:44.051 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:43 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:45.042 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:44 smithi001 ceph-mon[26284]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi001.vyjdhj", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:45.042 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:44 smithi001 ceph-mon[26284]: Schedule start daemon haproxy.nfs.foo.smithi001.vyjdhj 2024-09-21T12:34:45.043 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:44 smithi001 ceph-mon[26284]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:45.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:44 smithi110 ceph-mon[34656]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi001.vyjdhj", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:44 smithi110 ceph-mon[34656]: Schedule start daemon haproxy.nfs.foo.smithi001.vyjdhj 2024-09-21T12:34:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:44 smithi110 ceph-mon[34656]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:45.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:45 smithi001 ceph-mon[26284]: pgmap v192: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.9 KiB/s wr, 1 op/s 2024-09-21T12:34:46.061 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:45 smithi110 ceph-mon[34656]: pgmap v192: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.9 KiB/s wr, 1 op/s 2024-09-21T12:34:46.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:46 smithi110 ceph-mon[34656]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:46.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:34:47.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:46 smithi001 ceph-mon[26284]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:47.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:34:47.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:47 smithi001 ceph-mon[26284]: pgmap v193: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:34:47.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:47 smithi001 ceph-mon[26284]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:47.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:47.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:47 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:48.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:47 smithi110 ceph-mon[34656]: pgmap v193: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:34:48.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:47 smithi110 ceph-mon[34656]: from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:48.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:47 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:48.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:47 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:49.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:48 smithi110 ceph-mon[34656]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:49.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:48 smithi001 ceph-mon[26284]: from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:49 smithi110 ceph-mon[34656]: pgmap v194: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:34:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:50.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:49 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:50.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:49 smithi001 ceph-mon[26284]: pgmap v194: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:34:50.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:50.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:50.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:50.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:50.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:50.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:50.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:49 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:51.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:50 smithi110 ceph-mon[34656]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:51.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:50 smithi001 ceph-mon[26284]: from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:52.030 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:51 smithi001 ceph-mon[26284]: pgmap v195: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:34:52.030 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:51 smithi001 ceph-mon[26284]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:52.030 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:52.030 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:52.030 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:52.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:51 smithi110 ceph-mon[34656]: pgmap v195: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:34:52.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:51 smithi110 ceph-mon[34656]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:52.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:52.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:52.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:53.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:52 smithi110 ceph-mon[34656]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:53.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:52 smithi001 ceph-mon[26284]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:53.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:53 smithi001 ceph-mon[26284]: pgmap v196: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T12:34:54.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:53 smithi110 ceph-mon[34656]: pgmap v196: 97 pgs: 97 active+clean; 599 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T12:34:55.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:54 smithi110 ceph-mon[34656]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:55.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:54 smithi001 ceph-mon[26284]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:56.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:55 smithi110 ceph-mon[34656]: pgmap v197: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T12:34:56.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:55 smithi110 ceph-mon[34656]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:56.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:56.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:55 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:56.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:55 smithi001 ceph-mon[26284]: pgmap v197: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T12:34:56.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:55 smithi001 ceph-mon[26284]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:56.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:56.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:55 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:57.062 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:56 smithi001 ceph-mon[26284]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:57.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:56 smithi110 ceph-mon[34656]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:58.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:57 smithi110 ceph-mon[34656]: pgmap v198: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T12:34:58.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:57 smithi110 ceph-mon[34656]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:58.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:57 smithi001 ceph-mon[26284]: pgmap v198: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T12:34:58.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:57 smithi001 ceph-mon[26284]: from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:58.329 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi001.vyjdhj smithi001 *:2999,9999 running (7s) 0s ago 71s 3992k - 2.3.17-d1c9119 e85424b0d443 b0a96e3c8d6e 2024-09-21T12:34:58.626 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to stop haproxy.nfs.foo.smithi110.pllccw on host 'smithi110' 2024-09-21T12:34:59.381 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: pgmap v199: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi110.pllccw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: Schedule stop daemon haproxy.nfs.foo.smithi110.pllccw 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:59.382 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:34:59 smithi001 ceph-mon[26284]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:59.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:34:59.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:34:59.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:34:59.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.388 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: pgmap v199: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:34:59.388 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:59.388 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi110.pllccw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:34:59.388 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: Schedule stop daemon haproxy.nfs.foo.smithi110.pllccw 2024-09-21T12:34:59.388 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.388 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:34:59.388 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:34:59.388 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:34:59 smithi110 ceph-mon[34656]: from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:00.381 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:00 smithi001 ceph-mon[26284]: mgrmap e22: smithi001.vtkjbw(active, since 5m), standbys: smithi110.egckco 2024-09-21T12:35:00.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:00 smithi110 ceph-mon[34656]: mgrmap e22: smithi001.vtkjbw(active, since 5m), standbys: smithi110.egckco 2024-09-21T12:35:01.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:01 smithi001 ceph-mon[26284]: pgmap v200: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:35:01.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:01 smithi001 ceph-mon[26284]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:01.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:01 smithi110 ceph-mon[34656]: pgmap v200: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:35:01.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:01 smithi110 ceph-mon[34656]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:02.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:02 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:35:02.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:02 smithi001 ceph-mon[26284]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:02.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:02 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:35:02.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:02 smithi110 ceph-mon[34656]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:03.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:03 smithi001 ceph-mon[26284]: pgmap v201: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:35:03.438 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:03.438 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:03 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:03.438 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:03 smithi001 ceph-mon[26284]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:03.438 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:03 smithi001 ceph-mon[26284]: mgrmap e23: smithi001.vtkjbw(active, since 5m), standbys: smithi110.egckco 2024-09-21T12:35:03.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:03 smithi110 ceph-mon[34656]: pgmap v201: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:35:03.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:03 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:03.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:03 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:03.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:03 smithi110 ceph-mon[34656]: from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:03.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:03 smithi110 ceph-mon[34656]: mgrmap e23: smithi001.vtkjbw(active, since 5m), standbys: smithi110.egckco 2024-09-21T12:35:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:05 smithi001 ceph-mon[26284]: pgmap v202: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T12:35:05.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:05 smithi001 ceph-mon[26284]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:05.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:05 smithi110 ceph-mon[34656]: pgmap v202: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T12:35:05.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:05 smithi110 ceph-mon[34656]: from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:06.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:06 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:06.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:06 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:06.640 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:06 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:06.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:06 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:06.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:06 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:06.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:06 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:06.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:06 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:06.641 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:06 smithi110 ceph-mon[34656]: from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:06.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:06 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:06.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:06 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:06.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:06 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:06.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:06 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:06.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:06 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:06.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:06 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:06.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:06 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:06.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:06 smithi001 ceph-mon[26284]: from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:07.906 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:07 smithi110 ceph-mon[34656]: pgmap v203: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:35:07.906 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:07.906 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:07.906 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:07 smithi110 ceph-mon[34656]: from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:07.906 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:07 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:08.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:07 smithi001 ceph-mon[26284]: pgmap v203: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:35:08.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:08.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:08.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:07 smithi001 ceph-mon[26284]: from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:08.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:07 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:09.896 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:09 smithi110 ceph-mon[34656]: pgmap v204: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:35:09.897 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:09 smithi110 ceph-mon[34656]: from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:09.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:09 smithi001 ceph-mon[26284]: pgmap v204: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:35:09.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:09 smithi001 ceph-mon[26284]: from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:10.833 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi110.pllccw smithi110 *:2999,9999 stopped 0s ago 77s - - 2024-09-21T12:35:10.835 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi001.vyjdhj 2024-09-21T12:35:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:10 smithi110 ceph-mon[34656]: from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:10 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:11.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:10 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:11.219 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:10 smithi001 ceph-mon[26284]: from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:11.219 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:10 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:11.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:10 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:11.355 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to start haproxy.nfs.foo.smithi110.pllccw on host 'smithi110' 2024-09-21T12:35:12.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:11 smithi110 ceph-mon[34656]: pgmap v205: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:35:12.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:11 smithi110 ceph-mon[34656]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:12.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:11 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:12.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:11 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:12.190 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:11 smithi001 ceph-mon[26284]: pgmap v205: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:35:12.190 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:11 smithi001 ceph-mon[26284]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:12.190 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:11 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:12.190 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:11 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:13.125 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:12 smithi001 ceph-mon[26284]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi110.pllccw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:13.125 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:12 smithi001 ceph-mon[26284]: Schedule start daemon haproxy.nfs.foo.smithi110.pllccw 2024-09-21T12:35:13.125 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:12 smithi001 ceph-mon[26284]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:13.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:12 smithi110 ceph-mon[34656]: from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi110.pllccw", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:12 smithi110 ceph-mon[34656]: Schedule start daemon haproxy.nfs.foo.smithi110.pllccw 2024-09-21T12:35:13.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:12 smithi110 ceph-mon[34656]: from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:13.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:13 smithi001 ceph-mon[26284]: pgmap v206: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:35:13.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:13 smithi001 ceph-mon[26284]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:14.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:13 smithi110 ceph-mon[34656]: pgmap v206: 97 pgs: 97 active+clean; 600 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T12:35:14.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:13 smithi110 ceph-mon[34656]: from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:15.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:15 smithi110 ceph-mon[34656]: pgmap v207: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:35:15.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:15.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:15.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:15.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:15.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:15.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:15.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:15 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:15.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:15 smithi110 ceph-mon[34656]: from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:15.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:15 smithi001 ceph-mon[26284]: pgmap v207: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:35:15.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:15.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:15.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:15.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:15.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:15.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:15.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:15 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:15.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:15 smithi001 ceph-mon[26284]: from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:16.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:16 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:16.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:16 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:16.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:16 smithi110 ceph-mon[34656]: from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:16.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:16 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:16.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:16 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:16.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:16 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:16.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:16 smithi001 ceph-mon[26284]: from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:16.686 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:16 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:17.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:17 smithi110 ceph-mon[34656]: pgmap v208: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:35:17.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:17 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:35:17.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:17 smithi110 ceph-mon[34656]: from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:17.725 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:17 smithi001 ceph-mon[26284]: pgmap v208: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:35:17.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:17 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:35:17.726 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:17 smithi001 ceph-mon[26284]: from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:19.586 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi110.pllccw smithi110 *:2999,9999 running (4s) 0s ago 86s 6135k - 2.3.17-d1c9119 e85424b0d443 096713c8bced 2024-09-21T12:35:19.666 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:19 smithi001 ceph-mon[26284]: pgmap v209: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:35:19.666 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:19 smithi001 ceph-mon[26284]: from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:19.666 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:19 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:19.666 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:19 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:19.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:19 smithi110 ceph-mon[34656]: pgmap v209: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:35:19.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:19 smithi110 ceph-mon[34656]: from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:19.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:19 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:19.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:19 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:20.359 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-21T12:35:20.373 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:35:20.373 DEBUG:teuthology.orchestra.run.smithi001:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-21T12:35:20.373 DEBUG:teuthology.orchestra.run.smithi001:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-21T12:35:20.373 DEBUG:teuthology.orchestra.run.smithi001:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-21T12:35:20.373 DEBUG:teuthology.orchestra.run.smithi001:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-21T12:35:20.373 DEBUG:teuthology.orchestra.run.smithi001:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> echo "Removing daemon $id fsid $fsid..." 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> echo "Waking up cephadm..." 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> echo "Mount is back!" 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> done 2024-09-21T12:35:20.374 DEBUG:teuthology.orchestra.run.smithi001:> ' 2024-09-21T12:35:20.403 INFO:teuthology.orchestra.run.smithi001.stderr:++ hostname 2024-09-21T12:35:20.403 INFO:teuthology.orchestra.run.smithi001.stdout:Check with smithi001 ganesha(s) down... 2024-09-21T12:35:20.404 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo 'Check with smithi001 ganesha(s) down...' 2024-09-21T12:35:20.404 INFO:teuthology.orchestra.run.smithi001.stderr:++ systemctl 2024-09-21T12:35:20.404 INFO:teuthology.orchestra.run.smithi001.stderr:++ grep ceph- 2024-09-21T12:35:20.404 INFO:teuthology.orchestra.run.smithi001.stderr:++ grep @nfs 2024-09-21T12:35:20.404 INFO:teuthology.orchestra.run.smithi001.stderr:++ awk '{print $1}' 2024-09-21T12:35:20.412 INFO:teuthology.orchestra.run.smithi001.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-09-21T12:35:20.412 INFO:teuthology.orchestra.run.smithi001.stderr:++ echo ceph-c3f68222-7814-11ef-baf6-efdc52797490@nfs.foo.0.0.smithi001.wovmmx.service 2024-09-21T12:35:20.412 INFO:teuthology.orchestra.run.smithi001.stderr:++ sed s/@/-/ 2024-09-21T12:35:20.413 INFO:teuthology.orchestra.run.smithi001.stderr:+ cid=ceph-c3f68222-7814-11ef-baf6-efdc52797490-nfs.foo.0.0.smithi001.wovmmx.service 2024-09-21T12:35:20.414 INFO:teuthology.orchestra.run.smithi001.stderr:++ echo ceph-c3f68222-7814-11ef-baf6-efdc52797490@nfs.foo.0.0.smithi001.wovmmx.service 2024-09-21T12:35:20.414 INFO:teuthology.orchestra.run.smithi001.stderr:++ cut -d @ -f 2 2024-09-21T12:35:20.414 INFO:teuthology.orchestra.run.smithi001.stderr:++ sed 's/.service$//' 2024-09-21T12:35:20.415 INFO:teuthology.orchestra.run.smithi001.stderr:+ id=nfs.foo.0.0.smithi001.wovmmx 2024-09-21T12:35:20.416 INFO:teuthology.orchestra.run.smithi001.stderr:++ echo ceph-c3f68222-7814-11ef-baf6-efdc52797490@nfs.foo.0.0.smithi001.wovmmx.service 2024-09-21T12:35:20.416 INFO:teuthology.orchestra.run.smithi001.stderr:++ cut -d @ -f 1 2024-09-21T12:35:20.416 INFO:teuthology.orchestra.run.smithi001.stderr:++ cut -d - -f 2- 2024-09-21T12:35:20.416 INFO:teuthology.orchestra.run.smithi001.stderr:+ fsid=c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:35:20.417 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi001.wovmmx fsid c3f68222-7814-11ef-baf6-efdc52797490...' 2024-09-21T12:35:20.417 INFO:teuthology.orchestra.run.smithi001.stdout:Removing daemon nfs.foo.0.0.smithi001.wovmmx fsid c3f68222-7814-11ef-baf6-efdc52797490... 2024-09-21T12:35:20.417 INFO:teuthology.orchestra.run.smithi001.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid c3f68222-7814-11ef-baf6-efdc52797490 --name nfs.foo.0.0.smithi001.wovmmx 2024-09-21T12:35:20.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:20 smithi110 ceph-mon[34656]: from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:20.704 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:20 smithi001 ceph-mon[26284]: from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:21.675 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:21 smithi001 ceph-mon[26284]: pgmap v210: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:35:21.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:21 smithi110 ceph-mon[34656]: pgmap v210: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T12:35:23.177 INFO:teuthology.orchestra.run.smithi001.stdout:Waking up cephadm... 2024-09-21T12:35:23.177 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo 'Waking up cephadm...' 2024-09-21T12:35:23.177 INFO:teuthology.orchestra.run.smithi001.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-09-21T12:35:23.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:23 smithi001 ceph-mon[26284]: pgmap v211: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T12:35:23.610 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring fsid c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:35:23.675 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:35:23.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:23 smithi110 ceph-mon[34656]: pgmap v211: 97 pgs: 97 active+clean; 610 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T12:35:23.805 INFO:teuthology.orchestra.run.smithi001.stderr:Using ceph image with id 'b415816db8b4' and tag '441784946648ff53dd310293f9dd752afeeea72a' created on 2024-09-21 10:29:03 +0000 UTC 2024-09-21T12:35:23.805 INFO:teuthology.orchestra.run.smithi001.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5 2024-09-21T12:35:24.464 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T12:35:24.464 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.smithi001 smithi001 *:9093,9094 running (4m) 0s ago 6m 19.4M - 0.27.0 11f11916f8cd 6f9cebc1392d 2024-09-21T12:35:24.464 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi001 smithi001 *:9926 running (6m) 0s ago 6m 8610k - 19.3.0-5104-g44178494 b415816db8b4 dc3eeefaa56f 2024-09-21T12:35:24.464 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi110 smithi110 *:9926 running (5m) 5s ago 5m 5335k - 19.3.0-5104-g44178494 b415816db8b4 620007713aab 2024-09-21T12:35:24.464 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi001 smithi001 running (6m) 0s ago 6m 6899k - 19.3.0-5104-g44178494 b415816db8b4 373cbaccd68f 2024-09-21T12:35:24.464 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi110 smithi110 running (5m) 5s ago 5m 6891k - 19.3.0-5104-g44178494 b415816db8b4 268699c6623c 2024-09-21T12:35:24.464 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.smithi001 smithi001 *:3000 running (4m) 0s ago 5m 78.2M - 10.4.8 5aad1d7cf004 f10ea8f912c0 2024-09-21T12:35:24.464 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi001.vyjdhj smithi001 *:2999,9999 running (33s) 0s ago 97s 4386k - 2.3.17-d1c9119 e85424b0d443 b0a96e3c8d6e 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi110.pllccw smithi110 *:2999,9999 running (9s) 5s ago 91s 6135k - 2.3.17-d1c9119 e85424b0d443 096713c8bced 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:keepalived.nfs.foo.smithi001.vymtvv smithi001 running (77s) 0s ago 76s 1598k - 2.2.4 4a3a1ff181d9 1b7e247a1164 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:keepalived.nfs.foo.smithi110.qccgtu smithi110 running (85s) 5s ago 84s 1602k - 2.2.4 4a3a1ff181d9 b5e311ec282e 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:mds.foofs.smithi001.equtjj smithi001 running (111s) 0s ago 111s 16.9M - 19.3.0-5104-g44178494 b415816db8b4 d68c6f0bbbd4 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:mds.foofs.smithi110.mdnegx smithi110 running (115s) 5s ago 114s 17.5M - 19.3.0-5104-g44178494 b415816db8b4 6ba06abe7505 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi001.vtkjbw smithi001 *:9283,8765,8443 running (7m) 0s ago 7m 528M - 19.3.0-5104-g44178494 b415816db8b4 bc191c8ae725 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi110.egckco smithi110 *:8443,9283,8765 running (5m) 5s ago 5m 456M - 19.3.0-5104-g44178494 b415816db8b4 ae9b1336fb93 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi001 smithi001 running (7m) 0s ago 7m 51.8M 2048M 19.3.0-5104-g44178494 b415816db8b4 f5f525f23493 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi110 smithi110 running (5m) 5s ago 5m 40.3M 2048M 19.3.0-5104-g44178494 b415816db8b4 48b284d355e3 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:nfs.foo.0.0.smithi001.wovmmx smithi001 *:12999 unknown 0s ago 106s 83.2M - b415816db8b4 18dee8292126 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi001 smithi001 *:9100 running (6m) 0s ago 6m 9483k - 1.7.0 72c9c2088986 48a81c7b748c 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi110 smithi110 *:9100 running (5m) 5s ago 5m 12.0M - 1.7.0 72c9c2088986 67d909afaf9c 2024-09-21T12:35:24.465 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi110 running (3m) 5s ago 3m 53.6M 3728M 19.3.0-5104-g44178494 b415816db8b4 441400dcc7ef 2024-09-21T12:35:24.466 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (3m) 0s ago 3m 44.6M 2961M 19.3.0-5104-g44178494 b415816db8b4 12b76cc3977c 2024-09-21T12:35:24.466 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi110 running (3m) 5s ago 3m 42.4M 3728M 19.3.0-5104-g44178494 b415816db8b4 bc5491e0101e 2024-09-21T12:35:24.466 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (3m) 0s ago 3m 45.5M 2961M 19.3.0-5104-g44178494 b415816db8b4 6fb8a8a3544c 2024-09-21T12:35:24.466 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi110 running (3m) 5s ago 3m 43.0M 3728M 19.3.0-5104-g44178494 b415816db8b4 cfb72c364d4c 2024-09-21T12:35:24.466 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi001 running (3m) 0s ago 3m 42.0M 2961M 19.3.0-5104-g44178494 b415816db8b4 484a05c38eaa 2024-09-21T12:35:24.466 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi110 running (3m) 5s ago 3m 46.8M 3728M 19.3.0-5104-g44178494 b415816db8b4 2dc020c907b2 2024-09-21T12:35:24.466 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi001 running (3m) 0s ago 3m 50.1M 2961M 19.3.0-5104-g44178494 b415816db8b4 af715c1bfe7e 2024-09-21T12:35:24.466 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.smithi001 smithi001 *:9095 running (60s) 0s ago 5m 42.0M - 2.51.0 1d3b7f56885b 48dc1a7848f2 2024-09-21T12:35:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:24 smithi110 ceph-mon[34656]: pgmap v212: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 87 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-21T12:35:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:24.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:24 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:24 smithi001 ceph-mon[26284]: pgmap v212: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 87 B/s rd, 1.3 KiB/s wr, 0 op/s 2024-09-21T12:35:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:24.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:24 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:25.181 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:25.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:25 smithi110 ceph-mon[34656]: from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:25.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:25 smithi110 ceph-mon[34656]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-21T12:35:25.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:25 smithi001 ceph-mon[26284]: from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:25.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:25 smithi001 ceph-mon[26284]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-21T12:35:26.183 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:26.183 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:26.813 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:26 smithi001 ceph-mon[26284]: pgmap v213: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 435 B/s rd, 435 B/s wr, 1 op/s 2024-09-21T12:35:26.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:26 smithi110 ceph-mon[34656]: pgmap v213: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 435 B/s rd, 435 B/s wr, 1 op/s 2024-09-21T12:35:27.184 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:27.184 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:28.185 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:28.186 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:29.187 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:29.187 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:29.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:28 smithi001 ceph-mon[26284]: pgmap v214: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 435 B/s rd, 348 B/s wr, 0 op/s 2024-09-21T12:35:29.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:28 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:29.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:28 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:28 smithi110 ceph-mon[34656]: pgmap v214: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 435 B/s rd, 348 B/s wr, 0 op/s 2024-09-21T12:35:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:28 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:29.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:28 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:30.188 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:30.188 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:31.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:30 smithi110 ceph-mon[34656]: pgmap v215: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 435 B/s rd, 348 B/s wr, 0 op/s 2024-09-21T12:35:31.189 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:31.189 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:31.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:30 smithi001 ceph-mon[26284]: pgmap v215: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 435 B/s rd, 348 B/s wr, 0 op/s 2024-09-21T12:35:32.191 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:32.191 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: pgmap v216: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 465 B/s rd, 372 B/s wr, 0 op/s 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: Fencing old nfs.foo.0.0.smithi001.wovmmx 2024-09-21T12:35:32.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi001.wovmmx"} : dispatch 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi001.wovmmx"}]': finished 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: Creating key for client.nfs.foo.0.1.smithi001.moxzrn 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi001.moxzrn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi001.moxzrn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: Rados config object exists: conf-nfs.foo 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: Creating key for client.nfs.foo.0.1.smithi001.moxzrn-rgw 2024-09-21T12:35:32.227 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi001.moxzrn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T12:35:32.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi001.moxzrn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T12:35:32.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: Bind address in nfs.foo.0.1.smithi001.moxzrn's ganesha conf is defaulting to empty 2024-09-21T12:35:32.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:32.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: Deploying daemon nfs.foo.0.1.smithi001.moxzrn on smithi001 2024-09-21T12:35:32.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.228 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:32 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:35:32.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:32.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: pgmap v216: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 465 B/s rd, 372 B/s wr, 0 op/s 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: Fencing old nfs.foo.0.0.smithi001.wovmmx 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi001.wovmmx"} : dispatch 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi001.wovmmx"}]': finished 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: Creating key for client.nfs.foo.0.1.smithi001.moxzrn 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi001.moxzrn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi001.moxzrn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T12:35:32.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: Rados config object exists: conf-nfs.foo 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: Creating key for client.nfs.foo.0.1.smithi001.moxzrn-rgw 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi001.moxzrn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi001.moxzrn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: Bind address in nfs.foo.0.1.smithi001.moxzrn's ganesha conf is defaulting to empty 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: Deploying daemon nfs.foo.0.1.smithi001.moxzrn on smithi001 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:32.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:32 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:35:33.192 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:33.192 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:33.385 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:33 smithi001 ceph-mon[26284]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-21T12:35:33.386 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:33 smithi001 ceph-mon[26284]: Cluster is now healthy 2024-09-21T12:35:33.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:33 smithi110 ceph-mon[34656]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-21T12:35:33.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:33 smithi110 ceph-mon[34656]: Cluster is now healthy 2024-09-21T12:35:34.174 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:34 smithi001 ceph-mon[26284]: pgmap v217: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 372 B/s rd, 372 B/s wr, 0 op/s 2024-09-21T12:35:34.175 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:34 smithi001 ceph-mon[26284]: from='mds.? [v2:172.21.15.110:6832/3421864016,v1:172.21.15.110:6833/3421864016]' entity='mds.foofs.smithi110.mdnegx' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.1:0/1375459329"} : dispatch 2024-09-21T12:35:34.175 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:34 smithi001 ceph-mon[26284]: from='mds.? ' entity='mds.foofs.smithi110.mdnegx' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.1:0/1375459329"} : dispatch 2024-09-21T12:35:34.175 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:34.175 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:34.175 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:34.175 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:34.175 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:34 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:34.193 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:34.193 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:34.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:34 smithi110 ceph-mon[34656]: pgmap v217: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 372 B/s rd, 372 B/s wr, 0 op/s 2024-09-21T12:35:34.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:34 smithi110 ceph-mon[34656]: from='mds.? [v2:172.21.15.110:6832/3421864016,v1:172.21.15.110:6833/3421864016]' entity='mds.foofs.smithi110.mdnegx' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.1:0/1375459329"} : dispatch 2024-09-21T12:35:34.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:34 smithi110 ceph-mon[34656]: from='mds.? ' entity='mds.foofs.smithi110.mdnegx' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.1:0/1375459329"} : dispatch 2024-09-21T12:35:34.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:34.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:34.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:34.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:34.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:34 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:35.195 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:35.195 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:35.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:35 smithi110 ceph-mon[34656]: Evicting (and blocklisting) client session 14714 (172.21.15.1:0/1375459329) 2024-09-21T12:35:35.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:35 smithi110 ceph-mon[34656]: from='mds.? ' entity='mds.foofs.smithi110.mdnegx' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.1:0/1375459329"}]': finished 2024-09-21T12:35:35.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:35 smithi110 ceph-mon[34656]: osdmap e56: 8 total, 8 up, 8 in 2024-09-21T12:35:35.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:35 smithi001 ceph-mon[26284]: Evicting (and blocklisting) client session 14714 (172.21.15.1:0/1375459329) 2024-09-21T12:35:35.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:35 smithi001 ceph-mon[26284]: from='mds.? ' entity='mds.foofs.smithi110.mdnegx' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.1:0/1375459329"}]': finished 2024-09-21T12:35:35.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:35 smithi001 ceph-mon[26284]: osdmap e56: 8 total, 8 up, 8 in 2024-09-21T12:35:36.196 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:36.196 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:36.462 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:36 smithi001 ceph-mon[26284]: pgmap v219: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 221 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T12:35:36.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:36 smithi110 ceph-mon[34656]: pgmap v219: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 221 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T12:35:37.197 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:37.197 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:37.884 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:37 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:37.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:37 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:38.198 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:38.199 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:38.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:38 smithi001 ceph-mon[26284]: pgmap v220: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 997 B/s rd, 221 B/s wr, 1 op/s 2024-09-21T12:35:38.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:38.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:38 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:39.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:38 smithi110 ceph-mon[34656]: pgmap v220: 97 pgs: 97 active+clean; 611 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 997 B/s rd, 221 B/s wr, 1 op/s 2024-09-21T12:35:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:39.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:38 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:39.199 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:39.200 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:40.201 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:40.201 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:40.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:40 smithi001 ceph-mon[26284]: pgmap v221: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 775 B/s wr, 2 op/s 2024-09-21T12:35:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:40 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:40 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:40 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:40 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:40 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:40 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:40.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:40 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:41.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:40 smithi110 ceph-mon[34656]: pgmap v221: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 775 B/s wr, 2 op/s 2024-09-21T12:35:41.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:40 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:41.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:40 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:41.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:40 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:35:41.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:40 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:35:41.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:40 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:41.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:40 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:35:41.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:40 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:41.202 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:41.202 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:41.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:41 smithi001 ceph-mon[26284]: Reconfiguring haproxy.nfs.foo.smithi001.vyjdhj (dependencies changed)... 2024-09-21T12:35:41.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:41 smithi001 ceph-mon[26284]: Reconfiguring daemon haproxy.nfs.foo.smithi001.vyjdhj on smithi001 2024-09-21T12:35:42.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:41 smithi110 ceph-mon[34656]: Reconfiguring haproxy.nfs.foo.smithi001.vyjdhj (dependencies changed)... 2024-09-21T12:35:42.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:41 smithi110 ceph-mon[34656]: Reconfiguring daemon haproxy.nfs.foo.smithi001.vyjdhj on smithi001 2024-09-21T12:35:42.203 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:42.203 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:42.975 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:42 smithi001 ceph-mon[26284]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-21T12:35:43.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:42 smithi110 ceph-mon[34656]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-21T12:35:43.204 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:43.204 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:44.206 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:44.206 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:44 smithi110 ceph-mon[34656]: pgmap v223: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-21T12:35:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:44 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:44 smithi110 ceph-mon[34656]: Reconfiguring haproxy.nfs.foo.smithi110.pllccw (dependencies changed)... 2024-09-21T12:35:45.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:44 smithi110 ceph-mon[34656]: Reconfiguring daemon haproxy.nfs.foo.smithi110.pllccw on smithi110 2024-09-21T12:35:45.208 INFO:teuthology.orchestra.run.smithi001.stderr:+ true 2024-09-21T12:35:45.208 INFO:teuthology.orchestra.run.smithi001.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T12:35:45.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:44 smithi001 ceph-mon[26284]: pgmap v223: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-21T12:35:45.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:45.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:44 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:45.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:44 smithi001 ceph-mon[26284]: Reconfiguring haproxy.nfs.foo.smithi110.pllccw (dependencies changed)... 2024-09-21T12:35:45.211 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:44 smithi001 ceph-mon[26284]: Reconfiguring daemon haproxy.nfs.foo.smithi110.pllccw on smithi110 2024-09-21T12:35:45.212 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi110.pllccw 2024-09-21T12:35:45.212 INFO:teuthology.orchestra.run.smithi001.stdout:Mount is back! 2024-09-21T12:35:45.212 INFO:teuthology.orchestra.run.smithi001.stderr:+ echo 'Mount is back!' 2024-09-21T12:35:45.214 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi110.front.sepia.ceph.com 2024-09-21T12:35:45.214 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-21T12:35:45.214 DEBUG:teuthology.orchestra.run.smithi110:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-21T12:35:45.214 DEBUG:teuthology.orchestra.run.smithi110:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-21T12:35:45.214 DEBUG:teuthology.orchestra.run.smithi110:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-21T12:35:45.214 DEBUG:teuthology.orchestra.run.smithi110:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-21T12:35:45.214 DEBUG:teuthology.orchestra.run.smithi110:> echo "Removing daemon $id fsid $fsid..." 2024-09-21T12:35:45.215 DEBUG:teuthology.orchestra.run.smithi110:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-21T12:35:45.215 DEBUG:teuthology.orchestra.run.smithi110:> 2024-09-21T12:35:45.215 DEBUG:teuthology.orchestra.run.smithi110:> echo "Waking up cephadm..." 2024-09-21T12:35:45.215 DEBUG:teuthology.orchestra.run.smithi110:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-21T12:35:45.215 DEBUG:teuthology.orchestra.run.smithi110:> 2024-09-21T12:35:45.215 DEBUG:teuthology.orchestra.run.smithi110:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-21T12:35:45.215 DEBUG:teuthology.orchestra.run.smithi110:> echo "Mount is back!" 2024-09-21T12:35:45.215 DEBUG:teuthology.orchestra.run.smithi110:> done 2024-09-21T12:35:45.215 DEBUG:teuthology.orchestra.run.smithi110:> ' 2024-09-21T12:35:45.244 INFO:teuthology.orchestra.run.smithi110.stderr:++ hostname 2024-09-21T12:35:45.245 INFO:teuthology.orchestra.run.smithi110.stderr:+ echo 'Check with smithi110 ganesha(s) down...' 2024-09-21T12:35:45.246 INFO:teuthology.orchestra.run.smithi110.stdout:Check with smithi110 ganesha(s) down... 2024-09-21T12:35:45.247 INFO:teuthology.orchestra.run.smithi110.stderr:++ systemctl 2024-09-21T12:35:45.247 INFO:teuthology.orchestra.run.smithi110.stderr:++ grep ceph- 2024-09-21T12:35:45.247 INFO:teuthology.orchestra.run.smithi110.stderr:++ grep @nfs 2024-09-21T12:35:45.248 INFO:teuthology.orchestra.run.smithi110.stderr:++ awk '{print $1}' 2024-09-21T12:35:45.255 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T12:35:45.265 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:35:45.265 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-21T12:35:45.537 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:35:46.022 INFO:teuthology.orchestra.run.smithi001.stdout:167 167 2024-09-21T12:35:46.765 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch status' 2024-09-21T12:35:47.030 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:35:47.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:46 smithi110 ceph-mon[34656]: pgmap v224: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 837 B/s rd, 930 B/s wr, 2 op/s 2024-09-21T12:35:47.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:47.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:46 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:35:47.152 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:46 smithi001 ceph-mon[26284]: pgmap v224: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 837 B/s rd, 930 B/s wr, 2 op/s 2024-09-21T12:35:47.152 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:47.152 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:46 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T12:35:47.767 INFO:teuthology.orchestra.run.smithi001.stdout:Backend: cephadm 2024-09-21T12:35:47.767 INFO:teuthology.orchestra.run.smithi001.stdout:Available: Yes 2024-09-21T12:35:47.767 INFO:teuthology.orchestra.run.smithi001.stdout:Paused: No 2024-09-21T12:35:48.334 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:48.334 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:48.334 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:48 smithi001 ceph-mon[26284]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-21T12:35:48.334 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:48 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:48.334 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:48 smithi001 ceph-mon[26284]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:48.370 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ps' 2024-09-21T12:35:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:48 smithi110 ceph-mon[34656]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-21T12:35:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:48 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T12:35:48.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:48 smithi110 ceph-mon[34656]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:49.097 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.smithi001 smithi001 *:9093,9094 running (5m) 9s ago 6m 19.4M - 0.27.0 11f11916f8cd 6f9cebc1392d 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi001 smithi001 *:9926 running (6m) 9s ago 6m 8644k - 19.3.0-5104-g44178494 b415816db8b4 dc3eeefaa56f 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi110 smithi110 *:9926 running (5m) 12s ago 5m 5335k - 19.3.0-5104-g44178494 b415816db8b4 620007713aab 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi001 smithi001 running (6m) 9s ago 6m 6899k - 19.3.0-5104-g44178494 b415816db8b4 373cbaccd68f 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi110 smithi110 running (5m) 12s ago 5m 6891k - 19.3.0-5104-g44178494 b415816db8b4 268699c6623c 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.smithi001 smithi001 *:3000 running (5m) 9s ago 6m 78.2M - 10.4.8 5aad1d7cf004 f10ea8f912c0 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi001.vyjdhj smithi001 *:2999,9999 starting - - - - 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.nfs.foo.smithi110.pllccw smithi110 *:2999,9999 starting - - - - 2024-09-21T12:35:49.763 INFO:teuthology.orchestra.run.smithi001.stdout:keepalived.nfs.foo.smithi001.vymtvv smithi001 running (102s) 9s ago 101s 1598k - 2.2.4 4a3a1ff181d9 1b7e247a1164 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:keepalived.nfs.foo.smithi110.qccgtu smithi110 running (110s) 12s ago 110s 1602k - 2.2.4 4a3a1ff181d9 b5e311ec282e 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:mds.foofs.smithi001.equtjj smithi001 running (2m) 9s ago 2m 17.0M - 19.3.0-5104-g44178494 b415816db8b4 d68c6f0bbbd4 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:mds.foofs.smithi110.mdnegx smithi110 running (2m) 12s ago 2m 17.7M - 19.3.0-5104-g44178494 b415816db8b4 6ba06abe7505 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi001.vtkjbw smithi001 *:9283,8765,8443 running (8m) 9s ago 8m 530M - 19.3.0-5104-g44178494 b415816db8b4 bc191c8ae725 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi110.egckco smithi110 *:8443,9283,8765 running (5m) 12s ago 5m 456M - 19.3.0-5104-g44178494 b415816db8b4 ae9b1336fb93 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi001 smithi001 running (8m) 9s ago 8m 51.7M 2048M 19.3.0-5104-g44178494 b415816db8b4 f5f525f23493 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi110 smithi110 running (5m) 12s ago 5m 41.4M 2048M 19.3.0-5104-g44178494 b415816db8b4 48b284d355e3 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:nfs.foo.0.1.smithi001.moxzrn smithi001 *:12999 running (16s) 9s ago 15s 61.9M - 5.9 b415816db8b4 02e9c894d3ac 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi001 smithi001 *:9100 running (6m) 9s ago 6m 9365k - 1.7.0 72c9c2088986 48a81c7b748c 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi110 smithi110 *:9100 running (5m) 12s ago 5m 12.2M - 1.7.0 72c9c2088986 67d909afaf9c 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi110 running (4m) 12s ago 4m 53.8M 3728M 19.3.0-5104-g44178494 b415816db8b4 441400dcc7ef 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (4m) 9s ago 4m 45.7M 2961M 19.3.0-5104-g44178494 b415816db8b4 12b76cc3977c 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi110 running (4m) 12s ago 4m 42.5M 3728M 19.3.0-5104-g44178494 b415816db8b4 bc5491e0101e 2024-09-21T12:35:49.764 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (4m) 9s ago 4m 46.2M 2961M 19.3.0-5104-g44178494 b415816db8b4 6fb8a8a3544c 2024-09-21T12:35:49.765 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi110 running (3m) 12s ago 3m 43.5M 3728M 19.3.0-5104-g44178494 b415816db8b4 cfb72c364d4c 2024-09-21T12:35:49.765 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi001 running (3m) 9s ago 3m 42.2M 2961M 19.3.0-5104-g44178494 b415816db8b4 484a05c38eaa 2024-09-21T12:35:49.765 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi110 running (3m) 12s ago 3m 47.0M 3728M 19.3.0-5104-g44178494 b415816db8b4 2dc020c907b2 2024-09-21T12:35:49.765 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi001 running (3m) 9s ago 3m 50.3M 2961M 19.3.0-5104-g44178494 b415816db8b4 af715c1bfe7e 2024-09-21T12:35:49.765 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.smithi001 smithi001 *:9095 running (86s) 9s ago 6m 46.3M - 2.51.0 1d3b7f56885b 48dc1a7848f2 2024-09-21T12:35:50.475 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:50 smithi001 ceph-mon[26284]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 938 B/s wr, 1 op/s 2024-09-21T12:35:50.476 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:50 smithi001 ceph-mon[26284]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:50.557 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:50 smithi110 ceph-mon[34656]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 938 B/s wr, 1 op/s 2024-09-21T12:35:50.557 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:50 smithi110 ceph-mon[34656]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:51.123 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ls' 2024-09-21T12:35:51.828 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:35:52.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:51 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:52.226 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:51 smithi001 ceph-mon[26284]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-21T12:35:52.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:51 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:35:52.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:51 smithi110 ceph-mon[34656]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager ?:9093,9094 1/1 11s ago 7m count:1 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter ?:9926 2/2 11s ago 7m * 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:crash 2/2 11s ago 7m * 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:grafana ?:3000 1/1 11s ago 7m count:1 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:ingress.nfs.foo 10.0.31.1:2999,9999 3/4 11s ago 2m count:2 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:mds.foofs 2/2 11s ago 2m count:2 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:mgr 2/2 11s ago 7m count:2 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:mon 2/2 11s ago 6m smithi001:172.21.15.1=smithi001;smithi110:172.21.15.110=smithi110;count:2 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:nfs.foo ?:12999 1/1 11s ago 2m count:1 2024-09-21T12:35:52.549 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter ?:9100 2/2 11s ago 7m * 2024-09-21T12:35:52.550 INFO:teuthology.orchestra.run.smithi001.stdout:osd.all-available-devices 8 11s ago 5m * 2024-09-21T12:35:52.550 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus ?:9095 1/1 11s ago 7m count:1 2024-09-21T12:35:53.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:52 smithi001 ceph-mon[26284]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:53.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:52 smithi110 ceph-mon[34656]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:54.250 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:54 smithi001 ceph-mon[26284]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:35:54.278 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch host ls' 2024-09-21T12:35:54.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:54 smithi110 ceph-mon[34656]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:35:54.650 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:35:55.351 INFO:teuthology.orchestra.run.smithi001.stdout:HOST ADDR LABELS STATUS 2024-09-21T12:35:55.351 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 172.21.15.1 2024-09-21T12:35:55.351 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 172.21.15.110 2024-09-21T12:35:55.351 INFO:teuthology.orchestra.run.smithi001.stdout:2 hosts in cluster 2024-09-21T12:35:56.100 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch device ls' 2024-09-21T12:35:56.385 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:56 smithi001 ceph-mon[26284]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:35:56.385 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:56 smithi001 ceph-mon[26284]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:56.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:56 smithi110 ceph-mon[34656]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T12:35:56.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:56 smithi110 ceph-mon[34656]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:56.857 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513000D480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme1n1 ssd Linux_d7d45bda44bd0b9df3bc 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme2n1 ssd Linux_a9da4cbf4fd4f09ea1f9 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme3n1 ssd Linux_d41d078a3f75532eb61c 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme4n1 ssd Linux_d49f3609d866dcf7cd30 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002T480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme1n1 ssd Linux_72053e30d93624eeed1d 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme2n1 ssd Linux_0f7942b97d6d10375f5d 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:35:57.842 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme3n1 ssd Linux_6320a3255abd9275033e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:35:57.843 INFO:teuthology.orchestra.run.smithi001.stdout:smithi110 /dev/nvme4n1 ssd Linux_d374db5d319918addb40 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T12:35:58.398 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:58 smithi001 ceph-mon[26284]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T12:35:58.398 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:35:58 smithi001 ceph-mon[26284]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:58 smithi110 ceph-mon[34656]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T12:35:58.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:35:58 smithi110 ceph-mon[34656]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T12:35:58.754 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c3f68222-7814-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-21T12:35:59.381 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/mon.smithi001/config 2024-09-21T12:36:00.101 INFO:teuthology.orchestra.run.smithi001.stdout:osd.all-available-devices 8 9s ago 5m * 2024-09-21T12:36:00.633 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:00 smithi001 ceph-mon[26284]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T12:36:00.633 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:36:00.634 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:36:00.634 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:36:00.634 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:36:00.634 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:36:00.634 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:36:00.634 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:00 smithi001 ceph-mon[26284]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:36:00.661 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-21T12:36:00.670 INFO:tasks.vip:Removing 10.0.15.1 (and any VIPs) on smithi001.front.sepia.ceph.com iface ens1f0... 2024-09-21T12:36:00.670 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip addr del 10.0.15.1/16 dev ens1f0 2024-09-21T12:36:00.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:00 smithi110 ceph-mon[34656]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T12:36:00.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:36:00.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:36:00.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T12:36:00.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T12:36:00.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:36:00.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T12:36:00.680 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:00 smithi110 ceph-mon[34656]: from='mgr.14227 172.21.15.1:0/429724690' entity='mgr.smithi001.vtkjbw' 2024-09-21T12:36:00.698 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip addr del 10.0.31.1/16 dev ens1f0 2024-09-21T12:36:00.764 INFO:tasks.vip:Removing 10.0.15.110 (and any VIPs) on smithi110.front.sepia.ceph.com iface enp3s0f1... 2024-09-21T12:36:00.764 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.15.110/16 dev enp3s0f1 2024-09-21T12:36:00.799 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.31.1/16 dev enp3s0f1 2024-09-21T12:36:00.866 INFO:teuthology.orchestra.run.smithi110.stderr:Error: ipv4: Address not found. 2024-09-21T12:36:00.867 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-21T12:36:00.868 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T12:36:00.878 INFO:tasks.cephadm:Teardown begin 2024-09-21T12:36:00.878 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T12:36:00.905 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T12:36:00.935 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T12:36:00.935 DEBUG:teuthology.orchestra.run.smithi001:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T12:36:00.960 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T12:36:00.991 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T12:36:00.992 INFO:tasks.cephadm.mon.smithi001:Stopping mon.smithi001... 2024-09-21T12:36:00.992 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi001 2024-09-21T12:36:01.225 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:01 smithi001 systemd[1]: Stopping Ceph mon.smithi001 for c3f68222-7814-11ef-baf6-efdc52797490... 2024-09-21T12:36:01.606 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:01 smithi001 ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001[26261]: 2024-09-21T12:36:01.321+0000 7f8f3248f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi001 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T12:36:01.606 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:01 smithi001 ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001[26261]: 2024-09-21T12:36:01.321+0000 7f8f3248f640 -1 mon.smithi001@0(leader) e2 *** Got Signal Terminated *** 2024-09-21T12:36:01.606 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:01 smithi001 podman[96059]: 2024-09-21 12:36:01.342456728 +0000 UTC m=+0.153564761 container died f5f525f234935ad22bf26d2e0eca2a002c7f55831e8a1fcc4dbb6eebaa105207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-21-0842-4417849, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-21T12:36:01.889 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:01 smithi001 podman[96059]: 2024-09-21 12:36:01.795071041 +0000 UTC m=+0.606179102 container cleanup f5f525f234935ad22bf26d2e0eca2a002c7f55831e8a1fcc4dbb6eebaa105207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-21T12:36:01.890 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:01 smithi001 bash[96059]: ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001 2024-09-21T12:36:02.224 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Sep 21 12:36:02 smithi001 podman[96077]: 2024-09-21 12:36:02.080036505 +0000 UTC m=+0.732407238 container remove f5f525f234935ad22bf26d2e0eca2a002c7f55831e8a1fcc4dbb6eebaa105207 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:441784946648ff53dd310293f9dd752afeeea72a, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi001, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-21-0842-4417849) 2024-09-21T12:36:02.243 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi001.service' 2024-09-21T12:36:02.303 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T12:36:02.303 INFO:tasks.cephadm.mon.smithi001:Stopped mon.smithi001 2024-09-21T12:36:02.303 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2024-09-21T12:36:02.303 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi110 2024-09-21T12:36:02.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:02 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for c3f68222-7814-11ef-baf6-efdc52797490... 2024-09-21T12:36:03.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:02 smithi110 ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi110[34633]: 2024-09-21T12:36:02.859+0000 7f8efbe5f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi110 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T12:36:03.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:02 smithi110 ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi110[34633]: 2024-09-21T12:36:02.859+0000 7f8efbe5f640 -1 mon.smithi110@1(peon) e2 *** Got Signal Terminated *** 2024-09-21T12:36:03.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:02 smithi110 podman[67000]: 2024-09-21 12:36:02.994731628 +0000 UTC m=+0.454663669 container died 48b284d355e3f0a30b7ac597f2f0212bf5a90ec269473506d8816bbd38120b2f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi110, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-21T12:36:03.569 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:03 smithi110 podman[67000]: 2024-09-21 12:36:03.383479974 +0000 UTC m=+0.843412005 container cleanup 48b284d355e3f0a30b7ac597f2f0212bf5a90ec269473506d8816bbd38120b2f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi110, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T12:36:03.569 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:03 smithi110 bash[67000]: ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi110 2024-09-21T12:36:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 21 12:36:03 smithi110 podman[67054]: 2024-09-21 12:36:03.568228939 +0000 UTC m=+0.674752360 container remove 48b284d355e3f0a30b7ac597f2f0212bf5a90ec269473506d8816bbd38120b2f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f8fbbbcab363df772d74f326e361db3b4f83aa3233da1ebe9de08a83e748d9f5, name=ceph-c3f68222-7814-11ef-baf6-efdc52797490-mon-smithi110, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-21-0842-4417849, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-21T12:36:04.164 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c3f68222-7814-11ef-baf6-efdc52797490@mon.smithi110.service' 2024-09-21T12:36:04.208 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T12:36:04.209 INFO:tasks.cephadm.mon.smithi110:Stopped mon.smithi110 2024-09-21T12:36:04.209 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c3f68222-7814-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T12:36:04.953 INFO:teuthology.orchestra.run.smithi001.stdout:Deleting cluster with fsid: c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:37:09.303 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c3f68222-7814-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T12:37:09.507 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:38:01.638 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T12:38:01.674 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T12:38:01.701 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T12:38:01.703 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7913938/remote/smithi001/crash 2024-09-21T12:38:01.704 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/crash -- . 2024-09-21T12:38:01.761 INFO:teuthology.orchestra.run.smithi001.stderr:tar: /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T12:38:01.761 INFO:teuthology.orchestra.run.smithi001.stderr:tar: Error is not recoverable: exiting now 2024-09-21T12:38:01.763 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7913938/remote/smithi110/crash 2024-09-21T12:38:01.763 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/crash -- . 2024-09-21T12:38:01.814 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/c3f68222-7814-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T12:38:01.814 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2024-09-21T12:38:01.815 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T12:38:01.815 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-21T12:38:01.845 INFO:tasks.cephadm:Compressing logs... 2024-09-21T12:38:01.845 DEBUG:teuthology.orchestra.run.smithi001:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-21T12:38:01.887 DEBUG:teuthology.orchestra.run.smithi110:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-21T12:38:01.910 INFO:teuthology.orchestra.run.smithi001.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.1.log 2024-09-21T12:38:01.910 INFO:teuthology.orchestra.run.smithi001.stderr:: No such file or directory 2024-09-21T12:38:01.910 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi001.log 2024-09-21T12:38:01.910 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.7.log 2024-09-21T12:38:01.914 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.1.log: /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi001.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T12:38:01.914 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mon.smithi001.log 2024-09-21T12:38:01.914 INFO:teuthology.orchestra.run.smithi001.stderr: 93.9% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi001.log.gz 2024-09-21T12:38:01.914 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T12:38:01.914 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mon.smithi001.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mgr.smithi001.vtkjbw.log 2024-09-21T12:38:01.914 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T12:38:01.915 INFO:teuthology.orchestra.run.smithi110.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.0.log 2024-09-21T12:38:01.915 INFO:teuthology.orchestra.run.smithi110.stderr:: No such file or directory 2024-09-21T12:38:01.915 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mon.smithi110.log 2024-09-21T12:38:01.915 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T12:38:01.915 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mon.smithi110.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.4.log 2024-09-21T12:38:01.916 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T12:38:01.916 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T12:38:01.916 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.4.log: /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi110.log 2024-09-21T12:38:01.916 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.2.log 2024-09-21T12:38:01.916 INFO:teuthology.orchestra.run.smithi110.stderr: 83.7% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T12:38:01.916 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi110.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.6.log 2024-09-21T12:38:01.916 INFO:teuthology.orchestra.run.smithi110.stderr: 30.1% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi110.log.gz 2024-09-21T12:38:01.916 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.2.log: 91.4% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T12:38:01.916 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.log 2024-09-21T12:38:01.917 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mgr.smithi001.vtkjbw.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi001.equtjj.log 2024-09-21T12:38:01.917 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.cephadm.log: 84.6% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T12:38:01.917 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.5.log 2024-09-21T12:38:01.917 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi001.equtjj.log: 78.4% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi001.equtjj.log.gz 2024-09-21T12:38:01.917 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.log 2024-09-21T12:38:01.917 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.5.log: 91.2% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T12:38:01.917 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi110.mdnegx.log 2024-09-21T12:38:01.918 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mgr.smithi110.egckco.log 2024-09-21T12:38:01.918 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi110.mdnegx.log: 86.7% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi110.mdnegx.log.gz 2024-09-21T12:38:01.918 INFO:teuthology.orchestra.run.smithi110.stderr: 86.8% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T12:38:01.918 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T12:38:01.919 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mgr.smithi110.egckco.log: /var/log/ceph/cephadm.log: 92.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T12:38:01.922 INFO:teuthology.orchestra.run.smithi110.stderr: 91.4% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mgr.smithi110.egckco.log.gz 2024-09-21T12:38:01.924 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.3.log 2024-09-21T12:38:01.926 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.log: 87.0% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T12:38:01.927 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T12:38:01.927 INFO:teuthology.orchestra.run.smithi110.stderr: 91.9% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T12:38:01.928 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.3.log: 91.8% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T12:38:01.960 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/cephadm.log: 91.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T12:38:02.030 INFO:teuthology.orchestra.run.smithi110.stderr: 92.5% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mon.smithi110.log.gz 2024-09-21T12:38:02.063 INFO:teuthology.orchestra.run.smithi110.stderr: 92.8% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.4.log.gz 2024-09-21T12:38:02.070 INFO:teuthology.orchestra.run.smithi110.stderr: 93.0% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.0.log.gz 2024-09-21T12:38:02.078 INFO:teuthology.orchestra.run.smithi001.stderr: 93.0% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.5.log.gz 2024-09-21T12:38:02.091 INFO:teuthology.orchestra.run.smithi001.stderr: 93.3% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.3.log.gz 2024-09-21T12:38:02.098 INFO:teuthology.orchestra.run.smithi001.stderr: 93.1% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.7.log.gz 2024-09-21T12:38:02.107 INFO:teuthology.orchestra.run.smithi110.stderr: 92.9% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.2.log.gz 2024-09-21T12:38:02.118 INFO:teuthology.orchestra.run.smithi001.stderr: 93.3% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.1.log.gz 2024-09-21T12:38:02.120 INFO:teuthology.orchestra.run.smithi001.stderr: 88.7% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mgr.smithi001.vtkjbw.log.gz 2024-09-21T12:38:02.124 INFO:teuthology.orchestra.run.smithi110.stderr: 92.9% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-osd.6.log.gz 2024-09-21T12:38:02.125 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-09-21T12:38:02.126 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m0.224s 2024-09-21T12:38:02.126 INFO:teuthology.orchestra.run.smithi110.stderr:user 0m0.837s 2024-09-21T12:38:02.126 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m0.046s 2024-09-21T12:38:02.276 INFO:teuthology.orchestra.run.smithi001.stderr: 90.9% -- replaced with /var/log/ceph/c3f68222-7814-11ef-baf6-efdc52797490/ceph-mon.smithi001.log.gz 2024-09-21T12:38:02.279 INFO:teuthology.orchestra.run.smithi001.stderr: 2024-09-21T12:38:02.279 INFO:teuthology.orchestra.run.smithi001.stderr:real 0m0.379s 2024-09-21T12:38:02.279 INFO:teuthology.orchestra.run.smithi001.stderr:user 0m1.315s 2024-09-21T12:38:02.279 INFO:teuthology.orchestra.run.smithi001.stderr:sys 0m0.060s 2024-09-21T12:38:02.279 INFO:tasks.cephadm:Archiving logs... 2024-09-21T12:38:02.279 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7913938/remote/smithi001/log 2024-09-21T12:38:02.280 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T12:38:02.520 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7913938/remote/smithi110/log 2024-09-21T12:38:02.521 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T12:38:02.655 INFO:tasks.cephadm:Removing cluster... 2024-09-21T12:38:02.655 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c3f68222-7814-11ef-baf6-efdc52797490 --force 2024-09-21T12:38:02.853 INFO:teuthology.orchestra.run.smithi001.stdout:Deleting cluster with fsid: c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:38:02.978 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c3f68222-7814-11ef-baf6-efdc52797490 --force 2024-09-21T12:38:03.173 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: c3f68222-7814-11ef-baf6-efdc52797490 2024-09-21T12:38:03.289 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T12:38:03.290 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T12:38:03.306 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T12:38:03.322 INFO:tasks.cephadm:Teardown complete 2024-09-21T12:38:03.322 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-21T12:38:03.333 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_1... 2024-09-21T12:38:03.333 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_1 2024-09-21T12:38:03.491 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-21T12:38:03.493 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_2... 2024-09-21T12:38:03.493 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_2 2024-09-21T12:38:03.642 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-21T12:38:03.644 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_3... 2024-09-21T12:38:03.644 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_3 2024-09-21T12:38:03.791 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-21T12:38:03.793 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_4... 2024-09-21T12:38:03.793 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_4 2024-09-21T12:38:03.944 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-21T12:38:03.945 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-21T12:38:03.946 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/scratch_devs 2024-09-21T12:38:03.972 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2024-09-21T12:38:03.972 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_1 2024-09-21T12:38:04.127 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-21T12:38:04.129 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2024-09-21T12:38:04.129 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_2 2024-09-21T12:38:04.276 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-21T12:38:04.278 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2024-09-21T12:38:04.278 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_3 2024-09-21T12:38:04.425 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-21T12:38:04.427 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2024-09-21T12:38:04.427 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_4 2024-09-21T12:38:04.566 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-21T12:38:04.568 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-09-21T12:38:04.568 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2024-09-21T12:38:04.593 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T12:38:04.603 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T12:38:04.603 DEBUG:teuthology.orchestra.run.smithi001:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T12:38:04.606 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T12:38:04.619 INFO:teuthology.orchestra.run.smithi001.stderr:bash: line 1: ntpq: command not found 2024-09-21T12:38:04.624 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T12:38:04.624 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2024-09-21T12:38:04.624 INFO:teuthology.orchestra.run.smithi001.stdout:^* hv01.front.sepia.ceph.com 3 6 377 41 +64us[ +64us] +/- 48ms 2024-09-21T12:38:04.624 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 42 -225us[ -224us] +/- 62ms 2024-09-21T12:38:04.624 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 39 +222us[ +222us] +/- 63ms 2024-09-21T12:38:04.624 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:38:04.648 INFO:teuthology.orchestra.run.smithi110.stderr:bash: line 1: ntpq: command not found 2024-09-21T12:38:04.652 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T12:38:04.652 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-09-21T12:38:04.652 INFO:teuthology.orchestra.run.smithi110.stdout:^* hv01.front.sepia.ceph.com 3 6 377 40 +68us[ +85us] +/- 48ms 2024-09-21T12:38:04.652 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 41 -224us[ -207us] +/- 62ms 2024-09-21T12:38:04.652 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 +238us[ +238us] +/- 63ms 2024-09-21T12:38:04.652 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T12:38:04.654 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T12:38:04.670 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T12:38:04.671 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T12:38:04.688 DEBUG:teuthology.orchestra.run.smithi001:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-21T12:38:04.771 DEBUG:teuthology.orchestra.run.smithi110:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-21T12:38:04.842 DEBUG:teuthology.orchestra.run.smithi001:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T12:38:04.872 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:38:04.873 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T12:38:04.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:38:04.901 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T12:38:04.913 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T12:38:04.923 INFO:teuthology.task.internal:Duration was 917.947058 seconds 2024-09-21T12:38:04.923 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T12:38:04.934 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T12:38:04.934 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T12:38:04.936 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T12:38:04.976 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T12:38:04.979 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T12:38:05.266 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T12:38:05.267 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi001.front.sepia.ceph.com 2024-09-21T12:38:05.267 DEBUG:teuthology.orchestra.run.smithi001:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-21T12:38:05.330 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-09-21T12:38:05.330 DEBUG:teuthology.orchestra.run.smithi110:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-21T12:38:05.356 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T12:38:05.356 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T12:38:05.372 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T12:38:05.422 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T12:38:05.422 DEBUG:teuthology.orchestra.run.smithi001:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T12:38:05.440 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T12:38:05.731 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T12:38:05.742 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T12:38:05.742 DEBUG:teuthology.orchestra.run.smithi001:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T12:38:05.768 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T12:38:05.793 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T12:38:05.803 DEBUG:teuthology.orchestra.run.smithi001:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-21T12:38:05.811 DEBUG:teuthology.orchestra.run.smithi110:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-21T12:38:05.832 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = core 2024-09-21T12:38:05.856 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-09-21T12:38:05.872 DEBUG:teuthology.orchestra.run.smithi001:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T12:38:05.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:38:05.908 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T12:38:05.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T12:38:05.926 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T12:38:05.937 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T12:38:05.938 DEBUG:teuthology.misc:Transferring archived files from smithi001:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7913938/remote/smithi001 2024-09-21T12:38:05.938 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T12:38:05.988 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-21_11:23:40-orch:cephadm-wip-guits-main-2024-09-21-0842-distro-default-smithi/7913938/remote/smithi110 2024-09-21T12:38:05.988 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T12:38:06.022 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T12:38:06.022 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T12:38:06.025 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T12:38:06.072 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T12:38:06.084 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T12:38:06.084 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T12:38:06.095 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T12:38:06.095 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T12:38:06.097 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T12:38:06.110 INFO:teuthology.orchestra.run.smithi001.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 12:38 /home/ubuntu/cephtest 2024-09-21T12:38:06.126 INFO:teuthology.orchestra.run.smithi110.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 12:38 /home/ubuntu/cephtest 2024-09-21T12:38:06.127 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T12:38:06.138 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T12:38:06.162 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 917.9470579624176 owner: scheduled_gabrioux@teuthology success: true 2024-09-21T12:38:06.162 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T12:38:06.251 INFO:teuthology.run:pass