2024-04-25T04:18:52.478 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-25T04:18:52.478 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --name adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi --verbose --archive /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752 --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752/orig.config.yaml 2024-04-25T04:18:52.512 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-25T04:18:52.596 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752 branch: wip-adk-testing-2024-04-24-1625 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: adking@redhat.com first_in_suite: false job_id: '7672752' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-24-1625 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\) log-only-match: - CEPHADM_ sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-24-1625 sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8141 sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-24-1625 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 targets: smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBnzuseAyJpZ43lQxkJokqGGu4XrDSCzE/jm7t+8nEB8elrF37K4STNOaAM+5GgcTG80OnmFcSazYzIaHq7qTzY= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHOD+NrHQ15jmWFi+MK74MwOf4itnckUU5wEeV2hC2W5F3pzjTXhEKDK/b7fPDbo9ys4APtZBruycIzAjt+jPi4= tasks: - pexec: all: - sudo dnf install runc -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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-25_03:53:55 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-25T04:18:52.596 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/qa; will attempt to use it 2024-04-25T04:18:52.597 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/qa/tasks 2024-04-25T04:18:52.597 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-25T04:18:52.599 INFO:teuthology.task.internal:Checking packages... 2024-04-25T04:18:52.627 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd6f5f4e5ec08db21b2896cb71b4cb907b7fb4737' 2024-04-25T04:18:52.627 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-25T04:18:52.627 INFO:teuthology.packaging:ref: None 2024-04-25T04:18:52.627 INFO:teuthology.packaging:tag: None 2024-04-25T04:18:52.627 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-24-1625 2024-04-25T04:18:52.627 INFO:teuthology.packaging:sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T04:18:52.628 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-04-24-1625 2024-04-25T04:18:52.844 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3293.gd6f5f4e5 2024-04-25T04:18:52.846 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-25T04:18:52.851 INFO:teuthology.task.internal:no buildpackages task found 2024-04-25T04:18:52.851 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-25T04:18:52.856 INFO:teuthology.task.internal:Saving configuration 2024-04-25T04:18:52.870 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-25T04:18:52.875 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-25T04:18:52.900 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-25 04:13:05.101176', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBnzuseAyJpZ43lQxkJokqGGu4XrDSCzE/jm7t+8nEB8elrF37K4STNOaAM+5GgcTG80OnmFcSazYzIaHq7qTzY='} 2024-04-25T04:18:52.922 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-25 04:13:05.099736', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHOD+NrHQ15jmWFi+MK74MwOf4itnckUU5wEeV2hC2W5F3pzjTXhEKDK/b7fPDbo9ys4APtZBruycIzAjt+jPi4='} 2024-04-25T04:18:52.923 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-25T04:18:52.928 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-25T04:18:52.928 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-25T04:18:52.928 INFO:teuthology.run_tasks:Running task console_log... 2024-04-25T04:18:52.998 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4ea7c40160>, signals=[15]) 2024-04-25T04:18:52.998 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-25T04:18:53.004 INFO:teuthology.task.internal:Opening connections... 2024-04-25T04:18:53.005 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:18:53.007 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:18:53.086 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2024-04-25T04:18:53.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:18:53.166 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-25T04:18:53.173 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2024-04-25T04:18:53.191 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2024-04-25T04:18:53.192 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="9" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="9" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el9" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:LOGO="fedora-logo-icon" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-25T04:18:53.249 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2024-04-25T04:18:53.250 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-25T04:18:53.250 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-25T04:18:53.250 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-25T04:18:53.250 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2024-04-25T04:18:53.273 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2024-04-25T04:18:53.290 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2024-04-25T04:18:53.290 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2024-04-25T04:18:53.347 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="CentOS Stream" 2024-04-25T04:18:53.347 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="9" 2024-04-25T04:18:53.347 INFO:teuthology.orchestra.run.smithi163.stdout:ID="centos" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="rhel fedora" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="9" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el9" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:LOGO="fedora-logo-icon" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://centos.org/" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-25T04:18:53.348 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-25T04:18:53.349 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2024-04-25T04:18:53.373 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-25T04:18:53.383 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-25T04:18:53.387 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-25T04:18:53.388 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2024-04-25T04:18:53.390 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2024-04-25T04:18:53.407 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-25T04:18:53.413 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-25T04:18:53.413 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2024-04-25T04:18:53.447 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2024-04-25T04:18:53.538 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-25T04:18:53.594 INFO:teuthology.run_tasks:Running task kernel... 2024-04-25T04:18:53.612 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-25T04:18:53.613 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-25T04:18:53.613 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-25T04:18:53.613 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-25T04:18:53.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:18:53.630 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2024-04-25T04:18:53.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:18:53.631 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2024-04-25T04:18:53.687 INFO:teuthology.orchestra.run.smithi138.stdout:5.14.0-437.el9.x86_64 2024-04-25T04:18:53.688 INFO:teuthology.task.kernel:Running kernel on smithi138: 5.14.0-437.el9.x86_64 2024-04-25T04:18:53.688 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2024-04-25T04:18:53.689 INFO:teuthology.orchestra.run.smithi163.stdout:5.14.0-437.el9.x86_64 2024-04-25T04:18:53.689 INFO:teuthology.task.kernel:Running kernel on smithi163: 5.14.0-437.el9.x86_64 2024-04-25T04:18:53.689 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2024-04-25T04:18:56.134 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-25T04:18:56.226 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - BaseOS 9.3 MB/s | 8.0 MB 00:00 2024-04-25T04:18:58.044 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-04-25T04:18:58.909 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - AppStream 11 MB/s | 19 MB 00:01 2024-04-25T04:19:02.211 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-04-25T04:19:03.618 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - CRB 6.2 MB/s | 6.2 MB 00:00 2024-04-25T04:19:04.637 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 16 kB 00:01 2024-04-25T04:19:05.403 INFO:teuthology.orchestra.run.smithi163.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-25T04:19:06.322 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-25T04:19:07.495 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-25T04:19:11.330 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-25T04:19:12.620 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-25T04:19:13.178 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-25T04:19:13.178 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-25T04:19:13.272 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-25T04:19:13.273 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2024-04-25T04:19:13.273 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-25T04:19:13.370 DEBUG:teuthology.orchestra.run.smithi138:> echo no | sudo yum reinstall kernel || true 2024-04-25T04:19:13.906 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:02 ago on Thu 25 Apr 2024 04:19:11 AM UTC. 2024-04-25T04:19:14.027 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout:Reinstalling: 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:19:14.044 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 255 k 2024-04-25T04:19:14.045 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 0 2024-04-25T04:19:14.045 INFO:teuthology.orchestra.run.smithi138.stderr:Operation aborted. 2024-04-25T04:19:14.102 INFO:teuthology.orchestra.run.smithi138.stdout:Is this ok [y/N]: 2024-04-25T04:19:14.105 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum reinstall -y kernel || true 2024-04-25T04:19:14.526 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-25T04:19:14.526 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-25T04:19:14.596 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:03 ago on Thu 25 Apr 2024 04:19:11 AM UTC. 2024-04-25T04:19:14.611 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2024-04-25T04:19:14.612 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2024-04-25T04:19:14.612 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2024-04-25T04:19:14.711 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-25T04:19:14.712 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-25T04:19:14.712 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-04-25T04:19:14.712 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-25T04:19:14.712 INFO:teuthology.orchestra.run.smithi138.stdout:Reinstalling: 2024-04-25T04:19:14.713 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-25T04:19:14.713 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:19:14.713 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-25T04:19:14.713 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-25T04:19:14.713 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:19:14.713 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 255 k 2024-04-25T04:19:14.713 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 0 2024-04-25T04:19:14.713 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-25T04:19:14.745 DEBUG:teuthology.orchestra.run.smithi163:> echo no | sudo yum reinstall kernel || true 2024-04-25T04:19:15.199 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-437.el9.x86_64.rpm 764 kB/s | 255 kB 00:00 2024-04-25T04:19:15.199 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-25T04:19:15.199 INFO:teuthology.orchestra.run.smithi138.stdout:Total 524 kB/s | 255 kB 00:00 2024-04-25T04:19:15.221 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-25T04:19:15.248 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:03 ago on Thu 25 Apr 2024 04:19:12 AM UTC. 2024-04-25T04:19:15.373 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2024-04-25T04:19:15.380 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-25T04:19:15.380 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2024-04-25T04:19:15.381 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-25T04:19:15.381 INFO:teuthology.orchestra.run.smithi163.stdout:Reinstalling: 2024-04-25T04:19:15.381 INFO:teuthology.orchestra.run.smithi163.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-25T04:19:15.381 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:19:15.381 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2024-04-25T04:19:15.381 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-25T04:19:15.381 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:19:15.382 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 255 k 2024-04-25T04:19:15.382 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 0 2024-04-25T04:19:15.382 INFO:teuthology.orchestra.run.smithi163.stderr:Operation aborted. 2024-04-25T04:19:15.395 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-25T04:19:15.395 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-25T04:19:15.400 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-25T04:19:15.401 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-25T04:19:15.444 INFO:teuthology.orchestra.run.smithi163.stdout:Is this ok [y/N]: 2024-04-25T04:19:15.445 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum reinstall -y kernel || true 2024-04-25T04:19:15.522 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-25T04:19:15.600 INFO:teuthology.orchestra.run.smithi138.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-25T04:19:15.600 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-25T04:19:15.947 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:03 ago on Thu 25 Apr 2024 04:19:12 AM UTC. 2024-04-25T04:19:16.064 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2024-04-25T04:19:16.065 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-25T04:19:16.065 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2024-04-25T04:19:16.065 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-25T04:19:16.065 INFO:teuthology.orchestra.run.smithi163.stdout:Reinstalling: 2024-04-25T04:19:16.066 INFO:teuthology.orchestra.run.smithi163.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-25T04:19:16.066 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:19:16.066 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2024-04-25T04:19:16.066 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-25T04:19:16.066 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:19:16.066 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 255 k 2024-04-25T04:19:16.066 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 0 2024-04-25T04:19:16.066 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2024-04-25T04:19:16.309 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-25T04:19:16.309 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-25T04:19:16.347 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.8 MB/s | 255 kB 00:00 2024-04-25T04:19:16.347 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2024-04-25T04:19:16.347 INFO:teuthology.orchestra.run.smithi163.stdout:Total 906 kB/s | 255 kB 00:00 2024-04-25T04:19:16.367 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2024-04-25T04:19:16.569 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2024-04-25T04:19:16.570 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2024-04-25T04:19:16.572 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2024-04-25T04:19:16.573 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2024-04-25T04:19:16.710 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2024-04-25T04:19:16.781 INFO:teuthology.orchestra.run.smithi163.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-25T04:19:16.781 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-25T04:19:17.027 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-25T04:19:17.027 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:19:17.027 INFO:teuthology.orchestra.run.smithi138.stdout:Reinstalled: 2024-04-25T04:19:17.027 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-25T04:19:17.027 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:19:17.027 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-25T04:19:17.188 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2024-04-25T04:19:17.235 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-25T04:19:17.235 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-25T04:19:17.235 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-25T04:19:17.235 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-25T04:19:17.235 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-25T04:19:17.277 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2024-04-25T04:19:17.298 DEBUG:teuthology.parallel:result is None 2024-04-25T04:19:17.429 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-25T04:19:17.429 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-25T04:19:18.133 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-25T04:19:18.133 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:19:18.133 INFO:teuthology.orchestra.run.smithi163.stdout:Reinstalled: 2024-04-25T04:19:18.133 INFO:teuthology.orchestra.run.smithi163.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-25T04:19:18.133 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:19:18.133 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2024-04-25T04:19:18.317 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2024-04-25T04:19:18.364 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-25T04:19:18.364 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-25T04:19:18.365 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-25T04:19:18.365 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-25T04:19:18.365 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-25T04:19:18.400 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2024-04-25T04:19:18.432 DEBUG:teuthology.parallel:result is None 2024-04-25T04:19:18.432 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-25T04:19:18.439 INFO:teuthology.task.internal:Creating test directory... 2024-04-25T04:19:18.439 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-25T04:19:18.442 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-25T04:19:18.487 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-25T04:19:18.494 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-25T04:19:18.501 INFO:teuthology.task.internal:Creating archive directory... 2024-04-25T04:19:18.501 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-25T04:19:18.504 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-25T04:19:18.555 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-25T04:19:18.565 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-25T04:19:18.565 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-25T04:19:18.568 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:19:18.600 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T04:19:18.611 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T04:19:18.626 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T04:19:18.635 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T04:19:18.637 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-25T04:19:18.644 INFO:teuthology.task.internal:Configuring sudo... 2024-04-25T04:19:18.644 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-25T04:19:18.655 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-25T04:19:18.700 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-25T04:19:18.709 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-25T04:19:18.709 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-25T04:19:18.721 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-25T04:19:18.755 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-25T04:19:18.823 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-25T04:19:18.867 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-25T04:19:18.951 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-25T04:19:18.989 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:19:18.989 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-25T04:19:19.054 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-25T04:19:19.095 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-25T04:19:19.143 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-25T04:19:19.220 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-25T04:19:19.264 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:19:19.264 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-25T04:19:19.328 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2024-04-25T04:19:19.330 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2024-04-25T04:19:19.361 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-25T04:19:19.413 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-25T04:19:19.754 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-25T04:19:19.762 INFO:teuthology.task.internal:Starting timer... 2024-04-25T04:19:19.762 INFO:teuthology.run_tasks:Running task pcp... 2024-04-25T04:19:19.772 INFO:teuthology.run_tasks:Running task selinux... 2024-04-25T04:19:19.780 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-25T04:19:19.781 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2024-04-25T04:19:19.837 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2024-04-25T04:19:19.839 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2024-04-25T04:19:19.893 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2024-04-25T04:19:19.896 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-25T04:19:19.896 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2024-04-25T04:19:19.933 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2024-04-25T04:19:19.933 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2024-04-25T04:19:19.957 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2024-04-25T04:19:19.957 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi138.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive'} 2024-04-25T04:19:19.957 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-25T04:19:19.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:19:19.999 DEBUG:teuthology.orchestra.run.smithi163:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-25T04:19:20.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:19:20.023 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-25T04:19:20.024 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2024-04-25T04:19:20.070 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2024-04-25T04:19:20.101 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-25T04:19:20.111 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-25T04:19:20.127 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-04-25T04:19:20.129 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi138.front.sepia.ceph.com,smithi163.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-25T04:22:50.326 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi138.front.sepia.ceph.com'), Remote(name='ubuntu@smithi163.front.sepia.ceph.com')] 2024-04-25T04:22:50.327 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-25T04:22:50.328 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:22:50.406 DEBUG:teuthology.orchestra.run.smithi138:> true 2024-04-25T04:22:50.481 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2024-04-25T04:22:50.482 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-25T04:22:50.482 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:22:50.558 DEBUG:teuthology.orchestra.run.smithi163:> true 2024-04-25T04:22:50.637 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2024-04-25T04:22:50.637 INFO:teuthology.run_tasks:Running task clock... 2024-04-25T04:22:50.648 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-25T04:22:50.648 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-25T04:22:50.649 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T04:22:50.651 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-25T04:22:50.652 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:22:50.678 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-25T04:22:50.692 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-25T04:22:50.704 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-25T04:22:50.714 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2024-04-25T04:22:50.717 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-25T04:22:50.725 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2024-04-25T04:22:50.738 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-25T04:22:50.742 INFO:teuthology.orchestra.run.smithi163.stderr:sudo: ntpd: command not found 2024-04-25T04:22:50.751 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-25T04:22:50.751 INFO:teuthology.orchestra.run.smithi163.stdout:506 Cannot talk to daemon 2024-04-25T04:22:50.764 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-25T04:22:50.777 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-25T04:22:50.804 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-04-25T04:22:50.808 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-25T04:22:50.808 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-04-25T04:22:50.808 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:22:50.808 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:22:50.808 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:22:50.808 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:22:50.830 INFO:teuthology.orchestra.run.smithi163.stderr:bash: line 1: ntpq: command not found 2024-04-25T04:22:50.832 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-25T04:22:50.833 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2024-04-25T04:22:50.833 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:22:50.833 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:22:50.833 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:22:50.833 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:22:50.834 INFO:teuthology.run_tasks:Running task pexec... 2024-04-25T04:22:50.843 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-25T04:22:50.843 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:22:50.844 DEBUG:teuthology.orchestra.run.smithi138:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-25T04:22:50.844 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi163.front.sepia.ceph.com 2024-04-25T04:22:50.844 DEBUG:teuthology.orchestra.run.smithi163:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-25T04:22:51.372 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:42 ago on Thu 25 Apr 2024 04:22:09 AM UTC. 2024-04-25T04:22:51.404 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:42 ago on Thu 25 Apr 2024 04:22:09 AM UTC. 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:22:51.491 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 3.1 M 2024-04-25T04:22:51.492 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 9.8 M 2024-04-25T04:22:51.492 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2024-04-25T04:22:51.521 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2024-04-25T04:22:51.522 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-25T04:22:51.522 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2024-04-25T04:22:51.522 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-25T04:22:51.522 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2024-04-25T04:22:51.522 INFO:teuthology.orchestra.run.smithi163.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-25T04:22:51.522 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:22:51.523 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2024-04-25T04:22:51.523 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2024-04-25T04:22:51.523 INFO:teuthology.orchestra.run.smithi163.stdout:Install 1 Package 2024-04-25T04:22:51.523 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:22:51.523 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 3.1 M 2024-04-25T04:22:51.523 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 9.8 M 2024-04-25T04:22:51.523 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2024-04-25T04:22:51.919 INFO:teuthology.orchestra.run.smithi163.stdout:runc-1.1.12-2.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-04-25T04:22:51.919 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2024-04-25T04:22:51.919 INFO:teuthology.orchestra.run.smithi163.stdout:Total 7.9 MB/s | 3.1 MB 00:00 2024-04-25T04:22:51.954 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2024-04-25T04:22:51.960 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2024-04-25T04:22:51.960 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2024-04-25T04:22:52.044 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2024-04-25T04:22:52.044 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2024-04-25T04:22:52.246 INFO:teuthology.orchestra.run.smithi138.stdout:runc-1.1.12-2.el9.x86_64.rpm 4.5 MB/s | 3.1 MB 00:00 2024-04-25T04:22:52.247 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-25T04:22:52.247 INFO:teuthology.orchestra.run.smithi138.stdout:Total 4.1 MB/s | 3.1 MB 00:00 2024-04-25T04:22:52.262 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2024-04-25T04:22:52.283 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2024-04-25T04:22:52.289 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2024-04-25T04:22:52.289 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2024-04-25T04:22:52.352 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-25T04:22:52.371 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2024-04-25T04:22:52.371 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2024-04-25T04:22:52.589 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2024-04-25T04:22:52.679 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-25T04:22:52.894 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-25T04:22:53.154 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-25T04:22:53.165 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-25T04:22:53.165 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:22:53.166 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2024-04-25T04:22:53.166 INFO:teuthology.orchestra.run.smithi163.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-25T04:22:53.166 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:22:53.166 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2024-04-25T04:22:53.405 DEBUG:teuthology.parallel:result is None 2024-04-25T04:22:53.469 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-25T04:22:53.469 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:22:53.469 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2024-04-25T04:22:53.469 INFO:teuthology.orchestra.run.smithi138.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-25T04:22:53.469 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:22:53.469 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2024-04-25T04:22:53.721 DEBUG:teuthology.parallel:result is None 2024-04-25T04:22:53.721 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-25T04:22:53.731 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-25T04:22:53.731 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:22:53.732 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T04:22:53.746 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-04-25T04:22:53.746 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_1 2024-04-25T04:22:53.801 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-25T04:22:53.801 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T04:22:53.801 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-25T04:22:53.801 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T04:22:53.801 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-04-25T04:22:53.801 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-04-25 04:22:49.323828458 +0000 2024-04-25T04:22:53.801 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-04-25 04:22:30.404255444 +0000 2024-04-25T04:22:53.801 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-04-25 04:22:30.404255444 +0000 2024-04-25T04:22:53.801 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-04-25 04:22:30.404255444 +0000 2024-04-25T04:22:53.801 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-25T04:22:53.862 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-04-25T04:22:53.862 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-04-25T04:22:53.862 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000191509 s, 2.7 MB/s 2024-04-25T04:22:53.864 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-25T04:22:53.920 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_2 2024-04-25T04:22:53.975 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-25T04:22:53.975 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T04:22:53.975 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-25T04:22:53.975 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T04:22:53.975 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-04-25T04:22:53.975 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-04-25 04:22:49.323828458 +0000 2024-04-25T04:22:53.975 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-04-25 04:22:30.775247072 +0000 2024-04-25T04:22:53.975 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-04-25 04:22:30.775247072 +0000 2024-04-25T04:22:53.975 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-04-25 04:22:30.775247072 +0000 2024-04-25T04:22:53.975 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-25T04:22:54.038 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-04-25T04:22:54.038 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-04-25T04:22:54.038 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000168777 s, 3.0 MB/s 2024-04-25T04:22:54.039 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-25T04:22:54.094 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_3 2024-04-25T04:22:54.150 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-25T04:22:54.150 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T04:22:54.150 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-25T04:22:54.151 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T04:22:54.151 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-04-25T04:22:54.151 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-04-25 04:22:49.323828458 +0000 2024-04-25T04:22:54.151 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-04-25 04:22:31.108239557 +0000 2024-04-25T04:22:54.151 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-04-25 04:22:31.108239557 +0000 2024-04-25T04:22:54.151 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-04-25 04:22:31.108239557 +0000 2024-04-25T04:22:54.151 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-25T04:22:54.213 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-04-25T04:22:54.213 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-04-25T04:22:54.213 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000198811 s, 2.6 MB/s 2024-04-25T04:22:54.215 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-25T04:22:54.272 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_4 2024-04-25T04:22:54.328 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-25T04:22:54.328 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T04:22:54.328 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-25T04:22:54.328 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T04:22:54.328 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2024-04-25T04:22:54.328 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-04-25 04:22:49.323828458 +0000 2024-04-25T04:22:54.328 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-04-25 04:22:31.469231410 +0000 2024-04-25T04:22:54.328 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-04-25 04:22:31.469231410 +0000 2024-04-25T04:22:54.328 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-04-25 04:22:31.469231410 +0000 2024-04-25T04:22:54.328 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-25T04:22:54.391 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-04-25T04:22:54.392 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-04-25T04:22:54.392 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000188525 s, 2.7 MB/s 2024-04-25T04:22:54.393 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-25T04:22:54.448 DEBUG:teuthology.orchestra.run.smithi138:> 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-04-25T04:22:54.569 INFO:teuthology.orchestra.run.smithi138.stdout:loop 2024-04-25T04:22:54.570 INFO:tasks.nvme_loop:Connecting nvme_loop smithi138:/dev/vg_nvme/lv_1... 2024-04-25T04:22:54.570 DEBUG:teuthology.orchestra.run.smithi138:> 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-04-25T04:22:54.600 INFO:teuthology.orchestra.run.smithi138.stdout:1 2024-04-25T04:22:54.627 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/vg_nvme/lv_11 2024-04-25T04:22:54.649 INFO:tasks.nvme_loop:Connecting nvme_loop smithi138:/dev/vg_nvme/lv_2... 2024-04-25T04:22:54.650 DEBUG:teuthology.orchestra.run.smithi138:> 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-04-25T04:22:54.721 INFO:teuthology.orchestra.run.smithi138.stdout:1 2024-04-25T04:22:54.748 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/vg_nvme/lv_21 2024-04-25T04:22:54.769 INFO:tasks.nvme_loop:Connecting nvme_loop smithi138:/dev/vg_nvme/lv_3... 2024-04-25T04:22:54.769 DEBUG:teuthology.orchestra.run.smithi138:> 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-04-25T04:22:54.841 INFO:teuthology.orchestra.run.smithi138.stdout:1 2024-04-25T04:22:54.868 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/vg_nvme/lv_31 2024-04-25T04:22:54.900 INFO:tasks.nvme_loop:Connecting nvme_loop smithi138:/dev/vg_nvme/lv_4... 2024-04-25T04:22:54.901 DEBUG:teuthology.orchestra.run.smithi138:> 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-04-25T04:22:54.973 INFO:teuthology.orchestra.run.smithi138.stdout:1 2024-04-25T04:22:55.000 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/vg_nvme/lv_41 2024-04-25T04:22:55.028 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:22:55.028 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T04:22:55.083 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme list 2024-04-25T04:22:55.145 INFO:teuthology.orchestra.run.smithi138.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-25T04:22:55.145 INFO:teuthology.orchestra.run.smithi138.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-25T04:22:55.145 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme0n1 CVFT6161003C400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-25T04:22:55.145 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme1n1 942bfeaae822c9ef2bbd Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-25T04:22:55.145 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme2n1 6059bd85afa396daa4e8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-25T04:22:55.145 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme3n1 e20d45430f18f7a8fad2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-25T04:22:55.145 INFO:teuthology.orchestra.run.smithi138.stdout:/dev/nvme4n1 ebb67de9a75f661a7c57 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-25T04:22:55.146 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-25T04:22:55.146 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:22:55.146 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/scratch_devs 2024-04-25T04:22:55.209 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:22:55.209 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T04:22:55.225 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-04-25T04:22:55.225 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_1 2024-04-25T04:22:55.280 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-25T04:22:55.280 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T04:22:55.280 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-25T04:22:55.280 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T04:22:55.280 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2024-04-25T04:22:55.280 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-25 04:22:49.347385625 +0000 2024-04-25T04:22:55.280 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-25 04:22:30.404844314 +0000 2024-04-25T04:22:55.281 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-25 04:22:30.404844314 +0000 2024-04-25T04:22:55.281 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-04-25 04:22:30.404844314 +0000 2024-04-25T04:22:55.281 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-25T04:22:55.343 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-25T04:22:55.343 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-25T04:22:55.343 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000217188 s, 2.4 MB/s 2024-04-25T04:22:55.345 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-25T04:22:55.401 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_2 2024-04-25T04:22:55.455 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-25T04:22:55.455 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T04:22:55.455 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 682 Links: 1 2024-04-25T04:22:55.455 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T04:22:55.456 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2024-04-25T04:22:55.456 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-25 04:22:49.347385625 +0000 2024-04-25T04:22:55.456 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-25 04:22:30.758835727 +0000 2024-04-25T04:22:55.456 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-25 04:22:30.758835727 +0000 2024-04-25T04:22:55.456 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-04-25 04:22:30.758835727 +0000 2024-04-25T04:22:55.456 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-25T04:22:55.517 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-25T04:22:55.517 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-25T04:22:55.517 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000236008 s, 2.2 MB/s 2024-04-25T04:22:55.518 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-25T04:22:55.574 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_3 2024-04-25T04:22:55.628 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-25T04:22:55.629 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T04:22:55.629 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-04-25T04:22:55.629 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T04:22:55.629 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2024-04-25T04:22:55.629 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-25 04:22:49.347385625 +0000 2024-04-25T04:22:55.629 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-25 04:22:31.080827916 +0000 2024-04-25T04:22:55.629 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-25 04:22:31.080827916 +0000 2024-04-25T04:22:55.629 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-04-25 04:22:31.080827916 +0000 2024-04-25T04:22:55.629 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-25T04:22:55.691 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-25T04:22:55.691 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-25T04:22:55.691 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000192402 s, 2.7 MB/s 2024-04-25T04:22:55.692 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-25T04:22:55.747 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/vg_nvme/lv_4 2024-04-25T04:22:55.802 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-25T04:22:55.802 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T04:22:55.802 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-25T04:22:55.802 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T04:22:55.802 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:device_t:s0 2024-04-25T04:22:55.802 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-25 04:22:49.347385625 +0000 2024-04-25T04:22:55.802 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-25 04:22:31.409819934 +0000 2024-04-25T04:22:55.802 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-25 04:22:31.409819934 +0000 2024-04-25T04:22:55.802 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-04-25 04:22:31.409819934 +0000 2024-04-25T04:22:55.802 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-25T04:22:55.864 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-25T04:22:55.864 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-25T04:22:55.864 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000214413 s, 2.4 MB/s 2024-04-25T04:22:55.865 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-25T04:22:55.921 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:22:56.080 INFO:teuthology.orchestra.run.smithi163.stdout:loop 2024-04-25T04:22:56.081 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_1... 2024-04-25T04:22:56.081 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:22:56.112 INFO:teuthology.orchestra.run.smithi163.stdout:1 2024-04-25T04:22:56.139 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_11 2024-04-25T04:22:56.161 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_2... 2024-04-25T04:22:56.161 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:22:56.233 INFO:teuthology.orchestra.run.smithi163.stdout:1 2024-04-25T04:22:56.260 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_21 2024-04-25T04:22:56.282 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_3... 2024-04-25T04:22:56.282 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:22:56.354 INFO:teuthology.orchestra.run.smithi163.stdout:1 2024-04-25T04:22:56.381 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_31 2024-04-25T04:22:56.401 INFO:tasks.nvme_loop:Connecting nvme_loop smithi163:/dev/vg_nvme/lv_4... 2024-04-25T04:22:56.402 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:22:56.472 INFO:teuthology.orchestra.run.smithi163.stdout:1 2024-04-25T04:22:56.499 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/vg_nvme/lv_41 2024-04-25T04:22:56.520 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:22:56.520 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T04:22:56.582 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme list 2024-04-25T04:22:56.644 INFO:teuthology.orchestra.run.smithi163.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-25T04:22:56.645 INFO:teuthology.orchestra.run.smithi163.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-25T04:22:56.645 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme0n1 CVFT623300GU400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-25T04:22:56.645 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme1n1 f78a1d72f2cc41ad08ff Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-25T04:22:56.645 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme2n1 b1690b45fd58bb5d1918 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-25T04:22:56.645 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme3n1 0d58fccbc93178c62b19 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-25T04:22:56.645 INFO:teuthology.orchestra.run.smithi163.stdout:/dev/nvme4n1 97c2e2f380892b928417 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-25T04:22:56.646 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-25T04:22:56.646 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:22:56.646 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/scratch_devs 2024-04-25T04:22:56.710 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-25T04:22:56.809 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'd6f5f4e5ec08db21b2896cb71b4cb907b7fb4737'} 2024-04-25T04:22:56.809 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T04:22:56.810 INFO:tasks.cephadm:Cluster fsid is 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:22:56.810 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-25T04:22:56.810 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-25T04:22:56.810 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi138': '172.21.15.138', 'mon.smithi163': '172.21.15.163'} 2024-04-25T04:22:56.811 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-25T04:22:56.811 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2024-04-25T04:22:56.839 DEBUG:teuthology.orchestra.run.smithi163:> sudo hostname $(hostname -s) 2024-04-25T04:22:56.863 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-25T04:22:56.864 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T04:22:57.008 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'd6f5f4e5ec08db21b2896cb71b4cb907b7fb4737', '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/78864/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3293-gd6f5f4e5', '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.0.0-3293.gd6f5f4e5'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-24 23:41:59.690185', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-24-1625', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-25T04:22:57.227 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-adk-testing-2024-04-24-1625, sha1 d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T04:22:57.228 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/centos/9/x86_64/flavors/default/cephadm 2024-04-25T04:22:57.229 DEBUG:teuthology.orchestra.run.smithi138:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-25T04:22:57.814 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-r--r--. 1 ubuntu ubuntu 782568 Apr 25 04:22 /home/ubuntu/cephtest/cephadm 2024-04-25T04:22:57.814 DEBUG:teuthology.orchestra.run.smithi163:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-25T04:22:58.256 INFO:teuthology.orchestra.run.smithi163.stdout:-rw-r--r--. 1 ubuntu ubuntu 782568 Apr 25 04:22 /home/ubuntu/cephtest/cephadm 2024-04-25T04:22:58.256 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-25T04:22:58.275 DEBUG:teuthology.orchestra.run.smithi163:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-25T04:22:58.303 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 on all hosts... 2024-04-25T04:22:58.303 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 pull 2024-04-25T04:22:58.320 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 pull 2024-04-25T04:22:59.765 INFO:teuthology.orchestra.run.smithi163.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737... 2024-04-25T04:23:00.008 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737... 2024-04-25T04:23:37.325 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-04-25T04:23:37.326 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph_version": "ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev)", 2024-04-25T04:23:37.326 INFO:teuthology.orchestra.run.smithi138.stdout: "image_id": "3d0c579d3b62546f09ea44dc23ec09e0c00d5c2184768532a3c2aae78479c2f1", 2024-04-25T04:23:37.326 INFO:teuthology.orchestra.run.smithi138.stdout: "repo_digests": [ 2024-04-25T04:23:37.326 INFO:teuthology.orchestra.run.smithi138.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72" 2024-04-25T04:23:37.326 INFO:teuthology.orchestra.run.smithi138.stdout: ] 2024-04-25T04:23:37.326 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-04-25T04:23:38.535 INFO:teuthology.orchestra.run.smithi163.stdout:{ 2024-04-25T04:23:38.536 INFO:teuthology.orchestra.run.smithi163.stdout: "ceph_version": "ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev)", 2024-04-25T04:23:38.536 INFO:teuthology.orchestra.run.smithi163.stdout: "image_id": "3d0c579d3b62546f09ea44dc23ec09e0c00d5c2184768532a3c2aae78479c2f1", 2024-04-25T04:23:38.536 INFO:teuthology.orchestra.run.smithi163.stdout: "repo_digests": [ 2024-04-25T04:23:38.536 INFO:teuthology.orchestra.run.smithi163.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72" 2024-04-25T04:23:38.536 INFO:teuthology.orchestra.run.smithi163.stdout: ] 2024-04-25T04:23:38.536 INFO:teuthology.orchestra.run.smithi163.stdout:} 2024-04-25T04:23:38.559 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2024-04-25T04:23:38.590 DEBUG:teuthology.orchestra.run.smithi163:> sudo mkdir -p /etc/ceph 2024-04-25T04:23:38.616 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2024-04-25T04:23:38.657 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 777 /etc/ceph 2024-04-25T04:23:38.680 INFO:tasks.cephadm:Writing seed config... 2024-04-25T04:23:38.681 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-25T04:23:38.681 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-25T04:23:38.682 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-25T04:23:38.682 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-25T04:23:38.682 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-25T04:23:38.682 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-25T04:23:38.682 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-25T04:23:38.682 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-25T04:23:38.682 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:23:38.683 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-25T04:23:38.713 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 = 7e03f9e4-02bb-11ef-bc93-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-25T04:23:38.714 DEBUG:teuthology.orchestra.run.smithi138:mon.smithi138> sudo journalctl -f -n 0 -u ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi138.service 2024-04-25T04:23:38.756 INFO:tasks.cephadm:Bootstrapping... 2024-04-25T04:23:38.756 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 -v bootstrap --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.138 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-25T04:23:38.946 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2024-04-25T04:23:38.946 INFO:teuthology.orchestra.run.smithi138.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737', '-v', 'bootstrap', '--fsid', '7e03f9e4-02bb-11ef-bc93-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.138', '--skip-admin-label'] 2024-04-25T04:23:38.947 INFO:teuthology.orchestra.run.smithi138.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-25T04:23:38.947 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying podman|docker is present... 2024-04-25T04:23:38.973 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-25T04:23:38.973 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying lvm2 is present... 2024-04-25T04:23:38.973 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying time synchronization is in place... 2024-04-25T04:23:38.981 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-25T04:23:38.982 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-25T04:23:38.986 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-25T04:23:38.986 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-04-25T04:23:38.992 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout enabled 2024-04-25T04:23:38.998 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout active 2024-04-25T04:23:38.998 INFO:teuthology.orchestra.run.smithi138.stdout:Unit chronyd.service is enabled and running 2024-04-25T04:23:38.998 INFO:teuthology.orchestra.run.smithi138.stdout:Repeating the final host check... 2024-04-25T04:23:39.023 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-25T04:23:39.023 INFO:teuthology.orchestra.run.smithi138.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-25T04:23:39.023 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl is present 2024-04-25T04:23:39.023 INFO:teuthology.orchestra.run.smithi138.stdout:lvcreate is present 2024-04-25T04:23:39.029 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-25T04:23:39.029 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-25T04:23:39.035 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-25T04:23:39.035 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-04-25T04:23:39.041 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout enabled 2024-04-25T04:23:39.047 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout active 2024-04-25T04:23:39.047 INFO:teuthology.orchestra.run.smithi138.stdout:Unit chronyd.service is enabled and running 2024-04-25T04:23:39.047 INFO:teuthology.orchestra.run.smithi138.stdout:Host looks OK 2024-04-25T04:23:39.047 INFO:teuthology.orchestra.run.smithi138.stdout:Cluster fsid: 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:23:39.047 INFO:teuthology.orchestra.run.smithi138.stdout:Acquiring lock 140518458112512 on /run/cephadm/7e03f9e4-02bb-11ef-bc93-c7b262605968.lock 2024-04-25T04:23:39.047 INFO:teuthology.orchestra.run.smithi138.stdout:Lock 140518458112512 acquired on /run/cephadm/7e03f9e4-02bb-11ef-bc93-c7b262605968.lock 2024-04-25T04:23:39.048 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying IP 172.21.15.138 port 3300 ... 2024-04-25T04:23:39.048 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying IP 172.21.15.138 port 6789 ... 2024-04-25T04:23:39.048 INFO:teuthology.orchestra.run.smithi138.stdout:Base mon IP(s) is [172.21.15.138:3300, 172.21.15.138:6789], mon addrv is [v2:172.21.15.138:3300,v1:172.21.15.138:6789] 2024-04-25T04:23:39.051 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.138 metric 100 2024-04-25T04:23:39.051 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.138 metric 100 2024-04-25T04:23:39.054 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-25T04:23:39.054 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-04-25T04:23:39.054 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-04-25T04:23:39.056 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-25T04:23:39.056 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-25T04:23:39.056 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-25T04:23:39.056 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-25T04:23:39.056 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout inet6 fe80::fe95:b3af:6c08:2e2e/64 scope link noprefixroute 2024-04-25T04:23:39.056 INFO:teuthology.orchestra.run.smithi138.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-25T04:23:39.057 INFO:teuthology.orchestra.run.smithi138.stdout:Mon IP `172.21.15.138` is in CIDR network `172.21.0.0/20` 2024-04-25T04:23:39.057 INFO:teuthology.orchestra.run.smithi138.stdout:Mon IP `172.21.15.138` is in CIDR network `172.21.0.0/20` 2024-04-25T04:23:39.057 INFO:teuthology.orchestra.run.smithi138.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-25T04:23:39.057 INFO:teuthology.orchestra.run.smithi138.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-25T04:23:39.058 INFO:teuthology.orchestra.run.smithi138.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737... 2024-04-25T04:23:39.460 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stdout 3d0c579d3b62546f09ea44dc23ec09e0c00d5c2184768532a3c2aae78479c2f1 2024-04-25T04:23:39.460 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737... 2024-04-25T04:23:39.460 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Getting image source signatures 2024-04-25T04:23:39.460 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Copying blob sha256:63ee30ee8c4ee93f6b60ee35f3ba499e6c8848e2dae5ce94a9ad4206c3df0116 2024-04-25T04:23:39.460 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Copying blob sha256:3d665f4c032644be9cae748af04bee69f2bfe96cdc3616dabe0ab17899633ab5 2024-04-25T04:23:39.460 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Copying config sha256:3d0c579d3b62546f09ea44dc23ec09e0c00d5c2184768532a3c2aae78479c2f1 2024-04-25T04:23:39.460 INFO:teuthology.orchestra.run.smithi138.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-25T04:23:40.439 INFO:teuthology.orchestra.run.smithi138.stdout:ceph: stdout ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev) 2024-04-25T04:23:40.439 INFO:teuthology.orchestra.run.smithi138.stdout:Ceph version: ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev) 2024-04-25T04:23:40.439 INFO:teuthology.orchestra.run.smithi138.stdout:Extracting ceph user uid/gid from container image... 2024-04-25T04:23:41.411 INFO:teuthology.orchestra.run.smithi138.stdout:stat: stdout 167 167 2024-04-25T04:23:41.412 INFO:teuthology.orchestra.run.smithi138.stdout:Creating initial keys... 2024-04-25T04:23:42.642 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph-authtool: stdout AQDN2ilmdKUuOBAAAkvRWUso/GcKyTbtkFf8dw== 2024-04-25T04:23:43.705 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph-authtool: stdout AQDO2ilmMx1zOxAAzQf6opiDfj1d/dOjtw25pg== 2024-04-25T04:23:44.686 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph-authtool: stdout AQDQ2ilmlY6mBBAA7SMM0cSzQ0SvJmTecL6u/A== 2024-04-25T04:23:44.687 INFO:teuthology.orchestra.run.smithi138.stdout:Creating initial monmap... 2024-04-25T04:23:51.898 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-25T04:23:51.898 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-25T04:23:51.898 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:23:51.898 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-25T04:23:51.898 INFO:teuthology.orchestra.run.smithi138.stdout:monmaptool for smithi138 [v2:172.21.15.138:3300,v1:172.21.15.138:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-25T04:23:51.898 INFO:teuthology.orchestra.run.smithi138.stdout:setting min_mon_release = quincy 2024-04-25T04:23:51.899 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: set fsid to 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:23:51.899 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-25T04:23:51.899 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:23:51.899 INFO:teuthology.orchestra.run.smithi138.stdout:Creating mon... 2024-04-25T04:23:54.409 INFO:teuthology.orchestra.run.smithi138.stdout:create mon.smithi138 on 2024-04-25T04:23:54.771 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-25T04:23:54.952 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968.target. 2024-04-25T04:23:54.952 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968.target. 2024-04-25T04:23:55.198 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi138 2024-04-25T04:23:55.198 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi138.service: Unit ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi138.service not loaded. 2024-04-25T04:23:55.370 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968.target.wants/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi138.service → /etc/systemd/system/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@.service. 2024-04-25T04:23:55.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:55 smithi138 podman[23483]: 2024-04-25 04:23:55.508840518 +0000 UTC m=+0.018134132 image pull 3d0c579d3b62546f09ea44dc23ec09e0c00d5c2184768532a3c2aae78479c2f1 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T04:23:55.910 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-25T04:23:55.910 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout disabled 2024-04-25T04:23:55.916 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-25T04:23:55.917 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-04-25T04:23:55.917 INFO:teuthology.orchestra.run.smithi138.stdout:firewalld.service is not enabled 2024-04-25T04:23:55.917 INFO:teuthology.orchestra.run.smithi138.stdout:Not possible to enable service . firewalld.service is not available 2024-04-25T04:23:55.917 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mon to start... 2024-04-25T04:23:55.917 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mon... 2024-04-25T04:23:56.150 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:55 smithi138 podman[23483]: 2024-04-25 04:23:55.799755361 +0000 UTC m=+0.309048961 container init ffbb60b2e1e14fbad2d4491914be56864a7b6ac829e5dc7613e1e61ef24f82ec (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240424, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-04-25T04:23:56.150 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:55 smithi138 podman[23483]: 2024-04-25 04:23:55.80521179 +0000 UTC m=+0.314505394 container start ffbb60b2e1e14fbad2d4491914be56864a7b6ac829e5dc7613e1e61ef24f82ec (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True, org.label-schema.build-date=20240424, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-04-25T04:23:56.150 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:55 smithi138 ceph-mon[23521]: mkfs 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:23:56.150 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:55 smithi138 ceph-mon[23521]: mon.smithi138 is new leader, mons smithi138 in quorum (ranks 0) 2024-04-25T04:23:56.150 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:55 smithi138 bash[23483]: ffbb60b2e1e14fbad2d4491914be56864a7b6ac829e5dc7613e1e61ef24f82ec 2024-04-25T04:23:56.150 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:55 smithi138 systemd[1]: Started Ceph mon.smithi138 for 7e03f9e4-02bb-11ef-bc93-c7b262605968. 2024-04-25T04:23:57.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: mon.smithi138 is new leader, mons smithi138 in quorum (ranks 0) 2024-04-25T04:23:57.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: monmap epoch 1 2024-04-25T04:23:57.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:23:57.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: last_changed 2024-04-25T04:23:45.006651+0000 2024-04-25T04:23:57.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: created 2024-04-25T04:23:45.006651+0000 2024-04-25T04:23:57.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: min_mon_release 19 (squid) 2024-04-25T04:23:57.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: election_strategy: 1 2024-04-25T04:23:57.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.smithi138 2024-04-25T04:23:57.061 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: fsmap 2024-04-25T04:23:57.062 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: osdmap e1: 0 total, 0 up, 0 in 2024-04-25T04:23:57.062 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: mgrmap e1: no daemons active 2024-04-25T04:23:57.062 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:56 smithi138 ceph-mon[23521]: from='client.? 172.21.15.138:0/2619748036' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout cluster: 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout id: 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout services: 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi138 (age 0.620586s) 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout data: 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-25T04:23:57.066 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-25T04:23:57.067 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-25T04:23:57.067 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout pgs: 2024-04-25T04:23:57.067 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:23:57.067 INFO:teuthology.orchestra.run.smithi138.stdout:mon is available 2024-04-25T04:23:57.067 INFO:teuthology.orchestra.run.smithi138.stdout:Assimilating anything we can from ceph.conf... 2024-04-25T04:23:58.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:57 smithi138 ceph-mon[23521]: from='client.? 172.21.15.138:0/3078698507' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-25T04:23:58.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:57 smithi138 ceph-mon[23521]: from='client.? 172.21.15.138:0/3078698507' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-25T04:23:58.421 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:23:58.421 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [global] 2024-04-25T04:23:58.421 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout fsid = 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:23:58.421 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-25T04:23:58.421 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.138:3300,v1:172.21.15.138:6789] 2024-04-25T04:23:58.421 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-25T04:23:58.421 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [osd] 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-25T04:23:58.422 INFO:teuthology.orchestra.run.smithi138.stdout:Generating new minimal ceph.conf... 2024-04-25T04:23:59.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:23:59 smithi138 ceph-mon[23521]: from='client.? 172.21.15.138:0/803771549' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:24:01.669 INFO:teuthology.orchestra.run.smithi138.stdout:Restarting the monitor... 2024-04-25T04:24:01.718 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:01 smithi138 systemd[1]: Stopping Ceph mon.smithi138 for 7e03f9e4-02bb-11ef-bc93-c7b262605968... 2024-04-25T04:24:02.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:01 smithi138 ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138[23498]: 2024-04-25T04:24:01.997+0000 7f168eff4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi138 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-04-25T04:24:02.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:01 smithi138 ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138[23498]: 2024-04-25T04:24:01.997+0000 7f168eff4700 -1 mon.smithi138@0(leader) e1 *** Got Signal Terminated *** 2024-04-25T04:24:02.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:02 smithi138 podman[23854]: 2024-04-25 04:24:02.213006544 +0000 UTC m=+0.352040185 container died ffbb60b2e1e14fbad2d4491914be56864a7b6ac829e5dc7613e1e61ef24f82ec (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.build-date=20240424, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True) 2024-04-25T04:24:03.118 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:02 smithi138 podman[23854]: 2024-04-25 04:24:02.736326699 +0000 UTC m=+0.875360330 container cleanup ffbb60b2e1e14fbad2d4491914be56864a7b6ac829e5dc7613e1e61ef24f82ec (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, org.label-schema.build-date=20240424, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=) 2024-04-25T04:24:03.119 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:02 smithi138 bash[23854]: ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138 2024-04-25T04:24:03.119 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:02 smithi138 podman[23874]: 2024-04-25 04:24:02.912221514 +0000 UTC m=+0.699753144 container remove ffbb60b2e1e14fbad2d4491914be56864a7b6ac829e5dc7613e1e61ef24f82ec (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, org.label-schema.build-date=20240424, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.license=GPLv2) 2024-04-25T04:24:03.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 systemd[1]: ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi138.service: Deactivated successfully. 2024-04-25T04:24:03.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 systemd[1]: Stopped Ceph mon.smithi138 for 7e03f9e4-02bb-11ef-bc93-c7b262605968. 2024-04-25T04:24:03.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 systemd[1]: Starting Ceph mon.smithi138 for 7e03f9e4-02bb-11ef-bc93-c7b262605968... 2024-04-25T04:24:03.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 podman[23974]: 2024-04-25 04:24:03.243786138 +0000 UTC m=+0.017600286 image pull 3d0c579d3b62546f09ea44dc23ec09e0c00d5c2184768532a3c2aae78479c2f1 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T04:24:03.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 podman[23974]: 2024-04-25 04:24:03.346111099 +0000 UTC m=+0.119925230 container create 5eb726f688193cba97a19ab946c42fa76d56bf5eabb237be54699ac0d8ac7bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.build-date=20240424, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0) 2024-04-25T04:24:03.641 INFO:teuthology.orchestra.run.smithi138.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-25T04:24:03.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 podman[23974]: 2024-04-25 04:24:03.544106694 +0000 UTC m=+0.317920825 container init 5eb726f688193cba97a19ab946c42fa76d56bf5eabb237be54699ac0d8ac7bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240424, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-04-25T04:24:03.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 podman[23974]: 2024-04-25 04:24:03.550277643 +0000 UTC m=+0.324091775 container start 5eb726f688193cba97a19ab946c42fa76d56bf5eabb237be54699ac0d8ac7bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, org.label-schema.build-date=20240424, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: set uid:gid to 167:167 (ceph:ceph) 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev), process ceph-mon, pid 7 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: pidfile_write: ignore empty --pid-file 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: load: jerasure load: lrc 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: RocksDB version: 7.9.2 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Git sha 0 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Compile date 2024-04-25 01:05:22 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: DB SUMMARY 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: DB Session ID: 9AAG84T4A39RILLVITNB 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: CURRENT file: CURRENT 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: IDENTITY file: IDENTITY 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi138/store.db dir, Total Num: 1, files: 000008.sst 2024-04-25T04:24:03.848 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi138/store.db: 000009.log size: 88849 ; 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.error_if_exists: 0 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.create_if_missing: 0 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.paranoid_checks: 1 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.env: 0x55f435fb3cc0 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.fs: PosixFileSystem 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.info_log: 0x55f437d93c60 2024-04-25T04:24:03.849 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_file_opening_threads: 16 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.statistics: (nil) 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.use_fsync: 0 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_log_file_size: 0 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.keep_log_file_num: 1000 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.recycle_log_file_num: 0 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.allow_fallocate: 1 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.allow_mmap_reads: 0 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.allow_mmap_writes: 0 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.use_direct_reads: 0 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-25T04:24:03.851 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.create_missing_column_families: 0 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.db_log_dir: 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.wal_dir: 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.advise_random_on_open: 1 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.db_write_buffer_size: 0 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.write_buffer_manager: 0x55f437d650e0 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-25T04:24:03.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.rate_limiter: (nil) 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.wal_recovery_mode: 2 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.enable_thread_tracking: 0 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.enable_pipelined_write: 0 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.unordered_write: 0 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.row_cache: None 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.wal_filter: None 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-25T04:24:03.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.allow_ingest_behind: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.two_write_queues: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.manual_wal_flush: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.wal_compression: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.atomic_flush: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.log_readahead_size: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.best_efforts_recovery: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.allow_data_in_errors: 0 2024-04-25T04:24:03.854 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.db_host_id: __hostname__ 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_background_jobs: 2 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_background_compactions: -1 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_subcompactions: 1 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_total_wal_size: 0 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_open_files: -1 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bytes_per_sync: 0 2024-04-25T04:24:03.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_readahead_size: 0 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_background_flushes: -1 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Compression algorithms supported: 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: kZSTD supported: 0 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: kXpressCompression supported: 0 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: kLZ4HCCompression supported: 1 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: kZlibCompression supported: 1 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: kSnappyCompression supported: 1 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: kLZ4Compression supported: 1 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: kBZip2Compression supported: 0 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-25T04:24:03.856 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi138/store.db/MANIFEST-000010 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.merge_operator: 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_filter: None 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_filter_factory: None 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.sst_partitioner_factory: None 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f437d93e20) 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: cache_index_and_filter_blocks: 1 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: pin_top_level_index_and_filter: 1 2024-04-25T04:24:03.857 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: index_type: 0 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: data_block_index_type: 0 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: index_shortening: 1 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: checksum: 4 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: no_block_cache: 0 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_cache: 0x55f437d971f0 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_cache_name: BinnedLRUCache 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_cache_options: 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: capacity : 536870912 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: num_shard_bits : 4 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: strict_capacity_limit : 0 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: high_pri_pool_ratio: 0.000 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_cache_compressed: (nil) 2024-04-25T04:24:03.858 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: persistent_cache: (nil) 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_size: 4096 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_size_deviation: 10 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_restart_interval: 16 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: index_block_restart_interval: 1 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: metadata_block_size: 4096 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: partition_filters: 0 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: use_delta_encoding: 1 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: filter_policy: bloomfilter 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: whole_key_filtering: 1 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: verify_compression: 0 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: read_amp_bytes_per_bit: 0 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: format_version: 5 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: enable_index_compression: 1 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: block_align: 0 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: max_auto_readahead_size: 262144 2024-04-25T04:24:03.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: prepopulate_block_cache: 0 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: initial_auto_readahead_size: 8192 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: num_file_reads_for_auto_readahead: 2 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.write_buffer_size: 33554432 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_write_buffer_number: 2 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression: NoCompression 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression: Disabled 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.prefix_extractor: nullptr 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.num_levels: 7 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-25T04:24:03.860 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression_opts.level: 32767 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression_opts.strategy: 0 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-25T04:24:03.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression_opts.enabled: false 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.target_file_size_base: 67108864 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-25T04:24:03.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.arena_block_size: 1048576 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.disable_auto_compactions: 0 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-25T04:24:03.863 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.inplace_update_support: 0 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.bloom_locality: 0 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.max_successive_merges: 0 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.paranoid_file_checks: 0 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.force_consistency_checks: 1 2024-04-25T04:24:03.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.report_bg_io_stats: 0 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.ttl: 2592000 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.enable_blob_files: false 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.min_blob_size: 0 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.blob_file_size: 268435456 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.blob_file_starting_level: 0 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi138/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-04-25T04:24:03.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d8d4a902-2a36-4ccb-8840-3729eaaee41f 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714019043579335, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714019043580204, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85619, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 83759, "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": 9921, "raw_average_key_size": 46, "raw_value_size": 78080, "raw_average_value_size": 366, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "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": 1714019043, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d8d4a902-2a36-4ccb-8840-3729eaaee41f", "db_session_id": "9AAG84T4A39RILLVITNB", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714019043580288, "job": 1, "event": "recovery_finished"} 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi138/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f437eb4000 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: DB pointer 0x55f437e9e000 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ** DB Stats ** 2024-04-25T04:24:03.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.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-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.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-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ** Compaction Stats [default] ** 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.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-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: L0 2/0 85.51 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Sum 2/0 85.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.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 145.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T04:24:03.867 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ** Compaction Stats [default] ** 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.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-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.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 145.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Cumulative compaction: 0.00 GB write, 27.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Interval compaction: 0.00 GB write, 27.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T04:24:03.868 INFO:journalctl@ceph.mon.smithi138.smithi138.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-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: Block cache BinnedLRUCache@0x55f437d971f0#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-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.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-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: starting mon.smithi138 rank 0 at public addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] at bind addrs [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi138 fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mon.smithi138@-1(???) e1 preinit fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mon.smithi138@-1(???).mds e1 new map 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mon.smithi138@-1(???).mds e1 print_map 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: e1 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.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-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: legacy client fscid: -1 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout: No filesystems configured 2024-04-25T04:24:03.869 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mon.smithi138@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mon.smithi138@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mon.smithi138@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mon.smithi138@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mon.smithi138@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 bash[23974]: 5eb726f688193cba97a19ab946c42fa76d56bf5eabb237be54699ac0d8ac7bf3 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 systemd[1]: Started Ceph mon.smithi138 for 7e03f9e4-02bb-11ef-bc93-c7b262605968. 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mon.smithi138 is new leader, mons smithi138 in quorum (ranks 0) 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: monmap epoch 1 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: last_changed 2024-04-25T04:23:45.006651+0000 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: created 2024-04-25T04:23:45.006651+0000 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: min_mon_release 19 (squid) 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: election_strategy: 1 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.smithi138 2024-04-25T04:24:03.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: fsmap 2024-04-25T04:24:03.871 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: osdmap e1: 0 total, 0 up, 0 in 2024-04-25T04:24:03.871 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:03 smithi138 ceph-mon[24012]: mgrmap e1: no daemons active 2024-04-25T04:24:04.645 INFO:teuthology.orchestra.run.smithi138.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-25T04:24:04.667 INFO:teuthology.orchestra.run.smithi138.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-25T04:24:04.667 INFO:teuthology.orchestra.run.smithi138.stdout:Creating mgr... 2024-04-25T04:24:04.667 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-25T04:24:04.668 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-25T04:24:04.668 INFO:teuthology.orchestra.run.smithi138.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-25T04:24:04.919 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mgr.smithi138.opqedc 2024-04-25T04:24:04.919 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mgr.smithi138.opqedc.service: Unit ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mgr.smithi138.opqedc.service not loaded. 2024-04-25T04:24:05.074 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968.target.wants/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mgr.smithi138.opqedc.service → /etc/systemd/system/ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@.service. 2024-04-25T04:24:05.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:05 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3747837978' entity='client.admin' 2024-04-25T04:24:05.652 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-25T04:24:05.652 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout disabled 2024-04-25T04:24:05.659 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-25T04:24:05.659 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-04-25T04:24:05.659 INFO:teuthology.orchestra.run.smithi138.stdout:firewalld.service is not enabled 2024-04-25T04:24:05.659 INFO:teuthology.orchestra.run.smithi138.stdout:Not possible to enable service . firewalld.service is not available 2024-04-25T04:24:05.667 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-25T04:24:05.667 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout disabled 2024-04-25T04:24:05.674 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-25T04:24:05.675 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-04-25T04:24:05.675 INFO:teuthology.orchestra.run.smithi138.stdout:firewalld.service is not enabled 2024-04-25T04:24:05.675 INFO:teuthology.orchestra.run.smithi138.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-25T04:24:05.675 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mgr to start... 2024-04-25T04:24:05.675 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mgr... 2024-04-25T04:24:06.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:06 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3368722549' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsid": "7e03f9e4-02bb-11ef-bc93-c7b262605968", 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T04:24:06.814 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 0 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "smithi138" 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:06.815 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T04:24:06.816 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T04:24:06.817 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T04:23:55.845828+0000", 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:06.818 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T04:24:06.819 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-04-25T04:24:06.819 INFO:teuthology.orchestra.run.smithi138.stdout:mgr not available, waiting (1/15)... 2024-04-25T04:24:09.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:09 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2604943880' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T04:24:10.017 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:24:10.017 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-04-25T04:24:10.017 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsid": "7e03f9e4-02bb-11ef-bc93-c7b262605968", 2024-04-25T04:24:10.017 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T04:24:10.017 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T04:24:10.017 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T04:24:10.017 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T04:24:10.017 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:10.017 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 0 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "smithi138" 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T04:24:10.018 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T04:24:10.019 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T04:24:10.020 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T04:23:55.845828+0000", 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-04-25T04:24:10.021 INFO:teuthology.orchestra.run.smithi138.stdout:mgr not available, waiting (2/15)... 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: Activating manager daemon smithi138.opqedc 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: mgrmap e2: smithi138.opqedc(active, starting, since 0.00324718s) 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr metadata", "who": "smithi138.opqedc", "id": "smithi138.opqedc"}]: dispatch 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: Manager daemon smithi138.opqedc is now available 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.opqedc/mirror_snapshot_schedule"}]: dispatch 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.opqedc/trash_purge_schedule"}]: dispatch 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:12.847 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:12 smithi138 ceph-mon[24012]: from='mgr.14100 172.21.15.138:0/1201979120' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:13.119 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:24:13.119 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-04-25T04:24:13.119 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsid": "7e03f9e4-02bb-11ef-bc93-c7b262605968", 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 0 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "smithi138" 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:13.120 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T04:24:13.121 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T04:24:13.128 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:13.129 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T04:23:55.845828+0000", 2024-04-25T04:24:13.130 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T04:24:13.130 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:13.130 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T04:24:13.130 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-04-25T04:24:13.130 INFO:teuthology.orchestra.run.smithi138.stdout:mgr not available, waiting (3/15)... 2024-04-25T04:24:13.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:13 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1574821410' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T04:24:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:13 smithi138 ceph-mon[24012]: mgrmap e3: smithi138.opqedc(active, since 1.00636s) 2024-04-25T04:24:15.873 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:15 smithi138 ceph-mon[24012]: mgrmap e4: smithi138.opqedc(active, since 2s) 2024-04-25T04:24:16.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:24:16.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-04-25T04:24:16.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsid": "7e03f9e4-02bb-11ef-bc93-c7b262605968", 2024-04-25T04:24:16.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T04:24:16.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T04:24:16.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T04:24:16.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 0 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "smithi138" 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T04:24:16.476 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:16.477 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T04:24:16.477 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:16.477 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T04:24:16.477 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T04:24:16.477 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T04:24:16.477 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T04:24:16.477 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T04:24:16.477 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T04:24:16.480 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:16.480 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T04:24:16.480 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T04:24:16.480 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T04:24:16.481 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ], 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T04:23:55.845828+0000", 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout }, 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-04-25T04:24:16.482 INFO:teuthology.orchestra.run.smithi138.stdout:mgr is available 2024-04-25T04:24:16.735 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:16 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/71383295' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T04:24:17.745 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:24:17.745 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [global] 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout fsid = 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout [osd] 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-25T04:24:17.746 INFO:teuthology.orchestra.run.smithi138.stdout:Enabling cephadm module... 2024-04-25T04:24:17.866 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:17 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/161017514' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-25T04:24:18.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:18 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1855659875' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-25T04:24:19.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:19 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1855659875' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-25T04:24:19.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:19 smithi138 ceph-mon[24012]: mgrmap e5: smithi138.opqedc(active, since 6s) 2024-04-25T04:24:20.474 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-04-25T04:24:20.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-25T04:24:20.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-25T04:24:20.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "active_name": "smithi138.opqedc", 2024-04-25T04:24:20.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-25T04:24:20.475 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-04-25T04:24:20.475 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for the mgr to restart... 2024-04-25T04:24:20.475 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mgr epoch 5... 2024-04-25T04:24:20.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:20 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/918501781' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: Active manager daemon smithi138.opqedc restarted 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: Activating manager daemon smithi138.opqedc 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: osdmap e2: 0 total, 0 up, 0 in 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: mgrmap e6: smithi138.opqedc(active, starting, since 0.00324319s) 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr metadata", "who": "smithi138.opqedc", "id": "smithi138.opqedc"}]: dispatch 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: Manager daemon smithi138.opqedc is now available 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:25.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:24:25.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:24:25.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.opqedc/mirror_snapshot_schedule"}]: dispatch 2024-04-25T04:24:25.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:25 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.opqedc/trash_purge_schedule"}]: dispatch 2024-04-25T04:24:26.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:26 smithi138 ceph-mon[24012]: Found migration_current of "None". Setting to last migration. 2024-04-25T04:24:26.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:26 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:26.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:26 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:26.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:26 smithi138 ceph-mon[24012]: mgrmap e7: smithi138.opqedc(active, since 1.00488s) 2024-04-25T04:24:27.113 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-04-25T04:24:27.113 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-25T04:24:27.113 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-25T04:24:27.114 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-04-25T04:24:27.114 INFO:teuthology.orchestra.run.smithi138.stdout:mgr epoch 5 is available 2024-04-25T04:24:27.114 INFO:teuthology.orchestra.run.smithi138.stdout:Setting orchestrator backend to cephadm... 2024-04-25T04:24:27.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:27 smithi138 ceph-mon[24012]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-25T04:24:27.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:27 smithi138 ceph-mon[24012]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-25T04:24:27.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:27 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:24:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:28 smithi138 ceph-mon[24012]: [25/Apr/2024:04:24:26] ENGINE Bus STARTING 2024-04-25T04:24:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:28 smithi138 ceph-mon[24012]: [25/Apr/2024:04:24:26] ENGINE Serving on https://172.21.15.138:7150 2024-04-25T04:24:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:28 smithi138 ceph-mon[24012]: [25/Apr/2024:04:24:27] ENGINE Serving on http://172.21.15.138:8765 2024-04-25T04:24:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:28 smithi138 ceph-mon[24012]: [25/Apr/2024:04:24:27] ENGINE Bus STARTED 2024-04-25T04:24:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:28 smithi138 ceph-mon[24012]: mgrmap e8: smithi138.opqedc(active, since 2s) 2024-04-25T04:24:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:28 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:28 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:24:29.582 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-25T04:24:29.582 INFO:teuthology.orchestra.run.smithi138.stdout:Generating ssh key... 2024-04-25T04:24:29.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:29 smithi138 ceph-mon[24012]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:30.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:30 smithi138 ceph-mon[24012]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:30.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:30 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:30.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:30 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:31.652 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:31 smithi138 ceph-mon[24012]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:31.652 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:31 smithi138 ceph-mon[24012]: Generating ssh key... 2024-04-25T04:24:32.169 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBAIpWUgBe8Z7zfcKyHUrvBsDFUwzi96EVsL4TSfNksP3LIZ0dKse9KA1pwgiIQw4wtgWFBIImgQfOzMhSdVyZu03Z9e8yIrz5Vq8tItRmPLeXDiLNc990QC12baKofkEmKeOp3Nfr7ime2uRZ+oPsESPoQlUMJueiPDl+EfLuhMx+/qcbR+G5XKoDax4D6MhU3DDvMqlq6gLZA+1UvOKMcwBI9KfhQAnizra+lXxMgn/zztMBfM0qvC9vVNOYz32F7R8Iyqj4klMtzEdRkIAhnMO87WAaybcUmT/PnRSwPAfuBBPFUkZiwmeVnPx1X45ZupXSzmDVIUxP4Q7IDd6Ra912OYFgDek2HD/Ydbcl65ouXQnNyH5WArpJmgSFtspioLYWaKjCnCojnu2QNMy7OWdZILaNxMeyNHXsN1DiDEdzJRygTAJteggs1RuIDXM73uPNk7SHbY+S5niJmNrid67K5XlGyyJsQPoJxnMtnGGayt2q1K3vQcEtyPcUnFk= ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:24:32.169 INFO:teuthology.orchestra.run.smithi138.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-25T04:24:32.169 INFO:teuthology.orchestra.run.smithi138.stdout:Adding key to root@localhost authorized_keys... 2024-04-25T04:24:32.170 INFO:teuthology.orchestra.run.smithi138.stdout:Adding host smithi138... 2024-04-25T04:24:32.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:32 smithi138 ceph-mon[24012]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:33.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:33 smithi138 ceph-mon[24012]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "addr": "172.21.15.138", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:33.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:33 smithi138 ceph-mon[24012]: Deploying cephadm binary to smithi138 2024-04-25T04:24:37.393 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Added host 'smithi138' with addr '172.21.15.138' 2024-04-25T04:24:37.393 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying mon service with default placement... 2024-04-25T04:24:38.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:37 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:38.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:37 smithi138 ceph-mon[24012]: Added host smithi138 2024-04-25T04:24:38.080 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:37 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:24:38.844 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-25T04:24:38.844 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying mgr service with default placement... 2024-04-25T04:24:39.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:39 smithi138 ceph-mon[24012]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:39.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:39 smithi138 ceph-mon[24012]: Saving service mon spec with placement count:5 2024-04-25T04:24:39.377 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:39 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:40.827 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-25T04:24:40.827 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying crash service with default placement... 2024-04-25T04:24:41.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:40 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:41.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:40 smithi138 ceph-mon[24012]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:41.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:40 smithi138 ceph-mon[24012]: Saving service mgr spec with placement count:2 2024-04-25T04:24:41.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:40 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:42.114 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-25T04:24:42.114 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying ceph-exporter service with default placement... 2024-04-25T04:24:42.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:42 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:42.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:42 smithi138 ceph-mon[24012]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:42.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:42 smithi138 ceph-mon[24012]: Saving service crash spec with placement * 2024-04-25T04:24:42.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:42 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:43.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:43 smithi138 ceph-mon[24012]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:43.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:43 smithi138 ceph-mon[24012]: Saving service ceph-exporter spec with placement * 2024-04-25T04:24:43.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:43 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:43.865 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:43 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:43.868 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-25T04:24:43.868 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying prometheus service with default placement... 2024-04-25T04:24:45.159 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-25T04:24:45.160 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying grafana service with default placement... 2024-04-25T04:24:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:45 smithi138 ceph-mon[24012]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:45.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:45 smithi138 ceph-mon[24012]: Saving service prometheus spec with placement count:1 2024-04-25T04:24:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:45 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:45.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:45 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:46.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:46 smithi138 ceph-mon[24012]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:24:46.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:46 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:47.149 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-25T04:24:47.149 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying node-exporter service with default placement... 2024-04-25T04:24:47.666 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:47 smithi138 ceph-mon[24012]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:47.666 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:47 smithi138 ceph-mon[24012]: Saving service grafana spec with placement count:1 2024-04-25T04:24:48.465 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-25T04:24:48.465 INFO:teuthology.orchestra.run.smithi138.stdout:Deploying alertmanager service with default placement... 2024-04-25T04:24:48.873 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:48 smithi138 ceph-mon[24012]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:24:48.873 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:48 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:49.661 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:49 smithi138 ceph-mon[24012]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:49.661 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:49 smithi138 ceph-mon[24012]: Saving service node-exporter spec with placement * 2024-04-25T04:24:49.661 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:49 smithi138 ceph-mon[24012]: from='mgr.14120 172.21.15.138:0/3252684720' entity='mgr.smithi138.opqedc' 2024-04-25T04:24:49.664 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-25T04:24:50.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:50 smithi138 ceph-mon[24012]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:24:50.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:50 smithi138 ceph-mon[24012]: Saving service alertmanager spec with placement count:1 2024-04-25T04:24:50.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:50 smithi138 ceph-mon[24012]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:24:50.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:50 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2521700531' entity='client.admin' 2024-04-25T04:24:52.153 INFO:teuthology.orchestra.run.smithi138.stdout:Enabling the dashboard module... 2024-04-25T04:24:52.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:52 smithi138 ceph-mon[24012]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:24:52.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:52 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1399247387' entity='client.admin' 2024-04-25T04:24:53.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:53 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2277981960' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-25T04:24:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:54 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2277981960' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-25T04:24:54.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:54 smithi138 ceph-mon[24012]: mgrmap e9: smithi138.opqedc(active, since 28s) 2024-04-25T04:24:55.528 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-04-25T04:24:55.528 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-25T04:24:55.528 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-25T04:24:55.528 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "active_name": "smithi138.opqedc", 2024-04-25T04:24:55.528 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-25T04:24:55.528 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-04-25T04:24:55.528 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for the mgr to restart... 2024-04-25T04:24:55.528 INFO:teuthology.orchestra.run.smithi138.stdout:Waiting for mgr epoch 9... 2024-04-25T04:24:55.783 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:24:55 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/723597106' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-25T04:25:00.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: Active manager daemon smithi138.opqedc restarted 2024-04-25T04:25:00.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: Activating manager daemon smithi138.opqedc 2024-04-25T04:25:00.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: osdmap e3: 0 total, 0 up, 0 in 2024-04-25T04:25:00.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: mgrmap e10: smithi138.opqedc(active, starting, since 0.00391274s) 2024-04-25T04:25:00.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:25:00.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr metadata", "who": "smithi138.opqedc", "id": "smithi138.opqedc"}]: dispatch 2024-04-25T04:25:00.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T04:25:00.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T04:25:00.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T04:25:00.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: Manager daemon smithi138.opqedc is now available 2024-04-25T04:25:00.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:25:00.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:00 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.opqedc/mirror_snapshot_schedule"}]: dispatch 2024-04-25T04:25:01.771 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:01 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.opqedc/trash_purge_schedule"}]: dispatch 2024-04-25T04:25:01.771 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:01 smithi138 ceph-mon[24012]: mgrmap e11: smithi138.opqedc(active, since 1.00571s) 2024-04-25T04:25:02.439 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout { 2024-04-25T04:25:02.439 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-25T04:25:02.439 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-25T04:25:02.439 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout } 2024-04-25T04:25:02.439 INFO:teuthology.orchestra.run.smithi138.stdout:mgr epoch 9 is available 2024-04-25T04:25:02.439 INFO:teuthology.orchestra.run.smithi138.stdout:Generating a dashboard self-signed certificate... 2024-04-25T04:25:02.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:02 smithi138 ceph-mon[24012]: [25/Apr/2024:04:25:00] ENGINE Bus STARTING 2024-04-25T04:25:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:02 smithi138 ceph-mon[24012]: [25/Apr/2024:04:25:00] ENGINE Serving on https://172.21.15.138:7150 2024-04-25T04:25:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:02 smithi138 ceph-mon[24012]: [25/Apr/2024:04:25:01] ENGINE Serving on http://172.21.15.138:8765 2024-04-25T04:25:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:02 smithi138 ceph-mon[24012]: [25/Apr/2024:04:25:01] ENGINE Bus STARTED 2024-04-25T04:25:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:02 smithi138 ceph-mon[24012]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-25T04:25:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:02 smithi138 ceph-mon[24012]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-25T04:25:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:02 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:03.696 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-25T04:25:03.697 INFO:teuthology.orchestra.run.smithi138.stdout:Creating initial admin user... 2024-04-25T04:25:04.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:04 smithi138 ceph-mon[24012]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:25:04.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:04 smithi138 ceph-mon[24012]: mgrmap e12: smithi138.opqedc(active, since 2s) 2024-04-25T04:25:04.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:04 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:04.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:04 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:04.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:04 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:05.268 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$hoOqWiMtib4XwVMyCtLsqez0ty4tNO.qh6ixbSw2Mr8eLIHcz2nRG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714019104, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-25T04:25:05.268 INFO:teuthology.orchestra.run.smithi138.stdout:Fetching dashboard port number... 2024-04-25T04:25:05.812 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:05 smithi138 ceph-mon[24012]: from='client.14178 -' 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-04-25T04:25:05.812 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:05 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:06.589 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stdout 8443 2024-04-25T04:25:06.598 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-25T04:25:06.598 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout disabled 2024-04-25T04:25:06.606 INFO:teuthology.orchestra.run.smithi138.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-25T04:25:06.606 INFO:teuthology.orchestra.run.smithi138.stdout:systemctl: stdout inactive 2024-04-25T04:25:06.606 INFO:teuthology.orchestra.run.smithi138.stdout:firewalld.service is not enabled 2024-04-25T04:25:06.606 INFO:teuthology.orchestra.run.smithi138.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-25T04:25:06.608 INFO:teuthology.orchestra.run.smithi138.stdout:Ceph Dashboard is now available at: 2024-04-25T04:25:06.608 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:06.608 INFO:teuthology.orchestra.run.smithi138.stdout: URL: https://smithi138:8443/ 2024-04-25T04:25:06.608 INFO:teuthology.orchestra.run.smithi138.stdout: User: admin 2024-04-25T04:25:06.608 INFO:teuthology.orchestra.run.smithi138.stdout: Password: 31smlvamzl 2024-04-25T04:25:06.608 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:06.608 INFO:teuthology.orchestra.run.smithi138.stdout:Saving cluster configuration to /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config directory 2024-04-25T04:25:06.609 INFO:teuthology.orchestra.run.smithi138.stdout:Enabling autotune for osd_memory_target 2024-04-25T04:25:06.852 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:06 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3209667810' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-25T04:25:07.843 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:07 smithi138 ceph-mon[24012]: mgrmap e13: smithi138.opqedc(active, since 6s) 2024-04-25T04:25:09.170 INFO:teuthology.orchestra.run.smithi138.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout:Or, if you are only running a single cluster on this host: 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout: ceph telemetry on 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:09.171 INFO:teuthology.orchestra.run.smithi138.stdout:For more information see: 2024-04-25T04:25:09.172 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:09.172 INFO:teuthology.orchestra.run.smithi138.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-25T04:25:09.172 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:09.172 INFO:teuthology.orchestra.run.smithi138.stdout:Bootstrap complete. 2024-04-25T04:25:09.215 INFO:tasks.cephadm:Fetching config... 2024-04-25T04:25:09.215 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:25:09.215 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-25T04:25:09.231 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-25T04:25:09.231 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:25:09.231 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-25T04:25:09.285 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-25T04:25:09.285 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:25:09.285 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/keyring of=/dev/stdout 2024-04-25T04:25:09.350 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-25T04:25:09.350 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:25:09.350 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-25T04:25:09.405 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-25T04:25:09.406 DEBUG:teuthology.orchestra.run.smithi138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBAIpWUgBe8Z7zfcKyHUrvBsDFUwzi96EVsL4TSfNksP3LIZ0dKse9KA1pwgiIQw4wtgWFBIImgQfOzMhSdVyZu03Z9e8yIrz5Vq8tItRmPLeXDiLNc990QC12baKofkEmKeOp3Nfr7ime2uRZ+oPsESPoQlUMJueiPDl+EfLuhMx+/qcbR+G5XKoDax4D6MhU3DDvMqlq6gLZA+1UvOKMcwBI9KfhQAnizra+lXxMgn/zztMBfM0qvC9vVNOYz32F7R8Iyqj4klMtzEdRkIAhnMO87WAaybcUmT/PnRSwPAfuBBPFUkZiwmeVnPx1X45ZupXSzmDVIUxP4Q7IDd6Ra912OYFgDek2HD/Ydbcl65ouXQnNyH5WArpJmgSFtspioLYWaKjCnCojnu2QNMy7OWdZILaNxMeyNHXsN1DiDEdzJRygTAJteggs1RuIDXM73uPNk7SHbY+S5niJmNrid67K5XlGyyJsQPoJxnMtnGGayt2q1K3vQcEtyPcUnFk= ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-25T04:25:09.493 INFO:teuthology.orchestra.run.smithi138.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBAIpWUgBe8Z7zfcKyHUrvBsDFUwzi96EVsL4TSfNksP3LIZ0dKse9KA1pwgiIQw4wtgWFBIImgQfOzMhSdVyZu03Z9e8yIrz5Vq8tItRmPLeXDiLNc990QC12baKofkEmKeOp3Nfr7ime2uRZ+oPsESPoQlUMJueiPDl+EfLuhMx+/qcbR+G5XKoDax4D6MhU3DDvMqlq6gLZA+1UvOKMcwBI9KfhQAnizra+lXxMgn/zztMBfM0qvC9vVNOYz32F7R8Iyqj4klMtzEdRkIAhnMO87WAaybcUmT/PnRSwPAfuBBPFUkZiwmeVnPx1X45ZupXSzmDVIUxP4Q7IDd6Ra912OYFgDek2HD/Ydbcl65ouXQnNyH5WArpJmgSFtspioLYWaKjCnCojnu2QNMy7OWdZILaNxMeyNHXsN1DiDEdzJRygTAJteggs1RuIDXM73uPNk7SHbY+S5niJmNrid67K5XlGyyJsQPoJxnMtnGGayt2q1K3vQcEtyPcUnFk= ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:25:09.504 DEBUG:teuthology.orchestra.run.smithi163:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBAIpWUgBe8Z7zfcKyHUrvBsDFUwzi96EVsL4TSfNksP3LIZ0dKse9KA1pwgiIQw4wtgWFBIImgQfOzMhSdVyZu03Z9e8yIrz5Vq8tItRmPLeXDiLNc990QC12baKofkEmKeOp3Nfr7ime2uRZ+oPsESPoQlUMJueiPDl+EfLuhMx+/qcbR+G5XKoDax4D6MhU3DDvMqlq6gLZA+1UvOKMcwBI9KfhQAnizra+lXxMgn/zztMBfM0qvC9vVNOYz32F7R8Iyqj4klMtzEdRkIAhnMO87WAaybcUmT/PnRSwPAfuBBPFUkZiwmeVnPx1X45ZupXSzmDVIUxP4Q7IDd6Ra912OYFgDek2HD/Ydbcl65ouXQnNyH5WArpJmgSFtspioLYWaKjCnCojnu2QNMy7OWdZILaNxMeyNHXsN1DiDEdzJRygTAJteggs1RuIDXM73uPNk7SHbY+S5niJmNrid67K5XlGyyJsQPoJxnMtnGGayt2q1K3vQcEtyPcUnFk= ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-25T04:25:09.544 INFO:teuthology.orchestra.run.smithi163.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDBAIpWUgBe8Z7zfcKyHUrvBsDFUwzi96EVsL4TSfNksP3LIZ0dKse9KA1pwgiIQw4wtgWFBIImgQfOzMhSdVyZu03Z9e8yIrz5Vq8tItRmPLeXDiLNc990QC12baKofkEmKeOp3Nfr7ime2uRZ+oPsESPoQlUMJueiPDl+EfLuhMx+/qcbR+G5XKoDax4D6MhU3DDvMqlq6gLZA+1UvOKMcwBI9KfhQAnizra+lXxMgn/zztMBfM0qvC9vVNOYz32F7R8Iyqj4klMtzEdRkIAhnMO87WAaybcUmT/PnRSwPAfuBBPFUkZiwmeVnPx1X45ZupXSzmDVIUxP4Q7IDd6Ra912OYFgDek2HD/Ydbcl65ouXQnNyH5WArpJmgSFtspioLYWaKjCnCojnu2QNMy7OWdZILaNxMeyNHXsN1DiDEdzJRygTAJteggs1RuIDXM73uPNk7SHbY+S5niJmNrid67K5XlGyyJsQPoJxnMtnGGayt2q1K3vQcEtyPcUnFk= ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:25:09.555 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-25T04:25:09.791 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:25:09.913 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:09 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3417077156' entity='client.admin' 2024-04-25T04:25:11.602 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-25T04:25:11.627 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-25T04:25:11.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:11 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/53517573' entity='client.admin' 2024-04-25T04:25:11.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:11 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:11.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:11 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:11.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:11 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:25:11.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:11 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:11.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:11 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi138", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T04:25:11.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:11 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi138", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-25T04:25:11.649 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:11 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:25:12.057 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:25:12.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:12 smithi138 ceph-mon[24012]: Deploying daemon ceph-exporter.smithi138 on smithi138 2024-04-25T04:25:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:13 smithi138 ceph-mon[24012]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:25:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:13 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:13.962 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi163 2024-04-25T04:25:13.962 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:25:13.962 DEBUG:teuthology.orchestra.run.smithi163:> dd of=/etc/ceph/ceph.conf 2024-04-25T04:25:13.981 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:25:13.981 DEBUG:teuthology.orchestra.run.smithi163:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T04:25:14.039 INFO:tasks.cephadm:Adding host smithi163 to orchestrator... 2024-04-25T04:25:14.039 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch host add smithi163 2024-04-25T04:25:14.698 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:25:15.765 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:15 smithi138 ceph-mon[24012]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi163", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:25:17.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:16 smithi138 ceph-mon[24012]: Deploying cephadm binary to smithi163 2024-04-25T04:25:19.495 INFO:teuthology.orchestra.run.smithi138.stdout:Added host 'smithi163' with addr '172.21.15.163' 2024-04-25T04:25:19.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:19 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:19.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:19 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:19.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:19 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:19.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:19 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:19.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:19 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T04:25:19.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:19 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-25T04:25:19.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:19 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:25:19.615 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:19 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:20.594 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-25T04:25:20.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:20 smithi138 ceph-mon[24012]: Deploying daemon crash.smithi138 on smithi138 2024-04-25T04:25:20.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:20 smithi138 ceph-mon[24012]: Added host smithi163 2024-04-25T04:25:21.014 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:25:21.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:21 smithi138 ceph-mon[24012]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:21.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:21 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:21.849 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:25:21.849 INFO:teuthology.orchestra.run.smithi138.stdout:[{"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}, {"addr": "172.21.15.163", "hostname": "smithi163", "labels": [], "status": ""}] 2024-04-25T04:25:22.552 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-25T04:25:22.552 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-25T04:25:22.803 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:25:23.616 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:23 smithi138 ceph-mon[24012]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:25:23.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:23 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:23.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:23 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:23.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:23 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:23.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:23 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:23.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:23 smithi138 ceph-mon[24012]: Deploying daemon node-exporter.smithi138 on smithi138 2024-04-25T04:25:23.617 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:23 smithi138 ceph-mon[24012]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:24.279 INFO:teuthology.orchestra.run.smithi138.stderr:adjusted tunables profile to default 2024-04-25T04:25:24.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:24 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3272177218' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-25T04:25:25.238 INFO:tasks.cephadm:Adding mon.smithi138 on smithi138 2024-04-25T04:25:25.239 INFO:tasks.cephadm:Adding mon.smithi163 on smithi163 2024-04-25T04:25:25.239 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi138:172.21.15.138=smithi138;smithi163:172.21.15.163=smithi163' 2024-04-25T04:25:25.474 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:25.532 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:25.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:25 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3272177218' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-25T04:25:25.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:25 smithi138 ceph-mon[24012]: osdmap e4: 0 total, 0 up, 0 in 2024-04-25T04:25:25.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:25 smithi138 ceph-mon[24012]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:26.248 INFO:teuthology.orchestra.run.smithi163.stdout:Scheduled mon update... 2024-04-25T04:25:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:26 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:26 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:26 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:26 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:26 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:26.838 DEBUG:teuthology.orchestra.run.smithi163:mon.smithi163> sudo journalctl -f -n 0 -u ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi163.service 2024-04-25T04:25:26.841 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:26.841 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:27.108 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:27.163 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:27.905 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:27.905 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:27.907 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:27.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:27 smithi138 ceph-mon[24012]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi138:172.21.15.138=smithi138;smithi163:172.21.15.163=smithi163", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:25:27.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:27 smithi138 ceph-mon[24012]: Saving service mon spec with placement smithi138:172.21.15.138=smithi138;smithi163:172.21.15.163=smithi163;count:2 2024-04-25T04:25:27.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:27 smithi138 ceph-mon[24012]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:27.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:27 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:27.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:27 smithi138 ceph-mon[24012]: Deploying daemon alertmanager.smithi138 on smithi138 2024-04-25T04:25:28.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:28 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1435192732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:29.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:29.463 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:29.698 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:29.743 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:29.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:29 smithi138 ceph-mon[24012]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:30.604 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:30.604 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:30.606 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:31.752 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:31 smithi138 ceph-mon[24012]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:31.752 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:31 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:31.752 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:31 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1794831024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:32.202 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:32.202 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:32.435 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:32.481 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:33.208 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:33.208 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:33.210 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:33.664 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:33 smithi138 ceph-mon[24012]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:33.665 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:33 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/4086621909' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:34.774 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:34.775 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:35.010 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:35.058 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:35.885 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:35.885 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:35.888 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:35.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-25T04:25:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:35 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:36.768 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:36 smithi138 ceph-mon[24012]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-25T04:25:36.768 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:36 smithi138 ceph-mon[24012]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-25T04:25:36.769 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:36 smithi138 ceph-mon[24012]: Deploying daemon grafana.smithi138 on smithi138 2024-04-25T04:25:36.769 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:36 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:36.769 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:36 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1651362679' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:37.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:37.422 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:37.663 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:37.709 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:37.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:37 smithi138 ceph-mon[24012]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:38.397 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:38.398 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:38.400 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:38.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:38 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2040440206' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:39.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:39 smithi138 ceph-mon[24012]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:40.014 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:40.014 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:40.247 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:40.294 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:40.985 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:40.985 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:40.987 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:41.717 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:41 smithi138 ceph-mon[24012]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:41.718 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:41 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1036529424' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:42.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:42.602 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:42.836 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:42.919 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:43.562 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:43.562 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:43.564 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:43.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:43 smithi138 ceph-mon[24012]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:43.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:43 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2369109209' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:45.178 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:45.178 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:45.411 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:45.459 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:45.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:45.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:45.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:45.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:45.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:45.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:45.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:45.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:45.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:45.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:45 smithi138 ceph-mon[24012]: Deploying daemon prometheus.smithi138 on smithi138 2024-04-25T04:25:46.344 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:46.344 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:46.346 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:46.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:46 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:46.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:46 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/3865200142' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:47.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:47 smithi138 ceph-mon[24012]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:47.956 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:47.956 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:48.193 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:48.239 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:48.976 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:48.976 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:48.978 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:49.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:49 smithi138 ceph-mon[24012]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:49.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:49 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/955612177' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:50.575 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:50.576 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:50.810 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:50.856 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:51.543 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:51.544 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:51.546 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:51.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:51 smithi138 ceph-mon[24012]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:51.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:51 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/855966798' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:53.072 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:53.072 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:53.304 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:53.350 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:53.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:53 smithi138 ceph-mon[24012]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:54.065 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:54.065 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:54.068 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:54.700 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:54 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/684876496' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:55.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:55.635 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:55.869 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:55.916 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:55.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:55 smithi138 ceph-mon[24012]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:25:55.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:55 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:55.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:55 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:55.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:55 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:55.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:55 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-25T04:25:55.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:55 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' 2024-04-25T04:25:56.575 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:56.575 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:56.578 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:57.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:57 smithi138 ceph-mon[24012]: from='mgr.14164 172.21.15.138:0/3625877835' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-25T04:25:57.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:57 smithi138 ceph-mon[24012]: mgrmap e14: smithi138.opqedc(active, since 56s) 2024-04-25T04:25:57.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:57 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1128577818' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:25:58.200 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:25:58.201 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:25:58.435 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:58.482 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:25:59.199 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:25:59.199 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:25:59.201 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:25:59.514 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:25:59 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1828472591' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:00.714 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:00.714 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:00.945 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:26:00.990 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:26:01.732 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:01.732 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:01.734 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:02.060 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:01 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2970094675' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:03.303 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:03.303 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:03.542 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:26:03.590 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: Active manager daemon smithi138.opqedc restarted 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: Activating manager daemon smithi138.opqedc 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: osdmap e5: 0 total, 0 up, 0 in 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: mgrmap e15: smithi138.opqedc(active, starting, since 0.0054042s) 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr metadata", "who": "smithi138.opqedc", "id": "smithi138.opqedc"}]: dispatch 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T04:26:03.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: Manager daemon smithi138.opqedc is now available 2024-04-25T04:26:03.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:26:04.331 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:04.331 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:04.333 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:04.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:04.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:26:04.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.opqedc/mirror_snapshot_schedule"}]: dispatch 2024-04-25T04:26:04.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi138.opqedc/trash_purge_schedule"}]: dispatch 2024-04-25T04:26:04.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:04.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:04 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2436585319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:04.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:04 smithi138 ceph-mon[24012]: mgrmap e16: smithi138.opqedc(active, since 1.00525s) 2024-04-25T04:26:05.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:05 smithi138 ceph-mon[24012]: [25/Apr/2024:04:26:04] ENGINE Bus STARTING 2024-04-25T04:26:05.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:05 smithi138 ceph-mon[24012]: [25/Apr/2024:04:26:04] ENGINE Serving on https://172.21.15.138:7150 2024-04-25T04:26:05.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:05 smithi138 ceph-mon[24012]: [25/Apr/2024:04:26:04] ENGINE Serving on http://172.21.15.138:8765 2024-04-25T04:26:05.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:05 smithi138 ceph-mon[24012]: [25/Apr/2024:04:26:04] ENGINE Bus STARTED 2024-04-25T04:26:05.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:05 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:05.921 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:05.921 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:06.156 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:26:06.202 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:26:06.979 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:06.979 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:06.981 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:07.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:06 smithi138 ceph-mon[24012]: mgrmap e17: smithi138.opqedc(active, since 2s) 2024-04-25T04:26:07.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:06 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:07.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:06 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2322966930' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:08.879 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:08.879 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:09.118 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:26:09.177 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T04:26:09.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:08 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:09.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:08 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:10.036 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:10.036 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:10.038 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:10.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:10.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:10.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/3222108273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi163", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: Updating smithi138:/etc/ceph/ceph.conf 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: Updating smithi163:/etc/ceph/ceph.conf 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: Updating smithi138:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: Updating smithi163:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:11.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: Updating smithi163:/etc/ceph/ceph.client.admin.keyring 2024-04-25T04:26:11.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:11.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:11.744 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:11.975 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:12.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: Updating smithi163:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T04:26:12.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2024-04-25T04:26:12.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:12.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: Updating smithi138:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T04:26:12.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:12.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:12.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:12.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi163", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T04:26:12.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi163", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-25T04:26:12.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:12.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:12 smithi138 ceph-mon[24012]: Deploying daemon ceph-exporter.smithi163 on smithi163 2024-04-25T04:26:12.949 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:12.950 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:12.952 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:13.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:13 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1131380176' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:14.500 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:14.501 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:14.867 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:15.593 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:15.593 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:15.595 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:15.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:15 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2798082488' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:17.104 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:17.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:17.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:17.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:17.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T04:26:17.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-25T04:26:17.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:17.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:16 smithi138 ceph-mon[24012]: Deploying daemon crash.smithi163 on smithi163 2024-04-25T04:26:17.421 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:17.421 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:17.673 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:18.544 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:18.544 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:18.546 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:19.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:19 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:19.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:19 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:26:19.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:19 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/539655794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:19.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:19 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:19.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:19 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:20.127 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:20.128 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:20.444 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:20.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:20 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:20.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:20 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:20.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:20 smithi138 ceph-mon[24012]: Deploying daemon node-exporter.smithi163 on smithi163 2024-04-25T04:26:21.194 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:21.194 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:21.196 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:21.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:21 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/11569114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:23.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:23.081 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:23.693 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:24.523 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:24.523 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:24.525 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.fuvfjv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.fuvfjv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T04:26:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:25.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:25 smithi138 ceph-mon[24012]: Deploying daemon mgr.smithi163.fuvfjv on smithi163 2024-04-25T04:26:25.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:25 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2238031650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:26.891 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:26.891 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:26 smithi138 ceph-mon[24012]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:27.149 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:27.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:27 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:27.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:27 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:27.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:27 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:27.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:27 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:27.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:27 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T04:26:27.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:27 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:28.120 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:28.120 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:28.122 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:28 smithi138 ceph-mon[24012]: Deploying daemon mon.smithi163 on smithi163 2024-04-25T04:26:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:28 smithi138 ceph-mon[24012]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:28 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2153875979' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:28.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:29.726 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:29.727 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:30.205 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi163/config 2024-04-25T04:26:30.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:30 smithi138 ceph-mon[24012]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:31.144 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:31.144 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":1,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:23:45.006651Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T04:26:31.147 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 1 2024-04-25T04:26:31.277 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 podman[33610]: 2024-04-25 04:26:31.265649894 +0000 UTC m=+0.342058781 container init a6404c16aa68e45c5c5a53c6f2b4be96cba77825fb8e1e7348bab4d57173d2c9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi163, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.build-date=20240424, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-04-25T04:26:31.277 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 podman[33610]: 2024-04-25 04:26:31.271567942 +0000 UTC m=+0.347976837 container start a6404c16aa68e45c5c5a53c6f2b4be96cba77825fb8e1e7348bab4d57173d2c9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi163, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240424, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True) 2024-04-25T04:26:31.571 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: set uid:gid to 167:167 (ceph:ceph) 2024-04-25T04:26:31.571 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev), process ceph-mon, pid 8 2024-04-25T04:26:31.571 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: pidfile_write: ignore empty --pid-file 2024-04-25T04:26:31.571 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: load: jerasure load: lrc 2024-04-25T04:26:31.571 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: RocksDB version: 7.9.2 2024-04-25T04:26:31.571 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Git sha 0 2024-04-25T04:26:31.571 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Compile date 2024-04-25 01:05:22 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: DB SUMMARY 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: DB Session ID: WR1WZSLIRUIOEEH9ARBF 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: CURRENT file: CURRENT 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: IDENTITY file: IDENTITY 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi163/store.db dir, Total Num: 0, files: 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi163/store.db: 000004.log size: 511 ; 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.error_if_exists: 0 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.create_if_missing: 0 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.paranoid_checks: 1 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-25T04:26:31.572 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.env: 0x5580db756cc0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.fs: PosixFileSystem 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.info_log: 0x5580ddce7c60 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_file_opening_threads: 16 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.statistics: (nil) 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.use_fsync: 0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_log_file_size: 0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.keep_log_file_num: 1000 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.recycle_log_file_num: 0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.allow_fallocate: 1 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.allow_mmap_reads: 0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.allow_mmap_writes: 0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.use_direct_reads: 0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.create_missing_column_families: 0 2024-04-25T04:26:31.573 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.db_log_dir: 2024-04-25T04:26:31.574 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.wal_dir: 2024-04-25T04:26:31.574 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-25T04:26:31.575 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-25T04:26:31.575 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-25T04:26:31.575 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-25T04:26:31.575 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-25T04:26:31.575 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-25T04:26:31.575 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.advise_random_on_open: 1 2024-04-25T04:26:31.575 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.db_write_buffer_size: 0 2024-04-25T04:26:31.575 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.write_buffer_manager: 0x5580ddcb90e0 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.rate_limiter: (nil) 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.wal_recovery_mode: 2 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.enable_thread_tracking: 0 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.enable_pipelined_write: 0 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.unordered_write: 0 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.row_cache: None 2024-04-25T04:26:31.576 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.wal_filter: None 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.allow_ingest_behind: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.two_write_queues: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.manual_wal_flush: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.wal_compression: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.atomic_flush: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.log_readahead_size: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.best_efforts_recovery: 0 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-25T04:26:31.577 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.allow_data_in_errors: 0 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.db_host_id: __hostname__ 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_background_jobs: 2 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_background_compactions: -1 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_subcompactions: 1 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_total_wal_size: 0 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-25T04:26:31.578 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_open_files: -1 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bytes_per_sync: 0 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_readahead_size: 0 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_background_flushes: -1 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Compression algorithms supported: 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: kZSTD supported: 0 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: kXpressCompression supported: 0 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: kLZ4HCCompression supported: 1 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: kZlibCompression supported: 1 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: kSnappyCompression supported: 1 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: kLZ4Compression supported: 1 2024-04-25T04:26:31.579 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: kBZip2Compression supported: 0 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi163/store.db/MANIFEST-000005 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.merge_operator: 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_filter: None 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_filter_factory: None 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.sst_partitioner_factory: None 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5580ddce7e20) 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: cache_index_and_filter_blocks: 1 2024-04-25T04:26:31.580 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: pin_top_level_index_and_filter: 1 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: index_type: 0 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: data_block_index_type: 0 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: index_shortening: 1 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: checksum: 4 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: no_block_cache: 0 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_cache: 0x5580ddceb1f0 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_cache_name: BinnedLRUCache 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_cache_options: 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: capacity : 536870912 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: num_shard_bits : 4 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: strict_capacity_limit : 0 2024-04-25T04:26:31.581 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: high_pri_pool_ratio: 0.000 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_cache_compressed: (nil) 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: persistent_cache: (nil) 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_size: 4096 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_size_deviation: 10 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_restart_interval: 16 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: index_block_restart_interval: 1 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: metadata_block_size: 4096 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: partition_filters: 0 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: use_delta_encoding: 1 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: filter_policy: bloomfilter 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: whole_key_filtering: 1 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: verify_compression: 0 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: read_amp_bytes_per_bit: 0 2024-04-25T04:26:31.582 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: format_version: 5 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: enable_index_compression: 1 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: block_align: 0 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: max_auto_readahead_size: 262144 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: prepopulate_block_cache: 0 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: initial_auto_readahead_size: 8192 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: num_file_reads_for_auto_readahead: 2 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.write_buffer_size: 33554432 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_write_buffer_number: 2 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression: NoCompression 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression: Disabled 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.prefix_extractor: nullptr 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.num_levels: 7 2024-04-25T04:26:31.583 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression_opts.level: 32767 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression_opts.strategy: 0 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-25T04:26:31.584 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression_opts.enabled: false 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.target_file_size_base: 67108864 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-25T04:26:31.585 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.arena_block_size: 1048576 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-25T04:26:31.586 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.disable_auto_compactions: 0 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.inplace_update_support: 0 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-25T04:26:31.587 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.bloom_locality: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.max_successive_merges: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.paranoid_file_checks: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.force_consistency_checks: 1 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.report_bg_io_stats: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.ttl: 2592000 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.enable_blob_files: false 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.min_blob_size: 0 2024-04-25T04:26:31.588 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.blob_file_size: 268435456 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.blob_file_starting_level: 0 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi163/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: caa70243-600b-4b27-8286-819ac4044ae0 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714019191301485, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714019191301917, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "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": 1714019191, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "caa70243-600b-4b27-8286-819ac4044ae0", "db_session_id": "WR1WZSLIRUIOEEH9ARBF", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-25T04:26:31.589 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714019191302000, "job": 1, "event": "recovery_finished"} 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi163/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5580dde08000 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: DB pointer 0x5580dddf2000 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** DB Stats ** 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.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-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.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-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T04:26:31.590 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** Compaction Stats [default] ** 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.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-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.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 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** Compaction Stats [default] ** 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.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-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.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 3.8 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-25T04:26:31.591 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.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-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Block cache BinnedLRUCache@0x5580ddceb1f0#8 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163 does not exist in monmap, will attempt to join an existing cluster 2024-04-25T04:26:31.592 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: using public_addr v2:172.21.15.163:0/0 -> [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: starting mon.smithi163 rank -1 at public addrs [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] at bind addrs [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi163 fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(???) e0 preinit fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).mds e1 new map 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).mds e1 print_map 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: e1 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.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-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: legacy client fscid: -1 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout: No filesystems configured 2024-04-25T04:26:31.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: Deploying daemon mon.smithi163 on smithi163 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/2153875979' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:31.594 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:31.595 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:31.595 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 ceph-mon[33665]: mon.smithi163@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-25T04:26:31.595 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 bash[33610]: a6404c16aa68e45c5c5a53c6f2b4be96cba77825fb8e1e7348bab4d57173d2c9 2024-04-25T04:26:31.595 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:31 smithi163 systemd[1]: Started Ceph mon.smithi163 for 7e03f9e4-02bb-11ef-bc93-c7b262605968. 2024-04-25T04:26:33.029 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T04:26:33.029 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T04:26:33.283 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi163/config 2024-04-25T04:26:36.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: mon.smithi138 calling monitor election 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: mon.smithi163 calling monitor election 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.? 172.21.15.163:0/1479812197' entity='mgr.smithi163.fuvfjv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.fuvfjv/crt"}]: dispatch 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: mon.smithi138 is new leader, mons smithi138,smithi163 in quorum (ranks 0,1) 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: monmap epoch 2 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: last_changed 2024-04-25T04:26:31.330043+0000 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: created 2024-04-25T04:23:45.006651+0000 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: min_mon_release 19 (squid) 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: election_strategy: 1 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.smithi138 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: 1: [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon.smithi163 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: fsmap 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: osdmap e5: 0 total, 0 up, 0 in 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: mgrmap e17: smithi138.opqedc(active, since 32s) 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: overall HEALTH_OK 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: Standby manager daemon smithi163.fuvfjv started 2024-04-25T04:26:36.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:36.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.? 172.21.15.163:0/1479812197' entity='mgr.smithi163.fuvfjv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-25T04:26:36.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.? 172.21.15.163:0/1479812197' entity='mgr.smithi163.fuvfjv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.fuvfjv/key"}]: dispatch 2024-04-25T04:26:36.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:36.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.? 172.21.15.163:0/1479812197' entity='mgr.smithi163.fuvfjv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-25T04:26:36.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:36.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:36.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:36.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:26:36.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: mon.smithi138 calling monitor election 2024-04-25T04:26:36.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:36.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: mon.smithi163 calling monitor election 2024-04-25T04:26:36.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.? 172.21.15.163:0/1479812197' entity='mgr.smithi163.fuvfjv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.fuvfjv/crt"}]: dispatch 2024-04-25T04:26:36.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:36.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: mon.smithi138 is new leader, mons smithi138,smithi163 in quorum (ranks 0,1) 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: monmap epoch 2 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: last_changed 2024-04-25T04:26:31.330043+0000 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: created 2024-04-25T04:23:45.006651+0000 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: min_mon_release 19 (squid) 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: election_strategy: 1 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: 0: [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] mon.smithi138 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: 1: [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] mon.smithi163 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: fsmap 2024-04-25T04:26:36.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: osdmap e5: 0 total, 0 up, 0 in 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: mgrmap e17: smithi138.opqedc(active, since 32s) 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: overall HEALTH_OK 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: Standby manager daemon smithi163.fuvfjv started 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.? 172.21.15.163:0/1479812197' entity='mgr.smithi163.fuvfjv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.? 172.21.15.163:0/1479812197' entity='mgr.smithi163.fuvfjv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi163.fuvfjv/key"}]: dispatch 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.? 172.21.15.163:0/1479812197' entity='mgr.smithi163.fuvfjv' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:36.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:37.185 INFO:teuthology.orchestra.run.smithi163.stdout: 2024-04-25T04:26:37.185 INFO:teuthology.orchestra.run.smithi163.stdout:{"epoch":2,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","modified":"2024-04-25T04:26:31.330043Z","created":"2024-04-25T04:23:45.006651Z","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":"smithi138","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi163","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:3300","nonce":0},{"type":"v1","addr":"172.21.15.163:6789","nonce":0}]},"addr":"172.21.15.163:6789/0","public_addr":"172.21.15.163:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-25T04:26:37.187 INFO:teuthology.orchestra.run.smithi163.stderr:dumped monmap epoch 2 2024-04-25T04:26:37.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:37 smithi163 ceph-mon[33665]: mgrmap e18: smithi138.opqedc(active, since 33s), standbys: smithi163.fuvfjv 2024-04-25T04:26:37.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr metadata", "who": "smithi163.fuvfjv", "id": "smithi163.fuvfjv"}]: dispatch 2024-04-25T04:26:37.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:26:37.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:37 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/1321062413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:37.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:37.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:37 smithi138 ceph-mon[24012]: mgrmap e18: smithi138.opqedc(active, since 33s), standbys: smithi163.fuvfjv 2024-04-25T04:26:37.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr metadata", "who": "smithi163.fuvfjv", "id": "smithi163.fuvfjv"}]: dispatch 2024-04-25T04:26:37.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:26:37.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:37 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1321062413' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T04:26:37.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:26:37.894 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-25T04:26:37.895 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-25T04:26:38.130 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:26:38.512 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:38 smithi138 ceph-mon[24012]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:38.712 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:38 smithi163 ceph-mon[33665]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:38.823 INFO:teuthology.orchestra.run.smithi138.stdout:# minimal ceph.conf for 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:26:38.823 INFO:teuthology.orchestra.run.smithi138.stdout:[global] 2024-04-25T04:26:38.823 INFO:teuthology.orchestra.run.smithi138.stdout: fsid = 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:26:38.824 INFO:teuthology.orchestra.run.smithi138.stdout: mon_host = [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] [v2:172.21.15.163:3300/0,v1:172.21.15.163:6789/0] 2024-04-25T04:26:39.462 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-25T04:26:39.463 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:26:39.463 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.conf 2024-04-25T04:26:39.487 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:26:39.487 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T04:26:39.551 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:26:39.551 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/ceph/ceph.conf 2024-04-25T04:26:39.576 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:26:39.577 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T04:26:39.639 INFO:tasks.cephadm:Deploying OSDs... 2024-04-25T04:26:39.640 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:26:39.640 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T04:26:39.654 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-25T04:26:39.654 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/nvme1n1 2024-04-25T04:26:39.710 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/nvme1n1 2024-04-25T04:26:39.710 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T04:26:39.710 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 761 Links: 1 Device type: 103,2 2024-04-25T04:26:39.710 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T04:26:39.710 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-25T04:26:39.710 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-04-25 04:25:12.435295761 +0000 2024-04-25T04:26:39.710 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-04-25 04:22:54.655558834 +0000 2024-04-25T04:26:39.710 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-04-25 04:22:54.655558834 +0000 2024-04-25T04:26:39.710 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-04-25 04:22:54.643559095 +0000 2024-04-25T04:26:39.711 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-25T04:26:39.770 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:39 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:39.770 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:39 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/466974103' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:39.770 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:39 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:39.770 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:39 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:39.770 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:39 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:39.771 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:39 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:26:39.772 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-04-25T04:26:39.772 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-04-25T04:26:39.772 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000224182 s, 2.3 MB/s 2024-04-25T04:26:39.773 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-25T04:26:39.829 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/nvme2n1 2024-04-25T04:26:39.883 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/nvme2n1 2024-04-25T04:26:39.884 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T04:26:39.884 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 774 Links: 1 Device type: 103,4 2024-04-25T04:26:39.884 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T04:26:39.884 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-25T04:26:39.884 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-04-25 04:25:12.446295522 +0000 2024-04-25T04:26:39.884 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-04-25 04:22:54.774556252 +0000 2024-04-25T04:26:39.884 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-04-25 04:22:54.774556252 +0000 2024-04-25T04:26:39.884 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-04-25 04:22:54.763556491 +0000 2024-04-25T04:26:39.884 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-25T04:26:39.945 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-04-25T04:26:39.945 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-04-25T04:26:39.945 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000220624 s, 2.3 MB/s 2024-04-25T04:26:39.947 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-25T04:26:39.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:39 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:39.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:39 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/466974103' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:39.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:39 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:39.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:39 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:39.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:39 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:39.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:39 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:26:40.002 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/nvme3n1 2024-04-25T04:26:40.058 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/nvme3n1 2024-04-25T04:26:40.058 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T04:26:40.058 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 787 Links: 1 Device type: 103,6 2024-04-25T04:26:40.058 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T04:26:40.058 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-25T04:26:40.058 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-04-25 04:25:12.457295284 +0000 2024-04-25T04:26:40.058 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-04-25 04:22:54.902553474 +0000 2024-04-25T04:26:40.058 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-04-25 04:22:54.902553474 +0000 2024-04-25T04:26:40.058 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-04-25 04:22:54.894553648 +0000 2024-04-25T04:26:40.058 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-25T04:26:40.120 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-04-25T04:26:40.120 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-04-25T04:26:40.120 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000223053 s, 2.3 MB/s 2024-04-25T04:26:40.121 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-25T04:26:40.177 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/nvme4n1 2024-04-25T04:26:40.233 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/nvme4n1 2024-04-25T04:26:40.233 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T04:26:40.233 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 5h/5d Inode: 798 Links: 1 Device type: 103,8 2024-04-25T04:26:40.233 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T04:26:40.233 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-25T04:26:40.233 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2024-04-25 04:25:12.469295024 +0000 2024-04-25T04:26:40.233 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2024-04-25 04:22:55.025550805 +0000 2024-04-25T04:26:40.233 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2024-04-25 04:22:55.025550805 +0000 2024-04-25T04:26:40.233 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: 2024-04-25 04:22:55.014551043 +0000 2024-04-25T04:26:40.233 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-25T04:26:40.295 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2024-04-25T04:26:40.295 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2024-04-25T04:26:40.295 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000210504 s, 2.4 MB/s 2024-04-25T04:26:40.296 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-25T04:26:40.353 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:26:40.354 DEBUG:teuthology.orchestra.run.smithi163:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T04:26:40.372 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-25T04:26:40.372 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/nvme1n1 2024-04-25T04:26:40.428 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/nvme1n1 2024-04-25T04:26:40.428 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T04:26:40.428 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 760 Links: 1 Device type: 103,2 2024-04-25T04:26:40.428 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T04:26:40.428 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-25T04:26:40.429 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-25 04:26:09.027831251 +0000 2024-04-25T04:26:40.429 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-25 04:22:56.166401394 +0000 2024-04-25T04:26:40.429 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-25 04:22:56.166401394 +0000 2024-04-25T04:26:40.429 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-04-25 04:22:56.155404743 +0000 2024-04-25T04:26:40.429 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-25T04:26:40.492 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-25T04:26:40.492 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-25T04:26:40.492 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000238216 s, 2.1 MB/s 2024-04-25T04:26:40.494 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-25T04:26:40.551 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/nvme2n1 2024-04-25T04:26:40.607 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/nvme2n1 2024-04-25T04:26:40.607 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T04:26:40.607 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 773 Links: 1 Device type: 103,4 2024-04-25T04:26:40.608 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T04:26:40.608 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-25T04:26:40.608 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-25 04:26:09.038830999 +0000 2024-04-25T04:26:40.608 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-25 04:22:56.280366690 +0000 2024-04-25T04:26:40.608 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-25 04:22:56.280366690 +0000 2024-04-25T04:26:40.608 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-04-25 04:22:56.275368212 +0000 2024-04-25T04:26:40.608 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-25T04:26:40.670 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-25T04:26:40.670 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-25T04:26:40.671 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000215032 s, 2.4 MB/s 2024-04-25T04:26:40.672 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-25T04:26:40.711 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: Updating smithi138:/etc/ceph/ceph.conf 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: Updating smithi163:/etc/ceph/ceph.conf 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: Updating smithi138:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: Updating smithi163:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T04:26:40.712 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:40.728 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/nvme3n1 2024-04-25T04:26:40.782 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/nvme3n1 2024-04-25T04:26:40.783 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T04:26:40.783 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 785 Links: 1 Device type: 103,6 2024-04-25T04:26:40.783 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T04:26:40.783 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-25T04:26:40.783 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-25 04:26:09.051830700 +0000 2024-04-25T04:26:40.783 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-25 04:22:56.406328332 +0000 2024-04-25T04:26:40.783 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-25 04:22:56.406328332 +0000 2024-04-25T04:26:40.783 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-04-25 04:22:56.395331681 +0000 2024-04-25T04:26:40.783 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: Updating smithi138:/etc/ceph/ceph.conf 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: Updating smithi163:/etc/ceph/ceph.conf 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: Updating smithi138:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: Updating smithi163:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:40.844 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T04:26:40.844 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T04:26:40.844 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:40.845 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-25T04:26:40.845 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-25T04:26:40.845 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000207503 s, 2.5 MB/s 2024-04-25T04:26:40.846 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-25T04:26:40.902 DEBUG:teuthology.orchestra.run.smithi163:> stat /dev/nvme4n1 2024-04-25T04:26:40.957 INFO:teuthology.orchestra.run.smithi163.stdout: File: /dev/nvme4n1 2024-04-25T04:26:40.957 INFO:teuthology.orchestra.run.smithi163.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T04:26:40.957 INFO:teuthology.orchestra.run.smithi163.stdout:Device: 5h/5d Inode: 797 Links: 1 Device type: 103,8 2024-04-25T04:26:40.957 INFO:teuthology.orchestra.run.smithi163.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T04:26:40.957 INFO:teuthology.orchestra.run.smithi163.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-25T04:26:40.957 INFO:teuthology.orchestra.run.smithi163.stdout:Access: 2024-04-25 04:26:09.063830425 +0000 2024-04-25T04:26:40.958 INFO:teuthology.orchestra.run.smithi163.stdout:Modify: 2024-04-25 04:22:56.525292106 +0000 2024-04-25T04:26:40.958 INFO:teuthology.orchestra.run.smithi163.stdout:Change: 2024-04-25 04:22:56.525292106 +0000 2024-04-25T04:26:40.958 INFO:teuthology.orchestra.run.smithi163.stdout: Birth: 2024-04-25 04:22:56.513295759 +0000 2024-04-25T04:26:40.958 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-25T04:26:41.019 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records in 2024-04-25T04:26:41.020 INFO:teuthology.orchestra.run.smithi163.stderr:1+0 records out 2024-04-25T04:26:41.020 INFO:teuthology.orchestra.run.smithi163.stderr:512 bytes copied, 0.000219655 s, 2.3 MB/s 2024-04-25T04:26:41.021 DEBUG:teuthology.orchestra.run.smithi163:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-25T04:26:41.076 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-25T04:26:41.357 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi163/config 2024-04-25T04:26:41.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:41 smithi138 ceph-mon[24012]: Reconfiguring mon.smithi138 (unknown last config time)... 2024-04-25T04:26:41.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:41 smithi138 ceph-mon[24012]: Reconfiguring daemon mon.smithi138 on smithi138 2024-04-25T04:26:41.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:41 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:41.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:41 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:41.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:41 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.opqedc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T04:26:41.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:41 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T04:26:41.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:41 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:41.753 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:41 smithi163 ceph-mon[33665]: Reconfiguring mon.smithi138 (unknown last config time)... 2024-04-25T04:26:41.753 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:41 smithi163 ceph-mon[33665]: Reconfiguring daemon mon.smithi138 on smithi138 2024-04-25T04:26:41.753 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:41 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:41.753 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:41 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:41.753 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:41 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi138.opqedc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T04:26:41.753 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:41 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T04:26:41.753 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:41 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:42.083 INFO:teuthology.orchestra.run.smithi163.stdout:Scheduled osd.all-available-devices update... 2024-04-25T04:26:42.641 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-25T04:26:42.641 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:26:42.821 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:42 smithi138 ceph-mon[24012]: Reconfiguring mgr.smithi138.opqedc (unknown last config time)... 2024-04-25T04:26:42.821 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:42 smithi138 ceph-mon[24012]: Reconfiguring daemon mgr.smithi138.opqedc on smithi138 2024-04-25T04:26:42.821 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:42 smithi138 ceph-mon[24012]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:42.822 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:42 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:42.895 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:26:42.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:42 smithi163 ceph-mon[33665]: Reconfiguring mgr.smithi138.opqedc (unknown last config time)... 2024-04-25T04:26:42.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:42 smithi163 ceph-mon[33665]: Reconfiguring daemon mgr.smithi138.opqedc on smithi138 2024-04-25T04:26:42.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:42 smithi163 ceph-mon[33665]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:42.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:42 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:43.624 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:26:43.646 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:43 smithi138 ceph-mon[24012]: from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:26:43.646 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:43 smithi138 ceph-mon[24012]: Marking host: smithi138 for OSDSpec preview refresh. 2024-04-25T04:26:43.646 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:43 smithi138 ceph-mon[24012]: Marking host: smithi163 for OSDSpec preview refresh. 2024-04-25T04:26:43.646 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:43 smithi138 ceph-mon[24012]: Saving service osd.all-available-devices spec with placement * 2024-04-25T04:26:43.646 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:43 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:43.646 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:43 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:43.646 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:43 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi138", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T04:26:43.646 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:43 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:43.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:43 smithi163 ceph-mon[33665]: from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:26:43.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:43 smithi163 ceph-mon[33665]: Marking host: smithi138 for OSDSpec preview refresh. 2024-04-25T04:26:43.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:43 smithi163 ceph-mon[33665]: Marking host: smithi163 for OSDSpec preview refresh. 2024-04-25T04:26:43.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:43 smithi163 ceph-mon[33665]: Saving service osd.all-available-devices spec with placement * 2024-04-25T04:26:43.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:43 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:43.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:43 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:43.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:43 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi138", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T04:26:43.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:43 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:44.493 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:26:44.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:44 smithi163 ceph-mon[33665]: Reconfiguring ceph-exporter.smithi138 (monmap changed)... 2024-04-25T04:26:44.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:44 smithi163 ceph-mon[33665]: Reconfiguring daemon ceph-exporter.smithi138 on smithi138 2024-04-25T04:26:44.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:44 smithi163 ceph-mon[33665]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:44.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:44 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1330972471' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:44.850 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:44 smithi138 ceph-mon[24012]: Reconfiguring ceph-exporter.smithi138 (monmap changed)... 2024-04-25T04:26:44.850 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:44 smithi138 ceph-mon[24012]: Reconfiguring daemon ceph-exporter.smithi138 on smithi138 2024-04-25T04:26:44.850 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:44 smithi138 ceph-mon[24012]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:44.850 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:44 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1330972471' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:45.493 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:26:45.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:45.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:45.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:45 smithi163 ceph-mon[33665]: Reconfiguring crash.smithi138 (monmap changed)... 2024-04-25T04:26:45.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T04:26:45.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:45.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:45 smithi163 ceph-mon[33665]: Reconfiguring daemon crash.smithi138 on smithi138 2024-04-25T04:26:45.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:45 smithi163 ceph-mon[33665]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:46.124 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:46.124 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:46.124 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:45 smithi138 ceph-mon[24012]: Reconfiguring crash.smithi138 (monmap changed)... 2024-04-25T04:26:46.124 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi138", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T04:26:46.124 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:26:46.124 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:45 smithi138 ceph-mon[24012]: Reconfiguring daemon crash.smithi138 on smithi138 2024-04-25T04:26:46.124 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:45 smithi138 ceph-mon[24012]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:46.499 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:26:47.190 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:26:47.815 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:47 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:47.815 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:47 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:47.815 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:47 smithi138 ceph-mon[24012]: Reconfiguring alertmanager.smithi138 (dependencies changed)... 2024-04-25T04:26:47.815 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:47 smithi138 ceph-mon[24012]: Reconfiguring daemon alertmanager.smithi138 on smithi138 2024-04-25T04:26:47.815 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:47 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1779208010' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:47.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:47 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:47.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:47 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:47.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:47 smithi163 ceph-mon[33665]: Reconfiguring alertmanager.smithi138 (dependencies changed)... 2024-04-25T04:26:47.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:47 smithi163 ceph-mon[33665]: Reconfiguring daemon alertmanager.smithi138 on smithi138 2024-04-25T04:26:47.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:47 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1779208010' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:48.443 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:26:48.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:48 smithi138 ceph-mon[24012]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:48.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:26:48.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:48 smithi163 ceph-mon[33665]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:48.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:26:49.444 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:26:50.320 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:26:50.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:50 smithi138 ceph-mon[24012]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:50.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:50 smithi163 ceph-mon[33665]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:50.983 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:26:51.870 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:51 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1589932555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:51.897 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:26:51.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:51 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1589932555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:52.898 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:26:52.911 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:52 smithi138 ceph-mon[24012]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:52.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:52 smithi163 ceph-mon[33665]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:53.202 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:26:53.918 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:26:54.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:54.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:54.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:54 smithi138 ceph-mon[24012]: Reconfiguring grafana.smithi138 (dependencies changed)... 2024-04-25T04:26:54.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:54 smithi138 ceph-mon[24012]: Reconfiguring daemon grafana.smithi138 on smithi138 2024-04-25T04:26:54.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:54 smithi138 ceph-mon[24012]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:54.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:54 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3691527036' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:54.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:54.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:54.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:54 smithi163 ceph-mon[33665]: Reconfiguring grafana.smithi138 (dependencies changed)... 2024-04-25T04:26:54.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:54 smithi163 ceph-mon[33665]: Reconfiguring daemon grafana.smithi138 on smithi138 2024-04-25T04:26:54.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:54 smithi163 ceph-mon[33665]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:54.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:54 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3691527036' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:55.500 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:26:56.501 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:26:56.502 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:56 smithi138 ceph-mon[24012]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:56.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:56 smithi163 ceph-mon[33665]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:57.203 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:26:57.900 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:26:58.586 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:26:58.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:58 smithi138 ceph-mon[24012]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:58.633 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:58 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1609653304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:58.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:58 smithi163 ceph-mon[33665]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:26:58.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:58 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1609653304' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:26:59.587 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:26:59.886 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:59.886 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:26:59.886 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:59 smithi138 ceph-mon[24012]: Reconfiguring prometheus.smithi138 (dependencies changed)... 2024-04-25T04:26:59.887 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:59 smithi138 ceph-mon[24012]: Reconfiguring daemon prometheus.smithi138 on smithi138 2024-04-25T04:26:59.887 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:26:59 smithi138 ceph-mon[24012]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:00.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:00.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:00.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:59 smithi163 ceph-mon[33665]: Reconfiguring prometheus.smithi138 (dependencies changed)... 2024-04-25T04:27:00.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:59 smithi163 ceph-mon[33665]: Reconfiguring daemon prometheus.smithi138 on smithi138 2024-04-25T04:27:00.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:26:59 smithi163 ceph-mon[33665]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:00.350 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:01.055 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:01.286 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:01 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/4140952354' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:01.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:01 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/4140952354' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:01.924 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:27:02.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:02 smithi138 ceph-mon[24012]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:02.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:02 smithi163 ceph-mon[33665]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:02.925 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:03.406 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:03.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:27:03.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:27:04.150 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:04.754 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:04 smithi138 ceph-mon[24012]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:04.754 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:04 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2551372463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:04.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:04 smithi163 ceph-mon[33665]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:04.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:04 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2551372463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:05.182 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:27:06.184 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:06.424 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:06.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:06 smithi163 ceph-mon[33665]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:06.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:06 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:06.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:06 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:06.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:06 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi163", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T04:27:06.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:06 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:06.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:06 smithi138 ceph-mon[24012]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:06.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:06 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:06.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:06 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:06.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:06 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi163", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T04:27:06.823 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:06 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:07.046 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:07.602 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:07 smithi138 ceph-mon[24012]: Reconfiguring ceph-exporter.smithi163 (monmap changed)... 2024-04-25T04:27:07.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:07 smithi138 ceph-mon[24012]: Reconfiguring daemon ceph-exporter.smithi163 on smithi163 2024-04-25T04:27:07.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:07 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1981125352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:07.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:07 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:07.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:07 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:07.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:07 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T04:27:07.604 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:07 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:07.631 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:27:07.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:07 smithi163 ceph-mon[33665]: Reconfiguring ceph-exporter.smithi163 (monmap changed)... 2024-04-25T04:27:07.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:07 smithi163 ceph-mon[33665]: Reconfiguring daemon ceph-exporter.smithi163 on smithi163 2024-04-25T04:27:07.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:07 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1981125352' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:07.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:07 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:07.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:07 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:07.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:07 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi163", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T04:27:07.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:07 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:08.632 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:08.650 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:08 smithi163 ceph-mon[33665]: Reconfiguring crash.smithi163 (monmap changed)... 2024-04-25T04:27:08.650 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:08 smithi163 ceph-mon[33665]: Reconfiguring daemon crash.smithi163 on smithi163 2024-04-25T04:27:08.650 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:08 smithi163 ceph-mon[33665]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:08.873 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:08.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:08 smithi138 ceph-mon[24012]: Reconfiguring crash.smithi163 (monmap changed)... 2024-04-25T04:27:08.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:08 smithi138 ceph-mon[24012]: Reconfiguring daemon crash.smithi163 on smithi163 2024-04-25T04:27:08.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:08 smithi138 ceph-mon[24012]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:09.575 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:10.096 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:27:10.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:10.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:10.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:10 smithi138 ceph-mon[24012]: Reconfiguring mgr.smithi163.fuvfjv (monmap changed)... 2024-04-25T04:27:10.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.fuvfjv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T04:27:10.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T04:27:10.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:10.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:10 smithi138 ceph-mon[24012]: Reconfiguring daemon mgr.smithi163.fuvfjv on smithi163 2024-04-25T04:27:10.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:10 smithi138 ceph-mon[24012]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:10.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:10 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/790382839' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:10.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:10 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:10.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:10 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:10.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:10 smithi163 ceph-mon[33665]: Reconfiguring mgr.smithi163.fuvfjv (monmap changed)... 2024-04-25T04:27:10.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:10 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi163.fuvfjv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T04:27:10.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:10 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T04:27:10.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:10 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:10.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:10 smithi163 ceph-mon[33665]: Reconfiguring daemon mgr.smithi163.fuvfjv on smithi163 2024-04-25T04:27:10.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:10 smithi163 ceph-mon[33665]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:10.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:10 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/790382839' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:11.147 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:11.398 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:11.754 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:11.755 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:11.755 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:11 smithi138 ceph-mon[24012]: Reconfiguring mon.smithi163 (monmap changed)... 2024-04-25T04:27:11.755 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T04:27:11.755 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T04:27:11.755 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:11.755 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:11 smithi138 ceph-mon[24012]: Reconfiguring daemon mon.smithi163 on smithi163 2024-04-25T04:27:11.755 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:11 smithi138 ceph-mon[24012]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:11.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:11.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:11.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:11 smithi163 ceph-mon[33665]: Reconfiguring mon.smithi163 (monmap changed)... 2024-04-25T04:27:11.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T04:27:11.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T04:27:11.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:11.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:11 smithi163 ceph-mon[33665]: Reconfiguring daemon mon.smithi163 on smithi163 2024-04-25T04:27:11.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:11 smithi163 ceph-mon[33665]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:12.065 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:12.621 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:27:12.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1219198657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:12.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:12.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:12.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T04:27:12.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138:9093"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138:9093"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138:3000"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138:3000"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138:9095"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138:9095"}]: dispatch 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:12.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:27:13.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1219198657' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138:9093"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi138:9093"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138:3000"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi138:3000"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T04:27:13.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T04:27:13.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138:9095"}]: dispatch 2024-04-25T04:27:13.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi138:9095"}]: dispatch 2024-04-25T04:27:13.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:13.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:27:13.622 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:13 smithi138 ceph-mon[24012]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:13.999 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:13 smithi163 ceph-mon[33665]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:14.468 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:15.196 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:15.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:15 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:15.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:15 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:15.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:15 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:15.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:15 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:15.916 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:15 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1893352650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:15.944 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:27:15.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:15 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:15.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:15 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:15.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:15 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:15.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:15 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:15.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:15 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1893352650' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:16.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:16 smithi163 ceph-mon[33665]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:16.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:16 smithi138 ceph-mon[24012]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:16.945 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:17.663 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:18.335 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:18.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:18.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1150352010' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:18.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.624 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:18.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:27:18.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:27:18.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T04:27:18.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:18.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T04:27:18.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:18.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:27:18.900 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1150352010' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T04:27:18.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:18.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T04:27:18.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:18.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:27:19.901 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:20.202 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:20.667 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:20 smithi138 ceph-mon[24012]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:20.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:20 smithi163 ceph-mon[33665]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:21.284 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:21.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:21 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2137391395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:21.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:21 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/4000973425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02fbbe8c-1c6a-4dd1-9afc-cb4767197a26"}]: dispatch 2024-04-25T04:27:21.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:21 smithi138 ceph-mon[24012]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02fbbe8c-1c6a-4dd1-9afc-cb4767197a26"}]: dispatch 2024-04-25T04:27:21.573 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:21 smithi138 ceph-mon[24012]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02fbbe8c-1c6a-4dd1-9afc-cb4767197a26"}]': finished 2024-04-25T04:27:21.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:21 smithi138 ceph-mon[24012]: osdmap e6: 1 total, 0 up, 1 in 2024-04-25T04:27:21.574 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:21.888 INFO:teuthology.orchestra.run.smithi138.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-04-25T04:27:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:21 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2137391395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:21 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/4000973425' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02fbbe8c-1c6a-4dd1-9afc-cb4767197a26"}]: dispatch 2024-04-25T04:27:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:21 smithi163 ceph-mon[33665]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "02fbbe8c-1c6a-4dd1-9afc-cb4767197a26"}]: dispatch 2024-04-25T04:27:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:21 smithi163 ceph-mon[33665]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "02fbbe8c-1c6a-4dd1-9afc-cb4767197a26"}]': finished 2024-04-25T04:27:21.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:21 smithi163 ceph-mon[33665]: osdmap e6: 1 total, 0 up, 1 in 2024-04-25T04:27:21.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:22.890 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:22.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:22 smithi138 ceph-mon[24012]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:22.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:22 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2861300973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e147fea1-59ee-424f-977c-09dfd508e594"}]: dispatch 2024-04-25T04:27:22.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:22 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2861300973' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e147fea1-59ee-424f-977c-09dfd508e594"}]': finished 2024-04-25T04:27:22.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:22 smithi138 ceph-mon[24012]: osdmap e7: 2 total, 0 up, 2 in 2024-04-25T04:27:22.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:22.914 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:22.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:22 smithi163 ceph-mon[33665]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:22.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:22 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2861300973' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e147fea1-59ee-424f-977c-09dfd508e594"}]: dispatch 2024-04-25T04:27:22.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:22 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2861300973' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e147fea1-59ee-424f-977c-09dfd508e594"}]': finished 2024-04-25T04:27:22.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:22 smithi163 ceph-mon[33665]: osdmap e7: 2 total, 0 up, 2 in 2024-04-25T04:27:22.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:22.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:23.139 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:23.541 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:23 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2313147739' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:23.542 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:23 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3930499747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:23.854 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:23.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:23 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/2313147739' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:23.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:23 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3930499747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:24.452 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1714019241,"num_remapped_pgs":0} 2024-04-25T04:27:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:24 smithi138 ceph-mon[24012]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:24.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:24 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1377791758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:24.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:24 smithi163 ceph-mon[33665]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:24.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:24 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1377791758' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:25.454 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:25.710 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:25.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:25 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/3453817053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a31d94c-25a2-403d-b47a-01b12ad110e2"}]: dispatch 2024-04-25T04:27:25.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:25 smithi138 ceph-mon[24012]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a31d94c-25a2-403d-b47a-01b12ad110e2"}]: dispatch 2024-04-25T04:27:25.831 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:25 smithi138 ceph-mon[24012]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a31d94c-25a2-403d-b47a-01b12ad110e2"}]': finished 2024-04-25T04:27:25.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:25 smithi138 ceph-mon[24012]: osdmap e8: 3 total, 0 up, 3 in 2024-04-25T04:27:25.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:25 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:25.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:25 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:25.832 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:25 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:25.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:25 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/3453817053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a31d94c-25a2-403d-b47a-01b12ad110e2"}]: dispatch 2024-04-25T04:27:25.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:25 smithi163 ceph-mon[33665]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a31d94c-25a2-403d-b47a-01b12ad110e2"}]: dispatch 2024-04-25T04:27:25.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:25 smithi163 ceph-mon[33665]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a31d94c-25a2-403d-b47a-01b12ad110e2"}]': finished 2024-04-25T04:27:25.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:25 smithi163 ceph-mon[33665]: osdmap e8: 3 total, 0 up, 3 in 2024-04-25T04:27:25.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:25 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:25.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:25 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:25.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:25 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:26.511 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:26 smithi138 ceph-mon[24012]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:26 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3403982259' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8008204b-64cd-4acb-b812-341bafb534de"}]: dispatch 2024-04-25T04:27:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:26 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3403982259' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8008204b-64cd-4acb-b812-341bafb534de"}]': finished 2024-04-25T04:27:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:26 smithi138 ceph-mon[24012]: osdmap e9: 4 total, 0 up, 4 in 2024-04-25T04:27:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:26.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:26 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/2029325240' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:26.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:26 smithi163 ceph-mon[33665]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:26.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:26 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3403982259' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8008204b-64cd-4acb-b812-341bafb534de"}]: dispatch 2024-04-25T04:27:26.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:26 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3403982259' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8008204b-64cd-4acb-b812-341bafb534de"}]': finished 2024-04-25T04:27:26.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:26 smithi163 ceph-mon[33665]: osdmap e9: 4 total, 0 up, 4 in 2024-04-25T04:27:26.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:26.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:26.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:26.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:26.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:26 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/2029325240' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:27.238 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1714019245,"num_remapped_pgs":0} 2024-04-25T04:27:27.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:27 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2816907920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:27.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:27 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3700181177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:27.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:27 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2816907920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:27.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:27 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3700181177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:28.242 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:28.482 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:28.603 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:28 smithi138 ceph-mon[24012]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:28.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:28 smithi163 ceph-mon[33665]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:29.196 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:29.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1450445818' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79b51257-b211-4e69-baa1-d0a742e200b1"}]: dispatch 2024-04-25T04:27:29.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79b51257-b211-4e69-baa1-d0a742e200b1"}]: dispatch 2024-04-25T04:27:29.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79b51257-b211-4e69-baa1-d0a742e200b1"}]': finished 2024-04-25T04:27:29.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: osdmap e10: 5 total, 0 up, 5 in 2024-04-25T04:27:29.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:29.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:29.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:29.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:29.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:29.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:29 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3235508320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:29.804 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1714019249,"num_remapped_pgs":0} 2024-04-25T04:27:29.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/1450445818' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79b51257-b211-4e69-baa1-d0a742e200b1"}]: dispatch 2024-04-25T04:27:29.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "79b51257-b211-4e69-baa1-d0a742e200b1"}]: dispatch 2024-04-25T04:27:29.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "79b51257-b211-4e69-baa1-d0a742e200b1"}]': finished 2024-04-25T04:27:29.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: osdmap e10: 5 total, 0 up, 5 in 2024-04-25T04:27:29.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:29.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:29.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:29.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:29.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:29.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:29 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3235508320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:30.805 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:30.827 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:30.827 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/362486816' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15e51b3c-0671-4f9e-92cd-035c911b4ff6"}]: dispatch 2024-04-25T04:27:30.827 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/362486816' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15e51b3c-0671-4f9e-92cd-035c911b4ff6"}]': finished 2024-04-25T04:27:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: osdmap e11: 6 total, 0 up, 6 in 2024-04-25T04:27:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:30.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:30 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1439857694' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/362486816' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15e51b3c-0671-4f9e-92cd-035c911b4ff6"}]: dispatch 2024-04-25T04:27:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/362486816' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15e51b3c-0671-4f9e-92cd-035c911b4ff6"}]': finished 2024-04-25T04:27:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: osdmap e11: 6 total, 0 up, 6 in 2024-04-25T04:27:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:30 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/1439857694' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:31.048 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:31.778 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:31.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:31 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/753939909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:31.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:31 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/753939909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:32.400 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1714019249,"num_remapped_pgs":0} 2024-04-25T04:27:32.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:32 smithi138 ceph-mon[24012]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:32.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:32 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/418579664' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:32.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:32 smithi163 ceph-mon[33665]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:32.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:32 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/418579664' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:33.400 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:33.658 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:33.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/3827030070' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09e56fde-f2f0-417b-a059-ac3c2e600fe5"}]: dispatch 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09e56fde-f2f0-417b-a059-ac3c2e600fe5"}]: dispatch 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09e56fde-f2f0-417b-a059-ac3c2e600fe5"}]': finished 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: osdmap e12: 7 total, 0 up, 7 in 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:33.781 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:27:33.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/3827030070' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09e56fde-f2f0-417b-a059-ac3c2e600fe5"}]: dispatch 2024-04-25T04:27:33.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09e56fde-f2f0-417b-a059-ac3c2e600fe5"}]: dispatch 2024-04-25T04:27:33.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09e56fde-f2f0-417b-a059-ac3c2e600fe5"}]': finished 2024-04-25T04:27:33.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: osdmap e12: 7 total, 0 up, 7 in 2024-04-25T04:27:33.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:33.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:33.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:33.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:33.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:33.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:33.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:33.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:27:34.440 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:34.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:34.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/651189597' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9877ab3-1ba4-4bbe-9215-38daebc9ae5c"}]: dispatch 2024-04-25T04:27:34.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/651189597' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9877ab3-1ba4-4bbe-9215-38daebc9ae5c"}]': finished 2024-04-25T04:27:34.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: osdmap e13: 8 total, 0 up, 8 in 2024-04-25T04:27:34.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:34.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:34.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:34.788 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:34.789 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:34.789 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:34.789 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:34.789 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:34.789 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/4150041589' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:34.789 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:34 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2395317871' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:34.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/651189597' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a9877ab3-1ba4-4bbe-9215-38daebc9ae5c"}]: dispatch 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/651189597' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a9877ab3-1ba4-4bbe-9215-38daebc9ae5c"}]': finished 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: osdmap e13: 8 total, 0 up, 8 in 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:34.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/4150041589' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:34.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:34 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2395317871' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:35.057 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:27:35.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:35 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/822689387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:35.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:35 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/822689387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T04:27:36.058 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:36.299 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:36.705 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:36 smithi138 ceph-mon[24012]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:36.907 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:36 smithi163 ceph-mon[33665]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:37.134 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:37.613 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:37 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2179939067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:37.793 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:37 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2179939067' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:38.294 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:27:38.776 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:38 smithi138 ceph-mon[24012]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:38.926 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:38 smithi163 ceph-mon[33665]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:39.295 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:39.773 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:40.792 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:40 smithi163 ceph-mon[33665]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:40.792 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T04:27:40.792 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:40.816 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:40 smithi138 ceph-mon[24012]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:40.816 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T04:27:40.816 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:40.941 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:41.461 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:27:41.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:41 smithi138 ceph-mon[24012]: Deploying daemon osd.0 on smithi163 2024-04-25T04:27:41.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:41 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1203442298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:41.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:41 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T04:27:41.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:41 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:41.940 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:41 smithi163 ceph-mon[33665]: Deploying daemon osd.0 on smithi163 2024-04-25T04:27:41.940 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:41 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1203442298' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:41.940 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:41 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T04:27:41.940 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:41 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:42.463 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:42.793 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:42.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:42 smithi138 ceph-mon[24012]: Deploying daemon osd.1 on smithi138 2024-04-25T04:27:42.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:42 smithi138 ceph-mon[24012]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:42.946 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:42 smithi163 ceph-mon[33665]: Deploying daemon osd.1 on smithi138 2024-04-25T04:27:42.946 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:42 smithi163 ceph-mon[33665]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:43.919 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:44.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:44 smithi138 ceph-mon[24012]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:44.864 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:44 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2862214500' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:44.904 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:44 smithi163 ceph-mon[33665]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:44.904 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:44 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2862214500' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:45.021 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:27:46.022 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:46.641 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:46 smithi138 ceph-mon[24012]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:46.641 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:46 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:46.641 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:46 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:46.641 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:46 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T04:27:46.642 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:46 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:46.715 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:46.765 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:46 smithi163 ceph-mon[33665]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:46.766 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:46 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:46.766 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:46 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:46.766 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:46 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T04:27:46.766 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:46 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:47.348 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:47.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:47 smithi138 ceph-mon[24012]: Deploying daemon osd.2 on smithi163 2024-04-25T04:27:47.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:47 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/952431320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:47.826 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:47 smithi163 ceph-mon[33665]: Deploying daemon osd.2 on smithi163 2024-04-25T04:27:47.826 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:47 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/952431320' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:48.273 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:27:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:48 smithi138 ceph-mon[24012]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T04:27:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:48.576 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:27:48.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:48 smithi163 ceph-mon[33665]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:48.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:48.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:48.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T04:27:48.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:48.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:27:49.274 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:49.606 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:49.822 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:49 smithi138 ceph-mon[24012]: Deploying daemon osd.3 on smithi138 2024-04-25T04:27:49.822 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:49 smithi138 ceph-mon[24012]: from='osd.0 [v2:172.21.15.163:6800/16855803,v1:172.21.15.163:6801/16855803]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T04:27:49.822 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:49 smithi138 ceph-mon[24012]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T04:27:49.883 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:49 smithi163 ceph-mon[33665]: Deploying daemon osd.3 on smithi138 2024-04-25T04:27:49.883 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:49 smithi163 ceph-mon[33665]: from='osd.0 [v2:172.21.15.163:6800/16855803,v1:172.21.15.163:6801/16855803]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T04:27:49.883 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:49 smithi163 ceph-mon[33665]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T04:27:50.659 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:50.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:50.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-25T04:27:50.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: osdmap e14: 8 total, 0 up, 8 in 2024-04-25T04:27:50.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:50.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:50.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:50.659 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:50.660 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:50.660 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:50.660 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:50.660 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:50.660 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='osd.0 [v2:172.21.15.163:6800/16855803,v1:172.21.15.163:6801/16855803]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:27:50.660 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:50 smithi138 ceph-mon[24012]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: osdmap e14: 8 total, 0 up, 8 in 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='osd.0 [v2:172.21.15.163:6800/16855803,v1:172.21.15.163:6801/16855803]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:27:50.811 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:50 smithi163 ceph-mon[33665]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:27:51.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2024-04-25T04:27:51.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: osdmap e15: 8 total, 0 up, 8 in 2024-04-25T04:27:51.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:51.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:51.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:51.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:51.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:51.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:51.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:51.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:51.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:51.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1588150604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:51.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:51 smithi138 ceph-mon[24012]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T04:27:51.806 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:27:51.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2024-04-25T04:27:51.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: osdmap e15: 8 total, 0 up, 8 in 2024-04-25T04:27:51.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:51.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:51.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:51.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:51.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:51.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:51.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:51.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:51.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:51.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1588150604' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:51.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:51 smithi163 ceph-mon[33665]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T04:27:52.807 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:52.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: purged_snaps scrub starts 2024-04-25T04:27:52.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: purged_snaps scrub ok 2024-04-25T04:27:52.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:52.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-25T04:27:52.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: osd.0 [v2:172.21.15.163:6800/16855803,v1:172.21.15.163:6801/16855803] boot 2024-04-25T04:27:52.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: osdmap e16: 8 total, 1 up, 8 in 2024-04-25T04:27:52.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-04-25T04:27:52.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:52.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:52.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:52.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:52.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:52.922 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:52.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:52.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:52.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:52.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:52.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-25T04:27:52.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:52.923 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:52 smithi138 ceph-mon[24012]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-04-25T04:27:52.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: purged_snaps scrub starts 2024-04-25T04:27:52.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: purged_snaps scrub ok 2024-04-25T04:27:52.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T04:27:52.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-25T04:27:52.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: osd.0 [v2:172.21.15.163:6800/16855803,v1:172.21.15.163:6801/16855803] boot 2024-04-25T04:27:52.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: osdmap e16: 8 total, 1 up, 8 in 2024-04-25T04:27:52.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-04-25T04:27:52.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T04:27:52.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:52.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:52.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:52.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:52.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:52.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:52.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:52.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:52.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:52.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-25T04:27:52.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:52.971 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:52 smithi163 ceph-mon[33665]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-04-25T04:27:53.522 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: Deploying daemon osd.4 on smithi163 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: osdmap e17: 8 total, 1 up, 8 in 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:53.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:53.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' 2024-04-25T04:27:53.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: pgmap v60: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T04:27:53.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:53 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:53.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: Deploying daemon osd.4 on smithi163 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: osdmap e17: 8 total, 1 up, 8 in 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770]' entity='osd.1' 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: pgmap v60: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T04:27:53.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:53 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:54.649 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:55.104 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: purged_snaps scrub starts 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: purged_snaps scrub ok 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: Deploying daemon osd.5 on smithi138 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770] boot 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: osdmap e18: 8 total, 2 up, 8 in 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:55.105 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:55.106 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:55.106 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:55.106 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:55.106 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:55.106 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/4084869069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:55.106 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='osd.2 [v2:172.21.15.163:6808/235471171,v1:172.21.15.163:6809/235471171]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T04:27:55.106 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:55 smithi138 ceph-mon[24012]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T04:27:55.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: purged_snaps scrub starts 2024-04-25T04:27:55.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: purged_snaps scrub ok 2024-04-25T04:27:55.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: Deploying daemon osd.5 on smithi138 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: osd.1 [v2:172.21.15.138:6802/1875552770,v1:172.21.15.138:6803/1875552770] boot 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: osdmap e18: 8 total, 2 up, 8 in 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:55.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:55.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/4084869069' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:55.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='osd.2 [v2:172.21.15.163:6808/235471171,v1:172.21.15.163:6809/235471171]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T04:27:55.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:55 smithi163 ceph-mon[33665]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T04:27:55.449 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":18,"num_osds":8,"num_up_osds":2,"osd_up_since":1714019274,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: osdmap e19: 8 total, 2 up, 8 in 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: from='osd.2 [v2:172.21.15.163:6808/235471171,v1:172.21.15.163:6809/235471171]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:27:56.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:56 smithi138 ceph-mon[24012]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: osdmap e19: 8 total, 2 up, 8 in 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: from='osd.2 [v2:172.21.15.163:6808/235471171,v1:172.21.15.163:6809/235471171]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:27:56.423 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:56 smithi163 ceph-mon[33665]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T04:27:56.450 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:27:56.902 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:27:57.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:57 smithi163 ceph-mon[33665]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2024-04-25T04:27:57.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:57 smithi163 ceph-mon[33665]: osdmap e20: 8 total, 2 up, 8 in 2024-04-25T04:27:57.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:57 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:57.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:57 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:57.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:57 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:57.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:57 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:57.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:57 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:57.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:57 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:57.300 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:57 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:57.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:57 smithi138 ceph-mon[24012]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2024-04-25T04:27:57.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:57 smithi138 ceph-mon[24012]: osdmap e20: 8 total, 2 up, 8 in 2024-04-25T04:27:57.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:57 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:57.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:57 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:57.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:57 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:57.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:57 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:57.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:57 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:57.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:57 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:57.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:57 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:57.749 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:27:58.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: purged_snaps scrub starts 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: purged_snaps scrub ok 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: osd.2 [v2:172.21.15.163:6808/235471171,v1:172.21.15.163:6809/235471171] boot 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: osdmap e21: 8 total, 3 up, 8 in 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 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-04-25T04:27:58.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:58.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:58.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-25T04:27:58.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:58.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: Deploying daemon osd.6 on smithi163 2024-04-25T04:27:58.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:58 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2532529810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:58.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: purged_snaps scrub starts 2024-04-25T04:27:58.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: purged_snaps scrub ok 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: osd.2 [v2:172.21.15.163:6808/235471171,v1:172.21.15.163:6809/235471171] boot 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: osdmap e21: 8 total, 3 up, 8 in 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 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-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:58.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:27:58.356 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-25T04:27:58.356 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:27:58.356 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: Deploying daemon osd.6 on smithi163 2024-04-25T04:27:58.356 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:58 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2532529810' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:27:58.697 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1714019277,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 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-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: osdmap e22: 8 total, 3 up, 8 in 2024-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:59.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:27:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T04:27:59.455 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-25T04:27:59.455 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 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-04-25T04:27:59.455 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: osdmap e22: 8 total, 3 up, 8 in 2024-04-25T04:27:59.455 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-04-25T04:27:59.455 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:27:59.455 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:27:59.455 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:27:59.456 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:27:59.456 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:27:59.456 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:27:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T04:27:59.698 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: osdmap e23: 8 total, 3 up, 8 in 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: pgmap v69: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' 2024-04-25T04:28:00.329 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113] boot 2024-04-25T04:28:00.330 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: osdmap e24: 8 total, 4 up, 8 in 2024-04-25T04:28:00.330 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:28:00.330 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:00.330 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:00.330 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:00.330 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:00.383 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: osdmap e23: 8 total, 3 up, 8 in 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:28:00.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: pgmap v69: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-25T04:28:00.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113]' entity='osd.3' 2024-04-25T04:28:00.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: osd.3 [v2:172.21.15.138:6810/2836495113,v1:172.21.15.138:6811/2836495113] boot 2024-04-25T04:28:00.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: osdmap e24: 8 total, 4 up, 8 in 2024-04-25T04:28:00.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T04:28:00.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:00.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:00.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:00.421 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: purged_snaps scrub starts 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: purged_snaps scrub ok 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='osd.4 [v2:172.21.15.163:6816/3524712976,v1:172.21.15.163:6817/3524712976]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: osdmap e25: 8 total, 4 up, 8 in 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:01.242 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:01.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='osd.4 [v2:172.21.15.163:6816/3524712976,v1:172.21.15.163:6817/3524712976]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:28:01.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:28:01.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:01.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:01.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-25T04:28:01.243 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:01 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:28:01.415 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: purged_snaps scrub starts 2024-04-25T04:28:01.415 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: purged_snaps scrub ok 2024-04-25T04:28:01.415 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='osd.4 [v2:172.21.15.163:6816/3524712976,v1:172.21.15.163:6817/3524712976]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T04:28:01.415 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T04:28:01.415 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-25T04:28:01.415 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: osdmap e25: 8 total, 4 up, 8 in 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='osd.4 [v2:172.21.15.163:6816/3524712976,v1:172.21.15.163:6817/3524712976]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-25T04:28:01.416 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:01 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:28:01.493 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:02.064 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1714019280,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:28:02.315 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: Deploying daemon osd.7 on smithi138 2024-04-25T04:28:02.315 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: pgmap v72: 1 pgs: 1 creating; 0 B data, 354 MiB used, 357 GiB / 358 GiB avail 2024-04-25T04:28:02.315 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/573320271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:02.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2024-04-25T04:28:02.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: osdmap e26: 8 total, 4 up, 8 in 2024-04-25T04:28:02.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:02.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:02.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:02.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:02.316 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:02.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: Deploying daemon osd.7 on smithi138 2024-04-25T04:28:02.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: pgmap v72: 1 pgs: 1 creating; 0 B data, 354 MiB used, 357 GiB / 358 GiB avail 2024-04-25T04:28:02.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/573320271' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:02.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2024-04-25T04:28:02.534 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: osdmap e26: 8 total, 4 up, 8 in 2024-04-25T04:28:02.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:02.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:02.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:02.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:02.535 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 sudo[56750]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-25T04:28:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 sudo[56750]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-25T04:28:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 sudo[56750]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-25T04:28:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 sudo[56750]: pam_unix(sudo:session): session closed for user root 2024-04-25T04:28:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 sudo[56753]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-25T04:28:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 sudo[56753]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-25T04:28:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 sudo[56753]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-25T04:28:02.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:02 smithi138 sudo[56753]: pam_unix(sudo:session): session closed for user root 2024-04-25T04:28:03.066 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:28:03.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 sudo[44571]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-25T04:28:03.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 sudo[44571]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-25T04:28:03.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 sudo[44571]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-25T04:28:03.219 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 sudo[44571]: pam_unix(sudo:session): session closed for user root 2024-04-25T04:28:03.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 sudo[44574]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-25T04:28:03.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 sudo[44574]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-25T04:28:03.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 sudo[44574]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-25T04:28:03.220 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:02 smithi163 sudo[44574]: pam_unix(sudo:session): session closed for user root 2024-04-25T04:28:03.421 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:03.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='osd.4 ' entity='osd.4' 2024-04-25T04:28:03.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T04:28:03.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T04:28:03.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:28:03.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:28:03.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T04:28:03.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:28:03.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:28:03.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T04:28:03.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.672 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:03.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: osd.4 [v2:172.21.15.163:6816/3524712976,v1:172.21.15.163:6817/3524712976] boot 2024-04-25T04:28:03.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: osdmap e27: 8 total, 5 up, 8 in 2024-04-25T04:28:03.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:03.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:03.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:03.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:03.673 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:28:03.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='osd.4 ' entity='osd.4' 2024-04-25T04:28:03.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi138"}]: dispatch 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mon metadata", "id": "smithi163"}]: dispatch 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:03.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: osd.4 [v2:172.21.15.163:6816/3524712976,v1:172.21.15.163:6817/3524712976] boot 2024-04-25T04:28:03.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: osdmap e27: 8 total, 5 up, 8 in 2024-04-25T04:28:03.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T04:28:03.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:03.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:03.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:03.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:28:04.483 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:04.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:04 smithi163 ceph-mon[33665]: purged_snaps scrub starts 2024-04-25T04:28:04.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:04 smithi163 ceph-mon[33665]: purged_snaps scrub ok 2024-04-25T04:28:04.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:04 smithi163 ceph-mon[33665]: pgmap v75: 1 pgs: 1 creating; 0 B data, 354 MiB used, 357 GiB / 358 GiB avail 2024-04-25T04:28:04.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:04 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:04.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:04 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:04.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:04 smithi163 ceph-mon[33665]: from='osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T04:28:04.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:04 smithi163 ceph-mon[33665]: mgrmap e19: smithi138.opqedc(active, since 2m), standbys: smithi163.fuvfjv 2024-04-25T04:28:04.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:04 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3210002367' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:04.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:04 smithi138 ceph-mon[24012]: purged_snaps scrub starts 2024-04-25T04:28:04.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:04 smithi138 ceph-mon[24012]: purged_snaps scrub ok 2024-04-25T04:28:04.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:04 smithi138 ceph-mon[24012]: pgmap v75: 1 pgs: 1 creating; 0 B data, 354 MiB used, 357 GiB / 358 GiB avail 2024-04-25T04:28:04.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:04.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:04.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:04 smithi138 ceph-mon[24012]: from='osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T04:28:04.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:04 smithi138 ceph-mon[24012]: mgrmap e19: smithi138.opqedc(active, since 2m), standbys: smithi163.fuvfjv 2024-04-25T04:28:04.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:04 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3210002367' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:05.158 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":27,"num_osds":8,"num_up_osds":5,"osd_up_since":1714019283,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:28:05.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:05 smithi138 ceph-mon[24012]: from='osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-25T04:28:05.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:05 smithi138 ceph-mon[24012]: osdmap e28: 8 total, 5 up, 8 in 2024-04-25T04:28:05.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:05 smithi138 ceph-mon[24012]: from='osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-04-25T04:28:05.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:05 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:05.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:05 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:05.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:05 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:05.921 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:05 smithi138 ceph-mon[24012]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-04-25T04:28:05.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:05 smithi163 ceph-mon[33665]: from='osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-25T04:28:05.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:05 smithi163 ceph-mon[33665]: osdmap e28: 8 total, 5 up, 8 in 2024-04-25T04:28:05.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:05 smithi163 ceph-mon[33665]: from='osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-04-25T04:28:05.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:05 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:05.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:05 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:05.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:05 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:05.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:05 smithi163 ceph-mon[33665]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-04-25T04:28:06.160 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:28:06.588 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:06.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:06 smithi138 ceph-mon[24012]: from='osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-04-25T04:28:06.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:06 smithi138 ceph-mon[24012]: osdmap e29: 8 total, 5 up, 8 in 2024-04-25T04:28:06.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:06 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:06.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:06 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:06.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:06 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:06.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:06 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:06.949 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:06 smithi163 ceph-mon[33665]: from='osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-04-25T04:28:06.949 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:06 smithi163 ceph-mon[33665]: osdmap e29: 8 total, 5 up, 8 in 2024-04-25T04:28:06.949 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:06 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:06.949 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:06 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:06.949 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:06 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:06.949 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:06 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:07.314 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: purged_snaps scrub starts 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: purged_snaps scrub ok 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690] boot 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: osdmap e30: 8 total, 6 up, 8 in 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: from='osd.6 [v2:172.21.15.163:6824/1269915498,v1:172.21.15.163:6825/1269915498]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:07.898 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:07.899 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/158047109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:07.899 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:07 smithi138 ceph-mon[24012]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-04-25T04:28:07.899 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":30,"num_osds":8,"num_up_osds":6,"osd_up_since":1714019286,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:28:07.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: purged_snaps scrub starts 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: purged_snaps scrub ok 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: osd.5 [v2:172.21.15.138:6818/2106744690,v1:172.21.15.138:6819/2106744690] boot 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: osdmap e30: 8 total, 6 up, 8 in 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: from='osd.6 [v2:172.21.15.163:6824/1269915498,v1:172.21.15.163:6825/1269915498]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/158047109' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:07.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:07 smithi163 ceph-mon[33665]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-04-25T04:28:08.901 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:28:08.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:08 smithi138 ceph-mon[24012]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-25T04:28:08.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:08 smithi138 ceph-mon[24012]: from='osd.6 [v2:172.21.15.163:6824/1269915498,v1:172.21.15.163:6825/1269915498]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:28:08.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:08 smithi138 ceph-mon[24012]: osdmap e31: 8 total, 6 up, 8 in 2024-04-25T04:28:08.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:08 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:08.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:08 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:08.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:08 smithi138 ceph-mon[24012]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:28:08.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:08 smithi163 ceph-mon[33665]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-25T04:28:08.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:08 smithi163 ceph-mon[33665]: from='osd.6 [v2:172.21.15.163:6824/1269915498,v1:172.21.15.163:6825/1269915498]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:28:08.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:08 smithi163 ceph-mon[33665]: osdmap e31: 8 total, 6 up, 8 in 2024-04-25T04:28:08.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:08 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:08.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:08 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:08.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:08 smithi163 ceph-mon[33665]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]: dispatch 2024-04-25T04:28:09.174 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:09.861 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2024-04-25T04:28:09.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: osdmap e32: 8 total, 6 up, 8 in 2024-04-25T04:28:09.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:09.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:09.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:09.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:09.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:09.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: from='osd.6 ' entity='osd.6' 2024-04-25T04:28:09.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-04-25T04:28:09.862 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:09 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:09.879 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:09.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi163", "root=default"]}]': finished 2024-04-25T04:28:09.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: osdmap e32: 8 total, 6 up, 8 in 2024-04-25T04:28:09.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:09.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:09.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:09.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:09.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:09.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: from='osd.6 ' entity='osd.6' 2024-04-25T04:28:09.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-04-25T04:28:09.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:09 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:10.919 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1714019286,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:28:10.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:10 smithi163 ceph-mon[33665]: purged_snaps scrub starts 2024-04-25T04:28:10.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:10 smithi163 ceph-mon[33665]: purged_snaps scrub ok 2024-04-25T04:28:10.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:10 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/724715784' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:10.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:10 smithi163 ceph-mon[33665]: osd.6 [v2:172.21.15.163:6824/1269915498,v1:172.21.15.163:6825/1269915498] boot 2024-04-25T04:28:10.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:10 smithi163 ceph-mon[33665]: osdmap e33: 8 total, 7 up, 8 in 2024-04-25T04:28:10.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:10 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:10.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:10 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:11.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:10 smithi138 ceph-mon[24012]: purged_snaps scrub starts 2024-04-25T04:28:11.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:10 smithi138 ceph-mon[24012]: purged_snaps scrub ok 2024-04-25T04:28:11.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:10 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/724715784' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:11.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:10 smithi138 ceph-mon[24012]: osd.6 [v2:172.21.15.163:6824/1269915498,v1:172.21.15.163:6825/1269915498] boot 2024-04-25T04:28:11.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:10 smithi138 ceph-mon[24012]: osdmap e33: 8 total, 7 up, 8 in 2024-04-25T04:28:11.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T04:28:11.045 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:11.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:11 smithi138 ceph-mon[24012]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-25T04:28:11.920 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:28:11.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:11 smithi163 ceph-mon[33665]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-25T04:28:12.175 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:12.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:12 smithi163 ceph-mon[33665]: osdmap e34: 8 total, 7 up, 8 in 2024-04-25T04:28:12.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:12.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:12 smithi163 ceph-mon[33665]: from='osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-25T04:28:12.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:12 smithi138 ceph-mon[24012]: osdmap e34: 8 total, 7 up, 8 in 2024-04-25T04:28:12.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:12.989 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:12 smithi138 ceph-mon[24012]: from='osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-25T04:28:13.301 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:13.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:13 smithi138 ceph-mon[24012]: from='osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-25T04:28:13.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:13 smithi138 ceph-mon[24012]: osdmap e35: 8 total, 7 up, 8 in 2024-04-25T04:28:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:13 smithi138 ceph-mon[24012]: from='osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-04-25T04:28:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:13 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:13 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/4119425917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:13 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:13 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:13 smithi138 ceph-mon[24012]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-25T04:28:13.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:13 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:28:13.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:13 smithi163 ceph-mon[33665]: from='osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-25T04:28:13.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:13 smithi163 ceph-mon[33665]: osdmap e35: 8 total, 7 up, 8 in 2024-04-25T04:28:13.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:13 smithi163 ceph-mon[33665]: from='osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2024-04-25T04:28:13.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:13 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:13.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:13 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/4119425917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:13.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:13 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:13.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:13 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:13.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:13 smithi163 ceph-mon[33665]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-25T04:28:13.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:13 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:28:14.073 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1714019290,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":0} 2024-04-25T04:28:14.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:14 smithi138 ceph-mon[24012]: from='osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-04-25T04:28:14.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:14 smithi138 ceph-mon[24012]: osdmap e36: 8 total, 7 up, 8 in 2024-04-25T04:28:14.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:14.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:14.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:14.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:14 smithi163 ceph-mon[33665]: from='osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2024-04-25T04:28:14.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:14 smithi163 ceph-mon[33665]: osdmap e36: 8 total, 7 up, 8 in 2024-04-25T04:28:14.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:14.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:14.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:15.074 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T04:28:15.673 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:15.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:15 smithi163 ceph-mon[33665]: purged_snaps scrub starts 2024-04-25T04:28:15.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:15 smithi163 ceph-mon[33665]: purged_snaps scrub ok 2024-04-25T04:28:15.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:15 smithi163 ceph-mon[33665]: osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826] boot 2024-04-25T04:28:15.721 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:15 smithi163 ceph-mon[33665]: osdmap e37: 8 total, 8 up, 8 in 2024-04-25T04:28:15.722 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:15 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:15.722 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:15 smithi163 ceph-mon[33665]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-25T04:28:15.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:15 smithi138 ceph-mon[24012]: purged_snaps scrub starts 2024-04-25T04:28:15.800 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:15 smithi138 ceph-mon[24012]: purged_snaps scrub ok 2024-04-25T04:28:15.800 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:15 smithi138 ceph-mon[24012]: osd.7 [v2:172.21.15.138:6826/4075244826,v1:172.21.15.138:6827/4075244826] boot 2024-04-25T04:28:15.800 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:15 smithi138 ceph-mon[24012]: osdmap e37: 8 total, 8 up, 8 in 2024-04-25T04:28:15.800 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:15 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T04:28:15.800 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:15 smithi138 ceph-mon[24012]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-04-25T04:28:16.367 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:16.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:16 smithi163 ceph-mon[33665]: osdmap e38: 8 total, 8 up, 8 in 2024-04-25T04:28:16.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:16 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:16.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:16 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:16.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:16 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/425299403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:17.127 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:16 smithi138 ceph-mon[24012]: osdmap e38: 8 total, 8 up, 8 in 2024-04-25T04:28:17.127 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:17.127 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:17.127 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:16 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/425299403' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T04:28:17.411 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1714019294,"num_in_osds":8,"osd_in_since":1714019253,"num_remapped_pgs":1} 2024-04-25T04:28:17.412 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-25T04:28:17.852 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:17.927 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:17 smithi163 ceph-mon[33665]: osdmap e39: 8 total, 8 up, 8 in 2024-04-25T04:28:17.927 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:17 smithi163 ceph-mon[33665]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:18.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:17 smithi138 ceph-mon[24012]: osdmap e39: 8 total, 8 up, 8 in 2024-04-25T04:28:18.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:17 smithi138 ceph-mon[24012]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:18.880 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:18.880 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":41,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","created":"2024-04-25T04:23:55.845364+0000","modified":"2024-04-25T04:28:18.717034+0000","last_up_change":"2024-04-25T04:28:14.692694+0000","last_in_change":"2024-04-25T04:27:33.694943+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-25T04:27:57.478076+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","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":"02fbbe8c-1c6a-4dd1-9afc-cb4767197a26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6800","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6801","nonce":16855803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6802","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6803","nonce":16855803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6806","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6807","nonce":16855803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6804","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6805","nonce":16855803}]},"public_addr":"172.21.15.163:6801/16855803","cluster_addr":"172.21.15.163:6803/16855803","heartbeat_back_addr":"172.21.15.163:6807/16855803","heartbeat_front_addr":"172.21.15.163:6805/16855803","state":["exists","up"]},{"osd":1,"uuid":"e147fea1-59ee-424f-977c-09dfd508e594","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6803","nonce":1875552770}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6805","nonce":1875552770}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6808","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6809","nonce":1875552770}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6807","nonce":1875552770}]},"public_addr":"172.21.15.138:6803/1875552770","cluster_addr":"172.21.15.138:6805/1875552770","heartbeat_back_addr":"172.21.15.138:6809/1875552770","heartbeat_front_addr":"172.21.15.138:6807/1875552770","state":["exists","up"]},{"osd":2,"uuid":"3a31d94c-25a2-403d-b47a-01b12ad110e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6808","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6809","nonce":235471171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6810","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6811","nonce":235471171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6814","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6815","nonce":235471171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6812","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6813","nonce":235471171}]},"public_addr":"172.21.15.163:6809/235471171","cluster_addr":"172.21.15.163:6811/235471171","heartbeat_back_addr":"172.21.15.163:6815/235471171","heartbeat_front_addr":"172.21.15.163:6813/235471171","state":["exists","up"]},{"osd":3,"uuid":"8008204b-64cd-4acb-b812-341bafb534de","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.138:6810","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6811","nonce":2836495113}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6813","nonce":2836495113}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6816","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6817","nonce":2836495113}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6815","nonce":2836495113}]},"public_addr":"172.21.15.138:6811/2836495113","cluster_addr":"172.21.15.138:6813/2836495113","heartbeat_back_addr":"172.21.15.138:6817/2836495113","heartbeat_front_addr":"172.21.15.138:6815/2836495113","state":["exists","up"]},{"osd":4,"uuid":"79b51257-b211-4e69-baa1-d0a742e200b1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6816","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6817","nonce":3524712976}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6818","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6819","nonce":3524712976}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6822","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6823","nonce":3524712976}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6820","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6821","nonce":3524712976}]},"public_addr":"172.21.15.163:6817/3524712976","cluster_addr":"172.21.15.163:6819/3524712976","heartbeat_back_addr":"172.21.15.163:6823/3524712976","heartbeat_front_addr":"172.21.15.163:6821/3524712976","state":["exists","up"]},{"osd":5,"uuid":"15e51b3c-0671-4f9e-92cd-035c911b4ff6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6818","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6819","nonce":2106744690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6821","nonce":2106744690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6824","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6825","nonce":2106744690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6823","nonce":2106744690}]},"public_addr":"172.21.15.138:6819/2106744690","cluster_addr":"172.21.15.138:6821/2106744690","heartbeat_back_addr":"172.21.15.138:6825/2106744690","heartbeat_front_addr":"172.21.15.138:6823/2106744690","state":["exists","up"]},{"osd":6,"uuid":"09e56fde-f2f0-417b-a059-ac3c2e600fe5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6824","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6825","nonce":1269915498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6826","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6827","nonce":1269915498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6830","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6831","nonce":1269915498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6828","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6829","nonce":1269915498}]},"public_addr":"172.21.15.163:6825/1269915498","cluster_addr":"172.21.15.163:6827/1269915498","heartbeat_back_addr":"172.21.15.163:6831/1269915498","heartbeat_front_addr":"172.21.15.163:6829/1269915498","state":["exists","up"]},{"osd":7,"uuid":"a9877ab3-1ba4-4bbe-9215-38daebc9ae5c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6827","nonce":4075244826}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6829","nonce":4075244826}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6832","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6833","nonce":4075244826}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6831","nonce":4075244826}]},"public_addr":"172.21.15.138:6827/4075244826","cluster_addr":"172.21.15.138:6829/4075244826","heartbeat_back_addr":"172.21.15.138:6833/4075244826","heartbeat_front_addr":"172.21.15.138:6831/4075244826","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:49.927041+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:52.048857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:55.819245+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:58.138367+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:01.766759+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:05.226703+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:07.776235+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:13.008601+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.138:6801/445229995":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/2592503945":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/3409324249":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/3201165055":"2024-04-26T04:25:00.540359+0000","172.21.15.138:0/2120946671":"2024-04-26T04:25:00.540359+0000","172.21.15.138:0/2464975526":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/1458759838":"2024-04-26T04:25:00.540359+0000","172.21.15.138:6801/2381903500":"2024-04-26T04:25:00.540359+0000","172.21.15.138:6801/3358763688":"2024-04-26T04:24:25.525207+0000","172.21.15.138:0/3006278854":"2024-04-26T04:24:25.525207+0000","172.21.15.138:6800/2381903500":"2024-04-26T04:25:00.540359+0000","172.21.15.138:6800/445229995":"2024-04-26T04:26:03.398145+0000","172.21.15.138:6800/3358763688":"2024-04-26T04:24:25.525207+0000","172.21.15.138:0/90827194":"2024-04-26T04:24:25.525207+0000","172.21.15.138:0/2008614846":"2024-04-26T04:24:25.525207+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-04-25T04:28:18.902 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:18 smithi138 ceph-mon[24012]: osdmap e40: 8 total, 8 up, 8 in 2024-04-25T04:28:18.902 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:28:18.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:18 smithi163 ceph-mon[33665]: osdmap e40: 8 total, 8 up, 8 in 2024-04-25T04:28:18.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:28:19.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:19 smithi138 ceph-mon[24012]: osdmap e41: 8 total, 8 up, 8 in 2024-04-25T04:28:19.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:19 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3350074891' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T04:28:19.920 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:19 smithi138 ceph-mon[24012]: pgmap v97: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T04:28:19.928 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-25T04:27:57.478076+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '27', '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-04-25T04:28:19.928 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-25T04:28:20.093 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:19 smithi163 ceph-mon[33665]: osdmap e41: 8 total, 8 up, 8 in 2024-04-25T04:28:20.093 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:19 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3350074891' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T04:28:20.093 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:19 smithi163 ceph-mon[33665]: pgmap v97: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T04:28:20.216 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:20.907 INFO:teuthology.orchestra.run.smithi138.stdout:pg_num: 1 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: Detected new or changed devices on smithi163 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: Adjusting osd_memory_target on smithi163 to 3728M 2024-04-25T04:28:21.272 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.273 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:21 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2211772360' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-25T04:28:21.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: Detected new or changed devices on smithi163 2024-04-25T04:28:21.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:21.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:21.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:21.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:21.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: Adjusting osd_memory_target on smithi163 to 3728M 2024-04-25T04:28:21.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:21.469 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:21 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2211772360' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-25T04:28:21.607 INFO:tasks.cephadm:Setting up client nodes... 2024-04-25T04:28:21.608 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-25T04:28:22.372 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:22.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:22 smithi138 ceph-mon[24012]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-04-25T04:28:22.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:22 smithi163 ceph-mon[33665]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 101 KiB/s, 0 objects/s recovering 2024-04-25T04:28:23.840 INFO:teuthology.orchestra.run.smithi138.stdout:[client.0] 2024-04-25T04:28:23.841 INFO:teuthology.orchestra.run.smithi138.stdout: key = AQDn2ylmHCSuMRAA0HAL0ptjPi9kFnD3grlyPQ== 2024-04-25T04:28:24.637 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:24 smithi138 ceph-mon[24012]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-25T04:28:24.638 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:24 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1946802801' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T04:28:24.638 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:24 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1946802801' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-25T04:28:24.665 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:28:24.665 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-25T04:28:24.665 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-25T04:28:24.702 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-25T04:28:24.734 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:24 smithi163 ceph-mon[33665]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2024-04-25T04:28:24.734 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:24 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1946802801' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T04:28:24.734 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:24 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1946802801' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-25T04:28:24.958 INFO:teuthology.orchestra.run.smithi163.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi163/config 2024-04-25T04:28:25.704 INFO:teuthology.orchestra.run.smithi163.stdout:[client.1] 2024-04-25T04:28:25.705 INFO:teuthology.orchestra.run.smithi163.stdout: key = AQDp2ylmHkR3KRAAsZHvKcqOnOhi8Igu7U624Q== 2024-04-25T04:28:26.315 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:28:26.315 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-04-25T04:28:26.315 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-04-25T04:28:26.393 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-25T04:28:26.394 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-25T04:28:26.394 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-25T04:28:26.603 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-25T04:28:26.603 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='client.? 172.21.15.163:0/1296031392' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T04:28:26.603 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: 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-04-25T04:28:26.603 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: 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-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T04:28:26.604 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='client.? 172.21.15.163:0/1296031392' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: 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-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: 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-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:26.670 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:28:26.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:28:26.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:26.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:28:26.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T04:28:26.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:28:26.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T04:28:26.671 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:28:27.300 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:27.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:27 smithi138 ceph-mon[24012]: Detected new or changed devices on smithi138 2024-04-25T04:28:27.537 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:27 smithi138 ceph-mon[24012]: Adjusting osd_memory_target on smithi138 to 2960M 2024-04-25T04:28:27.684 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:27 smithi163 ceph-mon[33665]: Detected new or changed devices on smithi138 2024-04-25T04:28:27.685 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:27 smithi163 ceph-mon[33665]: Adjusting osd_memory_target on smithi138 to 2960M 2024-04-25T04:28:28.313 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:28.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:28 smithi138 ceph-mon[24012]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:28.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:28 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2575253690' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-25T04:28:28.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:28 smithi163 ceph-mon[33665]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:28.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:28 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2575253690' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-25T04:28:28.990 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":19,"flags":0,"active_gid":14223,"active_name":"smithi138.opqedc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6800","nonce":820874982},{"type":"v1","addr":"172.21.15.138:6801","nonce":820874982}]},"active_addr":"172.21.15.138:6801/820874982","active_change":"2024-04-25T04:26:03.398259+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14252,"name":"smithi163.fuvfjv","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"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":[]},"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.25.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:9.4.12","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.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.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.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:2.4.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_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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"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":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":[]}}},{"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"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":[]},"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.25.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:9.4.12","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.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.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.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:2.4.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_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":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_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":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"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":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"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":[]}}},{"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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"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":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.138:8443/","prometheus":"http://172.21.15.138: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.138:0","nonce":3040601207}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.138:0","nonce":2104420384}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.138:0","nonce":2936537606}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.138:0","nonce":4222500718}]}]} 2024-04-25T04:28:28.997 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-25T04:28:28.997 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-25T04:28:28.997 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-25T04:28:29.834 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:30.512 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:30.513 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":41,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","created":"2024-04-25T04:23:55.845364+0000","modified":"2024-04-25T04:28:18.717034+0000","last_up_change":"2024-04-25T04:28:14.692694+0000","last_in_change":"2024-04-25T04:27:33.694943+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-25T04:27:57.478076+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","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":"02fbbe8c-1c6a-4dd1-9afc-cb4767197a26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6800","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6801","nonce":16855803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6802","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6803","nonce":16855803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6806","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6807","nonce":16855803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6804","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6805","nonce":16855803}]},"public_addr":"172.21.15.163:6801/16855803","cluster_addr":"172.21.15.163:6803/16855803","heartbeat_back_addr":"172.21.15.163:6807/16855803","heartbeat_front_addr":"172.21.15.163:6805/16855803","state":["exists","up"]},{"osd":1,"uuid":"e147fea1-59ee-424f-977c-09dfd508e594","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6803","nonce":1875552770}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6805","nonce":1875552770}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6808","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6809","nonce":1875552770}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6807","nonce":1875552770}]},"public_addr":"172.21.15.138:6803/1875552770","cluster_addr":"172.21.15.138:6805/1875552770","heartbeat_back_addr":"172.21.15.138:6809/1875552770","heartbeat_front_addr":"172.21.15.138:6807/1875552770","state":["exists","up"]},{"osd":2,"uuid":"3a31d94c-25a2-403d-b47a-01b12ad110e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6808","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6809","nonce":235471171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6810","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6811","nonce":235471171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6814","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6815","nonce":235471171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6812","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6813","nonce":235471171}]},"public_addr":"172.21.15.163:6809/235471171","cluster_addr":"172.21.15.163:6811/235471171","heartbeat_back_addr":"172.21.15.163:6815/235471171","heartbeat_front_addr":"172.21.15.163:6813/235471171","state":["exists","up"]},{"osd":3,"uuid":"8008204b-64cd-4acb-b812-341bafb534de","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.138:6810","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6811","nonce":2836495113}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6813","nonce":2836495113}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6816","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6817","nonce":2836495113}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6815","nonce":2836495113}]},"public_addr":"172.21.15.138:6811/2836495113","cluster_addr":"172.21.15.138:6813/2836495113","heartbeat_back_addr":"172.21.15.138:6817/2836495113","heartbeat_front_addr":"172.21.15.138:6815/2836495113","state":["exists","up"]},{"osd":4,"uuid":"79b51257-b211-4e69-baa1-d0a742e200b1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6816","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6817","nonce":3524712976}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6818","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6819","nonce":3524712976}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6822","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6823","nonce":3524712976}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6820","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6821","nonce":3524712976}]},"public_addr":"172.21.15.163:6817/3524712976","cluster_addr":"172.21.15.163:6819/3524712976","heartbeat_back_addr":"172.21.15.163:6823/3524712976","heartbeat_front_addr":"172.21.15.163:6821/3524712976","state":["exists","up"]},{"osd":5,"uuid":"15e51b3c-0671-4f9e-92cd-035c911b4ff6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6818","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6819","nonce":2106744690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6821","nonce":2106744690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6824","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6825","nonce":2106744690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6823","nonce":2106744690}]},"public_addr":"172.21.15.138:6819/2106744690","cluster_addr":"172.21.15.138:6821/2106744690","heartbeat_back_addr":"172.21.15.138:6825/2106744690","heartbeat_front_addr":"172.21.15.138:6823/2106744690","state":["exists","up"]},{"osd":6,"uuid":"09e56fde-f2f0-417b-a059-ac3c2e600fe5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6824","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6825","nonce":1269915498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6826","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6827","nonce":1269915498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6830","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6831","nonce":1269915498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6828","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6829","nonce":1269915498}]},"public_addr":"172.21.15.163:6825/1269915498","cluster_addr":"172.21.15.163:6827/1269915498","heartbeat_back_addr":"172.21.15.163:6831/1269915498","heartbeat_front_addr":"172.21.15.163:6829/1269915498","state":["exists","up"]},{"osd":7,"uuid":"a9877ab3-1ba4-4bbe-9215-38daebc9ae5c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6827","nonce":4075244826}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6829","nonce":4075244826}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6832","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6833","nonce":4075244826}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6831","nonce":4075244826}]},"public_addr":"172.21.15.138:6827/4075244826","cluster_addr":"172.21.15.138:6829/4075244826","heartbeat_back_addr":"172.21.15.138:6833/4075244826","heartbeat_front_addr":"172.21.15.138:6831/4075244826","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:49.927041+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:52.048857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:55.819245+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:58.138367+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:01.766759+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:05.226703+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:07.776235+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:13.008601+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.138:6801/445229995":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/2592503945":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/3409324249":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/3201165055":"2024-04-26T04:25:00.540359+0000","172.21.15.138:0/2120946671":"2024-04-26T04:25:00.540359+0000","172.21.15.138:0/2464975526":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/1458759838":"2024-04-26T04:25:00.540359+0000","172.21.15.138:6801/2381903500":"2024-04-26T04:25:00.540359+0000","172.21.15.138:6801/3358763688":"2024-04-26T04:24:25.525207+0000","172.21.15.138:0/3006278854":"2024-04-26T04:24:25.525207+0000","172.21.15.138:6800/2381903500":"2024-04-26T04:25:00.540359+0000","172.21.15.138:6800/445229995":"2024-04-26T04:26:03.398145+0000","172.21.15.138:6800/3358763688":"2024-04-26T04:24:25.525207+0000","172.21.15.138:0/90827194":"2024-04-26T04:24:25.525207+0000","172.21.15.138:0/2008614846":"2024-04-26T04:24:25.525207+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-04-25T04:28:30.601 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:30 smithi138 ceph-mon[24012]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:30.896 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:30 smithi163 ceph-mon[33665]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:31.127 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-25T04:28:31.127 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-25T04:28:31.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:31 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1168859637' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T04:28:31.935 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:31 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1168859637' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T04:28:32.036 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:32.578 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:32 smithi138 ceph-mon[24012]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:32.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:32 smithi163 ceph-mon[33665]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:33.104 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:33.104 INFO:teuthology.orchestra.run.smithi138.stdout:{"epoch":41,"fsid":"7e03f9e4-02bb-11ef-bc93-c7b262605968","created":"2024-04-25T04:23:55.845364+0000","modified":"2024-04-25T04:28:18.717034+0000","last_up_change":"2024-04-25T04:28:14.692694+0000","last_in_change":"2024-04-25T04:27:33.694943+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-25T04:27:57.478076+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","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":"02fbbe8c-1c6a-4dd1-9afc-cb4767197a26","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6800","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6801","nonce":16855803}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6802","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6803","nonce":16855803}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6806","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6807","nonce":16855803}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6804","nonce":16855803},{"type":"v1","addr":"172.21.15.163:6805","nonce":16855803}]},"public_addr":"172.21.15.163:6801/16855803","cluster_addr":"172.21.15.163:6803/16855803","heartbeat_back_addr":"172.21.15.163:6807/16855803","heartbeat_front_addr":"172.21.15.163:6805/16855803","state":["exists","up"]},{"osd":1,"uuid":"e147fea1-59ee-424f-977c-09dfd508e594","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6803","nonce":1875552770}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6805","nonce":1875552770}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6808","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6809","nonce":1875552770}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":1875552770},{"type":"v1","addr":"172.21.15.138:6807","nonce":1875552770}]},"public_addr":"172.21.15.138:6803/1875552770","cluster_addr":"172.21.15.138:6805/1875552770","heartbeat_back_addr":"172.21.15.138:6809/1875552770","heartbeat_front_addr":"172.21.15.138:6807/1875552770","state":["exists","up"]},{"osd":2,"uuid":"3a31d94c-25a2-403d-b47a-01b12ad110e2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6808","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6809","nonce":235471171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6810","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6811","nonce":235471171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6814","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6815","nonce":235471171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6812","nonce":235471171},{"type":"v1","addr":"172.21.15.163:6813","nonce":235471171}]},"public_addr":"172.21.15.163:6809/235471171","cluster_addr":"172.21.15.163:6811/235471171","heartbeat_back_addr":"172.21.15.163:6815/235471171","heartbeat_front_addr":"172.21.15.163:6813/235471171","state":["exists","up"]},{"osd":3,"uuid":"8008204b-64cd-4acb-b812-341bafb534de","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.138:6810","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6811","nonce":2836495113}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6812","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6813","nonce":2836495113}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6816","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6817","nonce":2836495113}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6814","nonce":2836495113},{"type":"v1","addr":"172.21.15.138:6815","nonce":2836495113}]},"public_addr":"172.21.15.138:6811/2836495113","cluster_addr":"172.21.15.138:6813/2836495113","heartbeat_back_addr":"172.21.15.138:6817/2836495113","heartbeat_front_addr":"172.21.15.138:6815/2836495113","state":["exists","up"]},{"osd":4,"uuid":"79b51257-b211-4e69-baa1-d0a742e200b1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6816","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6817","nonce":3524712976}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6818","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6819","nonce":3524712976}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6822","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6823","nonce":3524712976}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6820","nonce":3524712976},{"type":"v1","addr":"172.21.15.163:6821","nonce":3524712976}]},"public_addr":"172.21.15.163:6817/3524712976","cluster_addr":"172.21.15.163:6819/3524712976","heartbeat_back_addr":"172.21.15.163:6823/3524712976","heartbeat_front_addr":"172.21.15.163:6821/3524712976","state":["exists","up"]},{"osd":5,"uuid":"15e51b3c-0671-4f9e-92cd-035c911b4ff6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6818","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6819","nonce":2106744690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6820","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6821","nonce":2106744690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6824","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6825","nonce":2106744690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6822","nonce":2106744690},{"type":"v1","addr":"172.21.15.138:6823","nonce":2106744690}]},"public_addr":"172.21.15.138:6819/2106744690","cluster_addr":"172.21.15.138:6821/2106744690","heartbeat_back_addr":"172.21.15.138:6825/2106744690","heartbeat_front_addr":"172.21.15.138:6823/2106744690","state":["exists","up"]},{"osd":6,"uuid":"09e56fde-f2f0-417b-a059-ac3c2e600fe5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6824","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6825","nonce":1269915498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6826","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6827","nonce":1269915498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6830","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6831","nonce":1269915498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.163:6828","nonce":1269915498},{"type":"v1","addr":"172.21.15.163:6829","nonce":1269915498}]},"public_addr":"172.21.15.163:6825/1269915498","cluster_addr":"172.21.15.163:6827/1269915498","heartbeat_back_addr":"172.21.15.163:6831/1269915498","heartbeat_front_addr":"172.21.15.163:6829/1269915498","state":["exists","up"]},{"osd":7,"uuid":"a9877ab3-1ba4-4bbe-9215-38daebc9ae5c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6826","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6827","nonce":4075244826}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6828","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6829","nonce":4075244826}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6832","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6833","nonce":4075244826}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6830","nonce":4075244826},{"type":"v1","addr":"172.21.15.138:6831","nonce":4075244826}]},"public_addr":"172.21.15.138:6827/4075244826","cluster_addr":"172.21.15.138:6829/4075244826","heartbeat_back_addr":"172.21.15.138:6833/4075244826","heartbeat_front_addr":"172.21.15.138:6831/4075244826","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:49.927041+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:52.048857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:55.819245+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:27:58.138367+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:01.766759+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:05.226703+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:07.776235+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T04:28:13.008601+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.138:6801/445229995":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/2592503945":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/3409324249":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/3201165055":"2024-04-26T04:25:00.540359+0000","172.21.15.138:0/2120946671":"2024-04-26T04:25:00.540359+0000","172.21.15.138:0/2464975526":"2024-04-26T04:26:03.398145+0000","172.21.15.138:0/1458759838":"2024-04-26T04:25:00.540359+0000","172.21.15.138:6801/2381903500":"2024-04-26T04:25:00.540359+0000","172.21.15.138:6801/3358763688":"2024-04-26T04:24:25.525207+0000","172.21.15.138:0/3006278854":"2024-04-26T04:24:25.525207+0000","172.21.15.138:6800/2381903500":"2024-04-26T04:25:00.540359+0000","172.21.15.138:6800/445229995":"2024-04-26T04:26:03.398145+0000","172.21.15.138:6800/3358763688":"2024-04-26T04:24:25.525207+0000","172.21.15.138:0/90827194":"2024-04-26T04:24:25.525207+0000","172.21.15.138:0/2008614846":"2024-04-26T04:24:25.525207+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-04-25T04:28:33.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:33 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2101727950' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T04:28:33.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:28:33.815 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-25T04:28:33.815 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-25T04:28:33.816 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-25T04:28:33.816 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-25T04:28:33.816 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-25T04:28:33.817 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-25T04:28:33.817 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-25T04:28:33.818 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-25T04:28:33.934 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:33 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2101727950' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T04:28:33.934 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:28:34.447 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:34.456 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:34.456 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:34.456 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:34.457 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:34.458 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:34.459 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:34.464 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:34.773 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:34 smithi138 ceph-mon[24012]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:34.926 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:34 smithi163 ceph-mon[33665]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:36.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:36 smithi138 ceph-mon[24012]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:36.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:36.833 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:36 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:36.864 INFO:teuthology.orchestra.run.smithi138.stdout:158913789959 2024-04-25T04:28:36.864 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-25T04:28:36.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:36 smithi163 ceph-mon[33665]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:36.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:36.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:36 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:37.807 INFO:teuthology.orchestra.run.smithi138.stdout:141733920776 2024-04-25T04:28:37.808 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-25T04:28:38.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:38 smithi138 ceph-mon[24012]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:38.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:38 smithi163 ceph-mon[33665]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:39.575 INFO:teuthology.orchestra.run.smithi138.stdout:90194313227 2024-04-25T04:28:39.575 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-25T04:28:40.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:40 smithi138 ceph-mon[24012]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:40.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:40 smithi163 ceph-mon[33665]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:41.027 INFO:teuthology.orchestra.run.smithi138.stdout:103079215114 2024-04-25T04:28:41.027 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-25T04:28:41.856 INFO:teuthology.orchestra.run.smithi138.stdout:68719476748 2024-04-25T04:28:41.856 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-25T04:28:42.345 INFO:teuthology.orchestra.run.smithi138.stdout:115964117002 2024-04-25T04:28:42.345 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-25T04:28:42.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:42 smithi138 ceph-mon[24012]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:42.717 INFO:teuthology.orchestra.run.smithi138.stdout:77309411340 2024-04-25T04:28:42.718 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-25T04:28:42.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:42 smithi163 ceph-mon[33665]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:43.175 INFO:teuthology.orchestra.run.smithi138.stdout:128849018890 2024-04-25T04:28:43.175 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-25T04:28:43.491 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:43.492 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:43.492 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:43.494 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:43.494 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:43.915 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:44.662 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:44 smithi138 ceph-mon[24012]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:44.838 INFO:teuthology.orchestra.run.smithi138.stdout:128849018891 2024-04-25T04:28:44.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:44 smithi163 ceph-mon[33665]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:45.089 INFO:teuthology.orchestra.run.smithi138.stdout:103079215115 2024-04-25T04:28:45.591 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018890 got 128849018891 for osd.5 2024-04-25T04:28:45.591 DEBUG:teuthology.parallel:result is None 2024-04-25T04:28:45.801 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:45 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1350235322' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-25T04:28:45.802 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:45 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3726266904' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-25T04:28:45.869 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:45 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1350235322' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-25T04:28:45.869 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:45 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3726266904' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-25T04:28:46.573 INFO:teuthology.orchestra.run.smithi138.stdout:158913789960 2024-04-25T04:28:46.619 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:46 smithi138 ceph-mon[24012]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:46.887 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:46 smithi163 ceph-mon[33665]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:47.182 INFO:teuthology.orchestra.run.smithi138.stdout:115964117004 2024-04-25T04:28:47.406 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789959 got 158913789960 for osd.7 2024-04-25T04:28:47.407 DEBUG:teuthology.parallel:result is None 2024-04-25T04:28:47.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:47 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2257625988' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-25T04:28:47.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:47 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/453022673' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-25T04:28:47.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:47 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2257625988' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-25T04:28:47.750 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:47 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/453022673' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-25T04:28:48.500 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117002 got 115964117004 for osd.4 2024-04-25T04:28:48.500 DEBUG:teuthology.parallel:result is None 2024-04-25T04:28:48.735 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:48 smithi138 ceph-mon[24012]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:48.735 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:28:48.964 INFO:teuthology.orchestra.run.smithi138.stdout:141733920778 2024-04-25T04:28:48.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:48 smithi163 ceph-mon[33665]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:48.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:28:49.321 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215114 got 103079215115 for osd.3 2024-04-25T04:28:49.322 DEBUG:teuthology.parallel:result is None 2024-04-25T04:28:49.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:49 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2289945548' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-25T04:28:49.884 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920776 got 141733920778 for osd.6 2024-04-25T04:28:49.885 DEBUG:teuthology.parallel:result is None 2024-04-25T04:28:49.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:49 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2289945548' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-25T04:28:50.058 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:50.294 INFO:teuthology.orchestra.run.smithi138.stdout:90194313230 2024-04-25T04:28:50.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:50 smithi138 ceph-mon[24012]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:50.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:50 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/3236240456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-25T04:28:50.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:50 smithi163 ceph-mon[33665]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:50.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:50 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/3236240456' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-25T04:28:51.206 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313227 got 90194313230 for osd.2 2024-04-25T04:28:51.206 DEBUG:teuthology.parallel:result is None 2024-04-25T04:28:51.384 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:52.813 INFO:teuthology.orchestra.run.smithi138.stdout:68719476751 2024-04-25T04:28:52.813 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:52 smithi138 ceph-mon[24012]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:52.813 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:52.813 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:52 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:52.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:52 smithi163 ceph-mon[33665]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:52.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:52.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:52 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:28:53.050 INFO:teuthology.orchestra.run.smithi138.stdout:77309411343 2024-04-25T04:28:53.565 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476748 got 68719476751 for osd.0 2024-04-25T04:28:53.565 DEBUG:teuthology.parallel:result is None 2024-04-25T04:28:53.883 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:53 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/2226791884' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-25T04:28:53.883 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:53 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/1120244438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-25T04:28:53.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:53 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/2226791884' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-25T04:28:53.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:53 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/1120244438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-25T04:28:54.229 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411340 got 77309411343 for osd.1 2024-04-25T04:28:54.229 DEBUG:teuthology.parallel:result is None 2024-04-25T04:28:54.229 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-25T04:28:54.229 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-25T04:28:54.475 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:54.853 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:54 smithi138 ceph-mon[24012]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:54.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:54 smithi163 ceph-mon[33665]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:55.160 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:55.162 INFO:teuthology.orchestra.run.smithi138.stderr:dumped all 2024-04-25T04:28:55.782 INFO:teuthology.orchestra.run.smithi138.stdout:{"pg_ready":true,"pg_map":{"version":114,"stamp":"2024-04-25T04:28:53.430029+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":197,"ondisk_log_size":197,"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":225356,"kb_used_data":5004,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749703092,"statfs":{"total":767926730752,"available":767695966208,"internally_reserved":0,"allocated":5124096,"data_stored":3129528,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":225496624},"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.002036"},"pg_stats":[{"pgid":"1.0","version":"26'197","reported_seq":270,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-04-25T04:28:18.722970+0000","last_change":"2024-04-25T04:28:18.722584+0000","last_active":"2024-04-25T04:28:18.722970+0000","last_peered":"2024-04-25T04:28:18.722970+0000","last_clean":"2024-04-25T04:28:18.722970+0000","last_became_active":"2024-04-25T04:28:18.722051+0000","last_became_peered":"2024-04-25T04:28:18.722051+0000","last_unstale":"2024-04-25T04:28:18.722970+0000","last_undegraded":"2024-04-25T04:28:18.722970+0000","last_fullsized":"2024-04-25T04:28:18.722970+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-25T04:27:58.046227+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-25T04:27:58.046227+0000","last_clean_scrub_stamp":"2024-04-25T04:27:58.046227+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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-04-26T15:15:47.153542+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789962,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1011712,"data_stored":760171,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":33,"seq":141733920779,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27440,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713616,"statfs":{"total":95990841344,"available":95962742784,"internally_reserved":0,"allocated":417792,"data_stored":169803,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":1,"up_from":18,"seq":77309411343,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":417792,"data_stored":169803,"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":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1011712,"data_stored":760171,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":2,"up_from":21,"seq":90194313231,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":417792,"data_stored":169803,"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":3,"up_from":24,"seq":103079215117,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32168,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708888,"statfs":{"total":95990841344,"available":95957901312,"internally_reserved":0,"allocated":1011712,"data_stored":760171,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":4,"up_from":27,"seq":115964117005,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":417792,"data_stored":169803,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":5,"up_from":30,"seq":128849018893,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":417792,"data_stored":169803,"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":[]}],"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":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-04-25T04:28:55.783 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-25T04:28:56.023 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:56.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:56 smithi138 ceph-mon[24012]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:28:56.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:56 smithi138 ceph-mon[24012]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:56.718 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:56.720 INFO:teuthology.orchestra.run.smithi138.stderr:dumped all 2024-04-25T04:28:56.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:56 smithi163 ceph-mon[33665]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:28:56.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:56 smithi163 ceph-mon[33665]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:57.484 INFO:teuthology.orchestra.run.smithi138.stdout:{"pg_ready":true,"pg_map":{"version":115,"stamp":"2024-04-25T04:28:55.430369+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":197,"ondisk_log_size":197,"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":225356,"kb_used_data":5004,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749703092,"statfs":{"total":767926730752,"available":767695966208,"internally_reserved":0,"allocated":5124096,"data_stored":3129528,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":225496624},"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.001999"},"pg_stats":[{"pgid":"1.0","version":"26'197","reported_seq":270,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-04-25T04:28:18.722970+0000","last_change":"2024-04-25T04:28:18.722584+0000","last_active":"2024-04-25T04:28:18.722970+0000","last_peered":"2024-04-25T04:28:18.722970+0000","last_clean":"2024-04-25T04:28:18.722970+0000","last_became_active":"2024-04-25T04:28:18.722051+0000","last_became_peered":"2024-04-25T04:28:18.722051+0000","last_unstale":"2024-04-25T04:28:18.722970+0000","last_undegraded":"2024-04-25T04:28:18.722970+0000","last_fullsized":"2024-04-25T04:28:18.722970+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-25T04:27:58.046227+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-25T04:27:58.046227+0000","last_clean_scrub_stamp":"2024-04-25T04:27:58.046227+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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-04-26T15:15:47.153542+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789962,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1011712,"data_stored":760171,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":33,"seq":141733920779,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27440,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713616,"statfs":{"total":95990841344,"available":95962742784,"internally_reserved":0,"allocated":417792,"data_stored":169803,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":1,"up_from":18,"seq":77309411344,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":417792,"data_stored":169803,"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":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1011712,"data_stored":760171,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":2,"up_from":21,"seq":90194313231,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":417792,"data_stored":169803,"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":3,"up_from":24,"seq":103079215118,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32168,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708888,"statfs":{"total":95990841344,"available":95957901312,"internally_reserved":0,"allocated":1011712,"data_stored":760171,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":4,"up_from":27,"seq":115964117006,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":417792,"data_stored":169803,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":5,"up_from":30,"seq":128849018893,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":417792,"data_stored":169803,"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":[]}],"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":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-04-25T04:28:57.485 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-25T04:28:57.485 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-25T04:28:57.485 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-25T04:28:57.486 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph health --format=json 2024-04-25T04:28:57.724 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:28:58.481 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:28:58.482 INFO:teuthology.orchestra.run.smithi138.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-25T04:28:58.808 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:58 smithi138 ceph-mon[24012]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:28:58.808 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:58 smithi138 ceph-mon[24012]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:58.808 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:28:58 smithi138 ceph-mon[24012]: from='client.? 172.21.15.138:0/740405964' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-25T04:28:58.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:58 smithi163 ceph-mon[33665]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:28:58.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:58 smithi163 ceph-mon[33665]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:28:58.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:28:58 smithi163 ceph-mon[33665]: from='client.? 172.21.15.138:0/740405964' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-25T04:28:59.126 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-25T04:28:59.126 INFO:tasks.cephadm:Setup complete, yielding 2024-04-25T04:28:59.126 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T04:28:59.136 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:28:59.136 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch status' 2024-04-25T04:28:59.375 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:00.130 INFO:teuthology.orchestra.run.smithi138.stdout:Backend: cephadm 2024-04-25T04:29:00.131 INFO:teuthology.orchestra.run.smithi138.stdout:Available: Yes 2024-04-25T04:29:00.131 INFO:teuthology.orchestra.run.smithi138.stdout:Paused: No 2024-04-25T04:29:00.826 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:00 smithi138 ceph-mon[24012]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:00.853 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-25T04:29:00.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:00 smithi163 ceph-mon[33665]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:01.093 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:01.811 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T04:29:01.811 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (2m) 41s ago 3m 26.1M - 0.25.0 c8568f914cd2 040c085c6182 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-exporter.smithi138 smithi138 running (3m) 41s ago 3m 7541k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1c639d501ce9 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-exporter.smithi163 smithi163 running (2m) 45s ago 2m 4936k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 2f5c99d9e612 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (3m) 41s ago 3m 6665k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 83ddae41f4ad 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi163 smithi163 running (2m) 45s ago 2m 6660k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 f1188730d784 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (2m) 41s ago 3m 76.6M - 9.4.12 2bacad6d85d8 75a4a5a0bdac 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.opqedc smithi138 *:9283,8765,8443 running (4m) 41s ago 4m 498M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 fe1c5e0a7c7f 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi163.fuvfjv smithi163 *:8443,9283,8765 running (2m) 45s ago 2m 453M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1c1c7d4874e6 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (4m) 41s ago 5m 47.6M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 5eb726f68819 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi163 smithi163 running (2m) 45s ago 2m 40.1M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 a6404c16aa68 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (3m) 41s ago 3m 15.4M - 1.5.0 0da6a335fe13 e87b43093ca9 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi163 smithi163 *:9100 running (2m) 45s ago 2m 13.3M - 1.5.0 0da6a335fe13 8d293e8f6d6e 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi163 running (76s) 45s ago 75s 37.6M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 4973d3500a01 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (74s) 41s ago 73s 46.1M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 9f8e5842c682 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi163 running (70s) 45s ago 70s 31.0M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 b9810882ad44 2024-04-25T04:29:01.812 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (68s) 41s ago 67s 49.5M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 cdabf55d5baf 2024-04-25T04:29:01.813 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi163 running (64s) 45s ago 64s 37.7M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 7958cae522cb 2024-04-25T04:29:01.813 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi138 running (61s) 41s ago 60s 29.8M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 b616ff257bf3 2024-04-25T04:29:01.813 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi163 running (58s) 45s ago 58s 38.1M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 4b68a9f1d5bb 2024-04-25T04:29:01.813 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi138 running (53s) 41s ago 52s 26.4M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 99c4d67d5b01 2024-04-25T04:29:01.813 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (116s) 41s ago 3m 40.5M - 2.43.0 a07b618ecd1d ae42725343e8 2024-04-25T04:29:01.813 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:01 smithi138 ceph-mon[24012]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:01.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:01 smithi163 ceph-mon[33665]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:02.545 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-25T04:29:02.782 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:02.894 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:02 smithi138 ceph-mon[24012]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:02 smithi163 ceph-mon[33665]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:03.420 INFO:teuthology.orchestra.run.smithi138.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-25T04:29:03.420 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager ?:9093,9094 1/1 43s ago 4m count:1 2024-04-25T04:29:03.421 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-exporter 2/2 47s ago 4m * 2024-04-25T04:29:03.421 INFO:teuthology.orchestra.run.smithi138.stdout:crash 2/2 47s ago 4m * 2024-04-25T04:29:03.421 INFO:teuthology.orchestra.run.smithi138.stdout:grafana ?:3000 1/1 43s ago 4m count:1 2024-04-25T04:29:03.421 INFO:teuthology.orchestra.run.smithi138.stdout:mgr 2/2 47s ago 4m count:2 2024-04-25T04:29:03.421 INFO:teuthology.orchestra.run.smithi138.stdout:mon 2/2 47s ago 3m smithi138:172.21.15.138=smithi138;smithi163:172.21.15.163=smithi163;count:2 2024-04-25T04:29:03.421 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter ?:9100 2/2 47s ago 4m * 2024-04-25T04:29:03.421 INFO:teuthology.orchestra.run.smithi138.stdout:osd.all-available-devices 8 47s ago 2m * 2024-04-25T04:29:03.421 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus ?:9095 1/1 43s ago 4m count:1 2024-04-25T04:29:03.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:03 smithi138 ceph-mon[24012]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:03.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:29:03.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:03 smithi163 ceph-mon[33665]: from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:03.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:29:04.096 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-25T04:29:04.333 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:04.722 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:04 smithi138 ceph-mon[24012]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:04.722 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:04 smithi138 ceph-mon[24012]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:04.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:04 smithi163 ceph-mon[33665]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:04.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:04 smithi163 ceph-mon[33665]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:05.038 INFO:teuthology.orchestra.run.smithi138.stdout:HOST ADDR LABELS STATUS 2024-04-25T04:29:05.038 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 172.21.15.138 2024-04-25T04:29:05.038 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 172.21.15.163 2024-04-25T04:29:05.038 INFO:teuthology.orchestra.run.smithi138.stdout:2 hosts in cluster 2024-04-25T04:29:05.827 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-25T04:29:06.071 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:06.776 INFO:teuthology.orchestra.run.smithi138.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6161003C400BGN 372G No 41s ago Has a FileSystem, LVM detected 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme1n1 ssd Linux_942bfeaae822c9ef2bbd 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme2n1 ssd Linux_6059bd85afa396daa4e8 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme3n1 ssd Linux_e20d45430f18f7a8fad2 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme4n1 ssd Linux_ebb67de9a75f661a7c57 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GU400BGN 372G No 46s ago Has a FileSystem, LVM detected 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme1n1 ssd Linux_f78a1d72f2cc41ad08ff 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme2n1 ssd Linux_b1690b45fd58bb5d1918 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme3n1 ssd Linux_0d58fccbc93178c62b19 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:06.777 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme4n1 ssd Linux_97c2e2f380892b928417 89.4G No 46s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:06.777 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:06 smithi138 ceph-mon[24012]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:06.778 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:06 smithi138 ceph-mon[24012]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:06.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:06 smithi163 ceph-mon[33665]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:06.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:06 smithi163 ceph-mon[33665]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:07.547 INFO:teuthology.run_tasks:Running task vip... 2024-04-25T04:29:07.558 INFO:tasks.vip:Allocating static IPs for each host... 2024-04-25T04:29:07.559 INFO:tasks.vip:peername 172.21.15.138 2024-04-25T04:29:07.562 INFO:tasks.vip:172.21.15.138 in 172.21.0.0/20, pos 3977 2024-04-25T04:29:07.566 INFO:tasks.vip:smithi138.front.sepia.ceph.com static 10.0.15.138, vnet 10.0.0.0/16 2024-04-25T04:29:07.566 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.138')] 2024-04-25T04:29:07.567 DEBUG:teuthology.orchestra.run.smithi138:> sudo ip route ls 2024-04-25T04:29:07.591 INFO:teuthology.orchestra.run.smithi138.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.138 metric 100 2024-04-25T04:29:07.591 INFO:teuthology.orchestra.run.smithi138.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.138 metric 100 2024-04-25T04:29:07.592 INFO:tasks.vip:Configuring 10.0.15.138 on smithi138.front.sepia.ceph.com iface enp3s0f1... 2024-04-25T04:29:07.593 DEBUG:teuthology.orchestra.run.smithi138:> sudo ip addr add 10.0.15.138/16 dev enp3s0f1 2024-04-25T04:29:07.657 INFO:tasks.vip:peername 172.21.15.163 2024-04-25T04:29:07.660 INFO:tasks.vip:172.21.15.163 in 172.21.0.0/20, pos 4002 2024-04-25T04:29:07.664 INFO:tasks.vip:smithi163.front.sepia.ceph.com static 10.0.15.163, vnet 10.0.0.0/16 2024-04-25T04:29:07.664 DEBUG:teuthology.orchestra.run.smithi163:> sudo ip route ls 2024-04-25T04:29:07.696 INFO:teuthology.orchestra.run.smithi163.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.163 metric 100 2024-04-25T04:29:07.696 INFO:teuthology.orchestra.run.smithi163.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.163 metric 100 2024-04-25T04:29:07.697 INFO:tasks.vip:Configuring 10.0.15.163 on smithi163.front.sepia.ceph.com iface enp3s0f1... 2024-04-25T04:29:07.697 DEBUG:teuthology.orchestra.run.smithi163:> sudo ip addr add 10.0.15.163/16 dev enp3s0f1 2024-04-25T04:29:07.767 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T04:29:07.776 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:29:07.776 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-04-25T04:29:08.028 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:08.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:08 smithi138 ceph-mon[24012]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:08.730 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:08 smithi138 ceph-mon[24012]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:08.794 INFO:teuthology.orchestra.run.smithi138.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-25T04:29:08.794 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6161003C400BGN 372G No 43s ago Has a FileSystem, LVM detected 2024-04-25T04:29:08.794 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme1n1 ssd Linux_942bfeaae822c9ef2bbd 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:08.794 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme2n1 ssd Linux_6059bd85afa396daa4e8 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:08.794 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme3n1 ssd Linux_e20d45430f18f7a8fad2 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:08.794 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme4n1 ssd Linux_ebb67de9a75f661a7c57 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:08.794 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GU400BGN 372G No 48s ago Has a FileSystem, LVM detected 2024-04-25T04:29:08.794 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme1n1 ssd Linux_f78a1d72f2cc41ad08ff 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:08.795 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme2n1 ssd Linux_b1690b45fd58bb5d1918 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:08.795 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme3n1 ssd Linux_0d58fccbc93178c62b19 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:08.795 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme4n1 ssd Linux_97c2e2f380892b928417 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:29:08.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:08 smithi163 ceph-mon[33665]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:08.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:08 smithi163 ceph-mon[33665]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:09.573 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-25T04:29:09.582 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:29:09.583 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-25T04:29:09.608 INFO:teuthology.orchestra.run.smithi138.stderr:+ systemctl stop nfs-server 2024-04-25T04:29:09.617 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi163.front.sepia.ceph.com 2024-04-25T04:29:09.618 DEBUG:teuthology.orchestra.run.smithi163:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-25T04:29:09.641 INFO:teuthology.orchestra.run.smithi163.stderr:+ systemctl stop nfs-server 2024-04-25T04:29:09.648 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T04:29:09.661 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:29:09.661 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-04-25T04:29:09.834 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:09 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:29:09.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:09 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:29:10.361 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:10.653 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:10 smithi163 ceph-mon[33665]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:10.654 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:10 smithi163 ceph-mon[33665]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:10.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:10 smithi138 ceph-mon[24012]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:10.787 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:10 smithi138 ceph-mon[24012]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:12.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:12.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:12.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:12 smithi138 ceph-mon[24012]: from='client.24367 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:12.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-25T04:29:12.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:12 smithi138 ceph-mon[24012]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:12.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:12.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:12.390 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:12.390 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:12.391 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:12 smithi163 ceph-mon[33665]: from='client.24367 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:12.391 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-25T04:29:12.391 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:12 smithi163 ceph-mon[33665]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:12.391 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:12.391 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:13.245 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:13 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-25T04:29:13.245 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:13 smithi163 ceph-mon[33665]: osdmap e42: 8 total, 8 up, 8 in 2024-04-25T04:29:13.245 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:13 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-25T04:29:13.402 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:13 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-25T04:29:13.402 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:13 smithi138 ceph-mon[24012]: osdmap e42: 8 total, 8 up, 8 in 2024-04-25T04:29:13.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:13 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-25T04:29:13.403 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:13 smithi138 ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138[23989]: 2024-04-25T04:29:13.151+0000 7fb1a2cbf700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-25T04:29:14.060 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.138/16 --port 2999' 2024-04-25T04:29:14.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-25T04:29:14.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: osdmap e43: 8 total, 8 up, 8 in 2024-04-25T04:29:14.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-25T04:29:14.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-25T04:29:14.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-25T04:29:14.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-25T04:29:14.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: osdmap e44: 8 total, 8 up, 8 in 2024-04-25T04:29:14.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: fsmap foofs:0 2024-04-25T04:29:14.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: Saving service mds.foofs spec with placement count:2 2024-04-25T04:29:14.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:14.420 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:14 smithi138 ceph-mon[24012]: pgmap v127: 65 pgs: 12 creating+peering, 1 active+clean, 52 unknown; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:14.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-25T04:29:14.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: osdmap e43: 8 total, 8 up, 8 in 2024-04-25T04:29:14.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-25T04:29:14.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-25T04:29:14.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-25T04:29:14.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-25T04:29:14.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: osdmap e44: 8 total, 8 up, 8 in 2024-04-25T04:29:14.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: fsmap foofs:0 2024-04-25T04:29:14.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: Saving service mds.foofs spec with placement count:2 2024-04-25T04:29:14.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:14.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:14 smithi163 ceph-mon[33665]: pgmap v127: 65 pgs: 12 creating+peering, 1 active+clean, 52 unknown; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:14.549 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:15.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:15 smithi138 ceph-mon[24012]: osdmap e45: 8 total, 8 up, 8 in 2024-04-25T04:29:15.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:15 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:15.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:15 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:15.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:15 smithi163 ceph-mon[33665]: osdmap e45: 8 total, 8 up, 8 in 2024-04-25T04:29:15.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:15 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:15.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:15 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:16.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:16 smithi163 ceph-mon[33665]: osdmap e46: 8 total, 8 up, 8 in 2024-04-25T04:29:16.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:16 smithi163 ceph-mon[33665]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.138/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:16.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:16 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T04:29:16.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:16 smithi163 ceph-mon[33665]: pgmap v130: 65 pgs: 17 creating+peering, 18 active+clean, 30 unknown; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:16.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:16 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:16.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:16 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:16.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:16 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:16.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:16 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:16.518 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:16 smithi138 ceph-mon[24012]: osdmap e46: 8 total, 8 up, 8 in 2024-04-25T04:29:16.518 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:16 smithi138 ceph-mon[24012]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.138/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:16.518 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T04:29:16.518 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:16 smithi138 ceph-mon[24012]: pgmap v130: 65 pgs: 17 creating+peering, 18 active+clean, 30 unknown; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:16.519 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:16.519 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:16.519 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:16.519 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:16 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:17.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:17 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-25T04:29:17.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:17 smithi138 ceph-mon[24012]: osdmap e47: 8 total, 8 up, 8 in 2024-04-25T04:29:17.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:17 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-25T04:29:17.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:17 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-25T04:29:17.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:17 smithi163 ceph-mon[33665]: osdmap e47: 8 total, 8 up, 8 in 2024-04-25T04:29:17.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:17 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-25T04:29:18.255 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-04-25T04:29:18.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-25T04:29:18.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:18 smithi163 ceph-mon[33665]: osdmap e48: 8 total, 8 up, 8 in 2024-04-25T04:29:18.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:18 smithi163 ceph-mon[33665]: Saving service nfs.foo spec with placement count:1 2024-04-25T04:29:18.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:18.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:18 smithi163 ceph-mon[33665]: Saving service ingress.nfs.foo spec with placement count:2 2024-04-25T04:29:18.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:18.468 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:18 smithi163 ceph-mon[33665]: pgmap v133: 97 pgs: 17 creating+peering, 35 active+clean, 45 unknown; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:18.510 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-25T04:29:18.510 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:18 smithi138 ceph-mon[24012]: osdmap e48: 8 total, 8 up, 8 in 2024-04-25T04:29:18.511 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:18 smithi138 ceph-mon[24012]: Saving service nfs.foo spec with placement count:1 2024-04-25T04:29:18.511 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:18.511 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:18 smithi138 ceph-mon[24012]: Saving service ingress.nfs.foo spec with placement count:2 2024-04-25T04:29:18.511 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:18.511 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:18 smithi138 ceph-mon[24012]: pgmap v133: 97 pgs: 17 creating+peering, 35 active+clean, 45 unknown; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-04-25T04:29:18.788 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:19.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:19 smithi138 ceph-mon[24012]: osdmap e49: 8 total, 8 up, 8 in 2024-04-25T04:29:19.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:19 smithi138 ceph-mon[24012]: mgrmap e20: smithi138.opqedc(active, since 3m), standbys: smithi163.fuvfjv 2024-04-25T04:29:19.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:19 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:19.419 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:19 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:29:19.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:19 smithi163 ceph-mon[33665]: osdmap e49: 8 total, 8 up, 8 in 2024-04-25T04:29:19.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:19 smithi163 ceph-mon[33665]: mgrmap e20: smithi138.opqedc(active, since 3m), standbys: smithi163.fuvfjv 2024-04-25T04:29:19.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:19 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:19.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:19 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:29:20.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:20 smithi163 ceph-mon[33665]: pgmap v135: 97 pgs: 81 active+clean, 16 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T04:29:20.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:20 smithi163 ceph-mon[33665]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:20.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:20 smithi138 ceph-mon[24012]: pgmap v135: 97 pgs: 81 active+clean, 16 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T04:29:20.625 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:20 smithi138 ceph-mon[24012]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:29:21.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.ganavp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.ganavp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: Deploying daemon mds.foofs.smithi163.ganavp on smithi163 2024-04-25T04:29:21.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:21 smithi163 ceph-mon[33665]: pgmap v136: 97 pgs: 97 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T04:29:22.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:22.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:22.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:22.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:29:22.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:22.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:29:22.169 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.ganavp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-25T04:29:22.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi163.ganavp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-25T04:29:22.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:22.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: Deploying daemon mds.foofs.smithi163.ganavp on smithi163 2024-04-25T04:29:22.170 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:21 smithi138 ceph-mon[24012]: pgmap v136: 97 pgs: 97 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T04:29:24.279 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: mds.? [v2:172.21.15.163:6832/319271295,v1:172.21.15.163:6833/319271295] up:boot 2024-04-25T04:29:24.279 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: daemon mds.foofs.smithi163.ganavp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-25T04:29:24.279 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-25T04:29:24.279 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: Cluster is now healthy 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: fsmap foofs:0 1 up:standby 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.ganavp"}]: dispatch 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:creating} 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: daemon mds.foofs.smithi163.ganavp is now active in filesystem foofs as rank 0 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.jfzfic", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.jfzfic", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: Deploying daemon mds.foofs.smithi138.jfzfic on smithi138 2024-04-25T04:29:24.280 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:24 smithi138 ceph-mon[24012]: pgmap v137: 97 pgs: 97 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T04:29:24.292 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2024-04-25T04:29:24.292 INFO:teuthology.orchestra.run.smithi138.stdout: "bind": "/fake", 2024-04-25T04:29:24.292 INFO:teuthology.orchestra.run.smithi138.stdout: "cluster": "foo", 2024-04-25T04:29:24.292 INFO:teuthology.orchestra.run.smithi138.stdout: "fs": "foofs", 2024-04-25T04:29:24.292 INFO:teuthology.orchestra.run.smithi138.stdout: "mode": "RW", 2024-04-25T04:29:24.292 INFO:teuthology.orchestra.run.smithi138.stdout: "path": "/" 2024-04-25T04:29:24.292 INFO:teuthology.orchestra.run.smithi138.stdout:} 2024-04-25T04:29:24.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: mds.? [v2:172.21.15.163:6832/319271295,v1:172.21.15.163:6833/319271295] up:boot 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: daemon mds.foofs.smithi163.ganavp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: Cluster is now healthy 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: fsmap foofs:0 1 up:standby 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi163.ganavp"}]: dispatch 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:creating} 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: daemon mds.foofs.smithi163.ganavp is now active in filesystem foofs as rank 0 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.jfzfic", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-25T04:29:24.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi138.jfzfic", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-25T04:29:24.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:24.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: Deploying daemon mds.foofs.smithi138.jfzfic on smithi138 2024-04-25T04:29:24.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:24 smithi163 ceph-mon[33665]: pgmap v137: 97 pgs: 97 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T04:29:25.223 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-25T04:29:25.233 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-04-25T04:29:25.233 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:25.666 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:25 smithi163 ceph-mon[33665]: mds.? [v2:172.21.15.163:6832/319271295,v1:172.21.15.163:6833/319271295] up:active 2024-04-25T04:29:25.666 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:25 smithi163 ceph-mon[33665]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:active} 2024-04-25T04:29:25.666 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:25 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-25T04:29:25.666 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:25 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-04-25T04:29:25.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:25 smithi138 ceph-mon[24012]: mds.? [v2:172.21.15.163:6832/319271295,v1:172.21.15.163:6833/319271295] up:active 2024-04-25T04:29:25.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:25 smithi138 ceph-mon[24012]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:active} 2024-04-25T04:29:25.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:25 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-04-25T04:29:25.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:25 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-04-25T04:29:25.819 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:26.637 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:26 smithi138 ceph-mon[24012]: pgmap v138: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 991 B/s wr, 2 op/s 2024-04-25T04:29:26.676 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:26.676 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:17.210844Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:23.394767Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:17.207151Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:26.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:26 smithi163 ceph-mon[33665]: pgmap v138: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 991 B/s wr, 2 op/s 2024-04-25T04:29:27.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:27 smithi138 ceph-mon[24012]: mgrmap e21: smithi138.opqedc(active, since 3m), standbys: smithi163.fuvfjv 2024-04-25T04:29:27.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:27 smithi163 ceph-mon[33665]: mgrmap e21: smithi138.opqedc(active, since 3m), standbys: smithi163.fuvfjv 2024-04-25T04:29:27.779 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:28.353 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: mds.? [v2:172.21.15.138:6834/3749277483,v1:172.21.15.138:6835/3749277483] up:boot 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:active} 1 up:standby 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.jfzfic"}]: dispatch 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:active} 1 up:standby 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: Creating key for client.nfs.foo.0.0.smithi138.sqirqf 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.sqirqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-25T04:29:28.354 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.sqirqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: pgmap v139: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s wr, 2 op/s 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: Rados config object exists: conf-nfs.foo 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: Creating key for client.nfs.foo.0.0.smithi138.sqirqf-rgw 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.sqirqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.sqirqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: Bind address in nfs.foo.0.0.smithi138.sqirqf's ganesha conf is defaulting to empty 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:28.355 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:28 smithi138 ceph-mon[24012]: Deploying daemon nfs.foo.0.0.smithi138.sqirqf on smithi138 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: mds.? [v2:172.21.15.138:6834/3749277483,v1:172.21.15.138:6835/3749277483] up:boot 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:active} 1 up:standby 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi138.jfzfic"}]: dispatch 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:active} 1 up:standby 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: Creating key for client.nfs.foo.0.0.smithi138.sqirqf 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.sqirqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.sqirqf", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: pgmap v139: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s wr, 2 op/s 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: Rados config object exists: conf-nfs.foo 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: Creating key for client.nfs.foo.0.0.smithi138.sqirqf-rgw 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.sqirqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T04:29:28.719 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi138.sqirqf-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T04:29:28.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: Bind address in nfs.foo.0.0.smithi138.sqirqf's ganesha conf is defaulting to empty 2024-04-25T04:29:28.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:29:28.720 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:28 smithi163 ceph-mon[33665]: Deploying daemon nfs.foo.0.0.smithi138.sqirqf on smithi138 2024-04-25T04:29:28.780 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:29.152 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:29.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:29.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:30.072 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:30.072 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:17.210844Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:27.341738Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:30.806 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:30 smithi138 ceph-mon[24012]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 90 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-04-25T04:29:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:30 smithi163 ceph-mon[33665]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 90 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-04-25T04:29:31.063 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:31.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:31 smithi138 ceph-mon[24012]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:31.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:31 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:31.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:31 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:31.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:31 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:31.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:31 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:31.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:31 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:31 smithi163 ceph-mon[33665]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:31 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:31 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:31 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:31.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:31 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:31.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:31 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:32.063 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:32.315 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:32.815 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:32 smithi138 ceph-mon[24012]: Deploying daemon haproxy.nfs.foo.smithi138.fezwoy on smithi138 2024-04-25T04:29:32.816 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:32 smithi138 ceph-mon[24012]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-04-25T04:29:32.816 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:32 smithi138 ceph-mon[24012]: mds.? [v2:172.21.15.138:6834/3749277483,v1:172.21.15.138:6835/3749277483] up:standby 2024-04-25T04:29:32.816 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:32 smithi138 ceph-mon[24012]: mds.? [v2:172.21.15.163:6832/319271295,v1:172.21.15.163:6833/319271295] up:active 2024-04-25T04:29:32.816 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:32 smithi138 ceph-mon[24012]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:active} 1 up:standby 2024-04-25T04:29:32.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:32 smithi163 ceph-mon[33665]: Deploying daemon haproxy.nfs.foo.smithi138.fezwoy on smithi138 2024-04-25T04:29:32.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:32 smithi163 ceph-mon[33665]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-04-25T04:29:32.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:32 smithi163 ceph-mon[33665]: mds.? [v2:172.21.15.138:6834/3749277483,v1:172.21.15.138:6835/3749277483] up:standby 2024-04-25T04:29:32.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:32 smithi163 ceph-mon[33665]: mds.? [v2:172.21.15.163:6832/319271295,v1:172.21.15.163:6833/319271295] up:active 2024-04-25T04:29:32.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:32 smithi163 ceph-mon[33665]: fsmap foofs:1 {0=foofs.smithi163.ganavp=up:active} 1 up:standby 2024-04-25T04:29:33.178 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:33.178 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:17.210844Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:34.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:34 smithi163 ceph-mon[33665]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:34.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:34 smithi163 ceph-mon[33665]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-04-25T04:29:34.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:34.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:29:34.718 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:34.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:34 smithi138 ceph-mon[24012]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:34.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:34 smithi138 ceph-mon[24012]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-04-25T04:29:34.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:34.839 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:29:34.840 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:35.472 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:36.473 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:36.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:36 smithi138 ceph-mon[24012]: pgmap v143: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 4 op/s 2024-04-25T04:29:36.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:36 smithi163 ceph-mon[33665]: pgmap v143: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.9 KiB/s wr, 4 op/s 2024-04-25T04:29:37.150 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:38.083 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:38.083 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:17.210844Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:38.611 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:38 smithi138 ceph-mon[24012]: pgmap v144: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-04-25T04:29:38.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:38 smithi163 ceph-mon[33665]: pgmap v144: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-04-25T04:29:39.144 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:39.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:39 smithi138 ceph-mon[24012]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:39.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:39 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:39.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:39 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:39.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:39 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:39.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:39 smithi163 ceph-mon[33665]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:39.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:39 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:39.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:39 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:39.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:39 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:40.145 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:40.403 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:40 smithi138 ceph-mon[24012]: Deploying daemon haproxy.nfs.foo.smithi163.mkvedh on smithi163 2024-04-25T04:29:40.834 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:40 smithi138 ceph-mon[24012]: pgmap v145: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-04-25T04:29:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:40 smithi163 ceph-mon[33665]: Deploying daemon haproxy.nfs.foo.smithi163.mkvedh on smithi163 2024-04-25T04:29:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:40 smithi163 ceph-mon[33665]: pgmap v145: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2024-04-25T04:29:41.158 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:41.159 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:38.706992Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:41.882 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:42.754 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:42 smithi138 ceph-mon[24012]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:42.754 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:42 smithi138 ceph-mon[24012]: pgmap v146: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-04-25T04:29:42.883 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:42.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:42 smithi163 ceph-mon[33665]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:42.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:42 smithi163 ceph-mon[33665]: pgmap v146: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 938 B/s wr, 2 op/s 2024-04-25T04:29:43.134 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:43.867 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:43.867 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:38.706992Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:44.593 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:44 smithi163 ceph-mon[33665]: pgmap v147: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-04-25T04:29:44.634 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:44.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:44 smithi138 ceph-mon[24012]: pgmap v147: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-04-25T04:29:45.637 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:45.666 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:45 smithi163 ceph-mon[33665]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:45.666 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:45.667 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:45.667 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:45.667 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:45.888 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:45.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:45 smithi138 ceph-mon[24012]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:45.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:45.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:45.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:45.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:46.620 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:46.620 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:45.338534Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:46.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:46 smithi138 ceph-mon[24012]: 10.0.31.138 is in 10.0.0.0/16 on smithi138 interface enp3s0f1 2024-04-25T04:29:46.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:46 smithi138 ceph-mon[24012]: 10.0.31.138 is in 10.0.0.0/16 on smithi163 interface enp3s0f1 2024-04-25T04:29:46.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:46 smithi138 ceph-mon[24012]: Deploying daemon keepalived.nfs.foo.smithi138.nizrrr on smithi138 2024-04-25T04:29:46.621 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:46 smithi138 ceph-mon[24012]: pgmap v148: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-04-25T04:29:46.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:46 smithi163 ceph-mon[33665]: 10.0.31.138 is in 10.0.0.0/16 on smithi138 interface enp3s0f1 2024-04-25T04:29:46.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:46 smithi163 ceph-mon[33665]: 10.0.31.138 is in 10.0.0.0/16 on smithi163 interface enp3s0f1 2024-04-25T04:29:46.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:46 smithi163 ceph-mon[33665]: Deploying daemon keepalived.nfs.foo.smithi138.nizrrr on smithi138 2024-04-25T04:29:46.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:46 smithi163 ceph-mon[33665]: pgmap v148: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2024-04-25T04:29:47.703 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:47.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:47 smithi163 ceph-mon[33665]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:47.812 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:47 smithi138 ceph-mon[24012]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:48.704 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:48.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:48 smithi163 ceph-mon[33665]: pgmap v149: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2024-04-25T04:29:48.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:29:48.769 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:48 smithi138 ceph-mon[24012]: pgmap v149: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2024-04-25T04:29:48.769 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:29:50.199 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:50.582 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:50 smithi138 ceph-mon[24012]: pgmap v150: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:29:50.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:50 smithi163 ceph-mon[33665]: pgmap v150: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:29:51.075 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:51.075 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:45.338534Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:52.215 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:52.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:52 smithi138 ceph-mon[24012]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:52.796 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:52 smithi138 ceph-mon[24012]: pgmap v151: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:29:52.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:52 smithi163 ceph-mon[33665]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:52.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:52 smithi163 ceph-mon[33665]: pgmap v151: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:29:53.215 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:53.917 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:54.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:54 smithi138 ceph-mon[24012]: pgmap v152: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:29:54.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:54.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:54.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:54.683 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:54.683 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:53.933541Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:54.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:54 smithi163 ceph-mon[33665]: pgmap v152: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:29:54.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:54.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:54.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:29:55.414 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:55.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:55 smithi138 ceph-mon[24012]: 10.0.31.138 is in 10.0.0.0/16 on smithi163 interface enp3s0f1 2024-04-25T04:29:55.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:55 smithi138 ceph-mon[24012]: 10.0.31.138 is in 10.0.0.0/16 on smithi138 interface enp3s0f1 2024-04-25T04:29:55.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:55 smithi138 ceph-mon[24012]: Deploying daemon keepalived.nfs.foo.smithi163.zklree on smithi163 2024-04-25T04:29:55.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:55 smithi163 ceph-mon[33665]: 10.0.31.138 is in 10.0.0.0/16 on smithi163 interface enp3s0f1 2024-04-25T04:29:55.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:55 smithi163 ceph-mon[33665]: 10.0.31.138 is in 10.0.0.0/16 on smithi138 interface enp3s0f1 2024-04-25T04:29:55.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:55 smithi163 ceph-mon[33665]: Deploying daemon keepalived.nfs.foo.smithi163.zklree on smithi163 2024-04-25T04:29:56.416 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:56.676 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:56.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:56 smithi138 ceph-mon[24012]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:56.799 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:56 smithi138 ceph-mon[24012]: pgmap v153: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:29:56.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:56 smithi163 ceph-mon[33665]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:56.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:56 smithi163 ceph-mon[33665]: pgmap v153: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:29:57.355 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:57.355 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:53.933541Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:29:57.975 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:29:58.533 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:58 smithi163 ceph-mon[33665]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:58.533 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:29:58 smithi163 ceph-mon[33665]: pgmap v154: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:29:58.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:58 smithi138 ceph-mon[24012]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:29:58.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:29:58 smithi138 ceph-mon[24012]: pgmap v154: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:29:58.977 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:29:59.232 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:29:59.943 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:29:59.943 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:29:53.933541Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:30:00.605 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:00 smithi138 ceph-mon[24012]: pgmap v155: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:00.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:00 smithi138 ceph-mon[24012]: overall HEALTH_OK 2024-04-25T04:30:00.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:00.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:00.606 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:00.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:00.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:00 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:00.635 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:30:00.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:00 smithi163 ceph-mon[33665]: pgmap v155: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:00.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:00 smithi163 ceph-mon[33665]: overall HEALTH_OK 2024-04-25T04:30:00.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:00.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:00.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:00.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:00.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:00 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:01.636 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:30:01.658 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:01 smithi138 ceph-mon[24012]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:01.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:01 smithi163 ceph-mon[33665]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:02.238 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:30:02.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:02 smithi138 ceph-mon[24012]: pgmap v156: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:02 smithi163 ceph-mon[33665]: pgmap v156: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:03.636 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:30:03.636 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:11.122774Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:11.122874Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:30:00.367695Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "running": 0, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:11.123049Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:11.123121Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:11.122974Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:11.123191Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:30:03.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:30:03.828 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:03.898 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:30:03.898 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:04.426 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:30:04.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:04 smithi138 ceph-mon[24012]: pgmap v157: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:04.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:04 smithi138 ceph-mon[24012]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:04.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:04.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:04.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:04 smithi163 ceph-mon[33665]: pgmap v157: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:04.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:04 smithi163 ceph-mon[33665]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:04.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:04 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:04.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:04 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:05.427 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:30:06.018 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:30:06.701 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:30:06.702 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:15.080219Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:15.080296Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:30:00.367695Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "last_refresh": "2024-04-25T04:30:04.342998Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "last_refresh": "2024-04-25T04:30:04.342911Z", "running": 1, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:15.080139Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:15.080037Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:15.080372Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:15.080666Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:30:06.702 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:06 smithi138 ceph-mon[24012]: pgmap v158: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:06.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:06 smithi163 ceph-mon[33665]: pgmap v158: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:07.593 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:30:08.594 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:30:08.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:08 smithi138 ceph-mon[24012]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:08.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:08 smithi138 ceph-mon[24012]: pgmap v159: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:30:08.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:08 smithi163 ceph-mon[33665]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:08.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:08 smithi163 ceph-mon[33665]: pgmap v159: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:30:09.089 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:30:10.001 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:30:10.001 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:29:15.080445Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:29:15.080219Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:29:15.080296Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:29:15.080518Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:30:00.367695Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "last_refresh": "2024-04-25T04:30:04.342998Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "last_refresh": "2024-04-25T04:30:04.342911Z", "running": 1, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:29:15.080139Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:29:15.080037Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:29:31.009855Z 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-04-25T04:29:17.203717Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:29:15.080372Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:29:15.080666Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:29:15.080592Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:30:10.731 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:10 smithi138 ceph-mon[24012]: pgmap v160: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:10.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:10.732 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:10 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:10.757 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T04:30:10.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:10 smithi163 ceph-mon[33665]: pgmap v160: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:10.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:10 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:10.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:10 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:11.758 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:30:11.779 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:11 smithi138 ceph-mon[24012]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:11.779 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:11.779 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:11.779 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:11.779 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:11.780 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:11 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:11.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:11 smithi163 ceph-mon[33665]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:11.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:11.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:11.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:11.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:11.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:11 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:12.620 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:30:12.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:12 smithi138 ceph-mon[24012]: Reconfiguring prometheus.smithi138 (dependencies changed)... 2024-04-25T04:30:12.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:12 smithi138 ceph-mon[24012]: Reconfiguring daemon prometheus.smithi138 on smithi138 2024-04-25T04:30:12.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:12 smithi138 ceph-mon[24012]: pgmap v161: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:12 smithi163 ceph-mon[33665]: Reconfiguring prometheus.smithi138 (dependencies changed)... 2024-04-25T04:30:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:12 smithi163 ceph-mon[33665]: Reconfiguring daemon prometheus.smithi138 on smithi138 2024-04-25T04:30:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:12 smithi163 ceph-mon[33665]: pgmap v161: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:14.399 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:30:14.399 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:30:10.156425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:30:04.342207Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:30:04.342322Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:30:10.156497Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:30:00.367695Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "last_refresh": "2024-04-25T04:30:04.342998Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "last_refresh": "2024-04-25T04:30:04.342911Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:30:04.342474Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:30:04.342546Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:30:10.955550Z 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-04-25T04:29:17.203717Z", "last_refresh": "2024-04-25T04:30:10.157004Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:30:04.342400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:30:04.342619Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:30:10.156569Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:30:14.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:14 smithi138 ceph-mon[24012]: pgmap v162: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:14.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:14 smithi163 ceph-mon[33665]: pgmap v162: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:15.263 INFO:tasks.cephadm:nfs.foo has 1/1 2024-04-25T04:30:15.263 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-25T04:30:15.275 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-04-25T04:30:15.275 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T04:30:15.798 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:15 smithi138 ceph-mon[24012]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:15.868 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:15 smithi163 ceph-mon[33665]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:15.888 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:30:16.610 INFO:teuthology.orchestra.run.smithi138.stdout: 2024-04-25T04:30:16.610 INFO:teuthology.orchestra.run.smithi138.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T04:24:49.111775Z", "last_refresh": "2024-04-25T04:30:10.156425Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:15.829579Z 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-04-25T04:24:42.854800Z", "last_refresh": "2024-04-25T04:30:04.342207Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:19.463943Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T04:24:41.554803Z", "last_refresh": "2024-04-25T04:30:04.342322Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T04:24:45.899848Z", "last_refresh": "2024-04-25T04:30:10.156497Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:30:00.367695Z 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.138/16"}, "status": {"created": "2024-04-25T04:29:17.208309Z", "last_refresh": "2024-04-25T04:30:04.342998Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.138/16"}}, {"events": ["2024-04-25T04:29:27.336593Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-25T04:29:13.166962Z", "last_refresh": "2024-04-25T04:30:04.342911Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:26.629045Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T04:24:40.275539Z", "last_refresh": "2024-04-25T04:30:04.342474Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:36.374572Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi138:172.21.15.138=smithi138", "smithi163:172.21.15.163=smithi163"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T04:25:26.240169Z", "last_refresh": "2024-04-25T04:30:04.342546Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T04:30:10.955550Z 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-04-25T04:29:17.203717Z", "last_refresh": "2024-04-25T04:30:10.157004Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-04-25T04:26:23.793713Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T04:24:47.895091Z", "last_refresh": "2024-04-25T04:30:04.342400Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T04:26:42.077937Z 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-04-25T04:26:42.074420Z", "last_refresh": "2024-04-25T04:30:04.342619Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T04:26:36.379027Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T04:24:44.558311Z", "last_refresh": "2024-04-25T04:30:10.156569Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-25T04:30:16.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:16 smithi138 ceph-mon[24012]: pgmap v163: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:16.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:16 smithi163 ceph-mon[33665]: pgmap v163: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:17.453 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-04-25T04:30:17.454 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-25T04:30:17.464 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:30:17.464 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-04-25T04:30:17.490 INFO:teuthology.orchestra.run.smithi138.stderr:+ mkdir /mnt/foo 2024-04-25T04:30:17.515 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-04-25T04:30:17.579 INFO:teuthology.orchestra.run.smithi138.stderr:+ sleep 5 2024-04-25T04:30:17.887 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:17 smithi138 ceph-mon[24012]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:17.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:17 smithi163 ceph-mon[33665]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T04:30:18.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:18 smithi138 ceph-mon[24012]: pgmap v164: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:30:18.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:30:18.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:18.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:18.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:18 smithi163 ceph-mon[33665]: pgmap v164: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:30:18.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:30:18.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:18.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:19.630 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:19 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T04:30:19.630 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:19 smithi163 ceph-mon[33665]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T04:30:19.630 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:19 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:19.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:19 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T04:30:19.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:19 smithi138 ceph-mon[24012]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T04:30:19.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:19 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:20.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:20 smithi138 ceph-mon[24012]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:20.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:20 smithi163 ceph-mon[33665]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:22.582 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.138:/fake /mnt/foo -o port=2999' 2024-04-25T04:30:22.644 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:22 smithi138 ceph-mon[24012]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:22.644 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:22.644 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:22.647 INFO:teuthology.orchestra.run.smithi138.stderr:+ mount -t nfs 10.0.31.138:/fake /mnt/foo -o port=2999 2024-04-25T04:30:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:22 smithi163 ceph-mon[33665]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:23.151 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-04-25T04:30:23.215 INFO:teuthology.orchestra.run.smithi138.stderr:+ echo test 2024-04-25T04:30:23.234 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-04-25T04:30:23.298 INFO:teuthology.orchestra.run.smithi138.stderr:+ sync 2024-04-25T04:30:23.572 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T04:30:23.581 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> ceph orch daemon stop $haproxy 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> cat /mnt/foo/testfile 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> echo $haproxy > /mnt/foo/testfile 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> sync 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> ceph orch daemon start $haproxy 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> done 2024-04-25T04:30:23.582 DEBUG:teuthology.orchestra.run.smithi138:> ' 2024-04-25T04:30:23.988 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:30:24.713 INFO:teuthology.orchestra.run.smithi138.stdout:Check with each haproxy down in turn... 2024-04-25T04:30:24.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:24 smithi138 ceph-mon[24012]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:24.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:24 smithi163 ceph-mon[33665]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:30:25.306 INFO:teuthology.orchestra.run.smithi138.stdout:Scheduled to stop haproxy.nfs.foo.smithi138.fezwoy on host 'smithi138' 2024-04-25T04:30:26.554 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:26 smithi138 ceph-mon[24012]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:26.554 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:26 smithi138 ceph-mon[24012]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi138.fezwoy", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:26.555 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:26 smithi138 ceph-mon[24012]: Schedule stop daemon haproxy.nfs.foo.smithi138.fezwoy 2024-04-25T04:30:26.555 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:26.555 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:26 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:26.555 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:26 smithi138 ceph-mon[24012]: pgmap v168: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 853 B/s wr, 0 op/s 2024-04-25T04:30:26.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:26 smithi163 ceph-mon[33665]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:26.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:26 smithi163 ceph-mon[33665]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi138.fezwoy", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:26.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:26 smithi163 ceph-mon[33665]: Schedule stop daemon haproxy.nfs.foo.smithi138.fezwoy 2024-04-25T04:30:26.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:26.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:26 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:26.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:26 smithi163 ceph-mon[33665]: pgmap v168: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 853 B/s wr, 0 op/s 2024-04-25T04:30:27.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:27 smithi138 ceph-mon[24012]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:27.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:27 smithi163 ceph-mon[33665]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:28.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:28 smithi138 ceph-mon[24012]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:28.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:28 smithi138 ceph-mon[24012]: pgmap v169: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-04-25T04:30:28.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:28 smithi163 ceph-mon[33665]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:28.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:28 smithi163 ceph-mon[33665]: pgmap v169: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-04-25T04:30:29.657 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:29 smithi138 ceph-mon[24012]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:29.657 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:29.657 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:29.657 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:29.657 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:29.657 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:29.657 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:29.657 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:29 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:29.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:29 smithi163 ceph-mon[33665]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:29.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:29.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:29.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:29.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:29.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:29.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:29.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:29 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:30.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:30 smithi138 ceph-mon[24012]: pgmap v170: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-25T04:30:30.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:30.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:30.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:30.669 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:30 smithi163 ceph-mon[33665]: pgmap v170: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-25T04:30:30.669 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:30.669 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:30.669 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:31.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:31 smithi138 ceph-mon[24012]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:31.693 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:31 smithi163 ceph-mon[33665]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:32.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:32 smithi138 ceph-mon[24012]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:32.584 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:32 smithi138 ceph-mon[24012]: pgmap v171: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-25T04:30:32.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:32 smithi163 ceph-mon[33665]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:32.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:32 smithi163 ceph-mon[33665]: pgmap v171: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-25T04:30:33.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:33 smithi138 ceph-mon[24012]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:33.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:33 smithi163 ceph-mon[33665]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:34.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:34 smithi138 ceph-mon[24012]: pgmap v172: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-25T04:30:34.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:30:34.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:34.418 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:34 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:34.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:34 smithi163 ceph-mon[33665]: pgmap v172: 97 pgs: 97 active+clean; 588 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-04-25T04:30:34.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:30:34.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:34.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:34 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:35.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:35 smithi138 ceph-mon[24012]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:35.670 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:35 smithi163 ceph-mon[33665]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:36.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:36 smithi138 ceph-mon[24012]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:36.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:36 smithi138 ceph-mon[24012]: pgmap v173: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:30:36.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:36 smithi163 ceph-mon[33665]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:36.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:36 smithi163 ceph-mon[33665]: pgmap v173: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:30:37.844 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi138.fezwoy smithi138 *:2999,9999 stopped 1s ago 59s - - 2024-04-25T04:30:37.845 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:37 smithi138 ceph-mon[24012]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:37.845 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:37.845 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:37.845 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:37.845 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:37.845 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:37.845 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:37.845 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:37.863 INFO:teuthology.orchestra.run.smithi138.stdout:test 2024-04-25T04:30:37.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:37 smithi163 ceph-mon[33665]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:37.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:37.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:37.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:37.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:37.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:37.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:37.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:38.409 INFO:teuthology.orchestra.run.smithi138.stdout:Scheduled to start haproxy.nfs.foo.smithi138.fezwoy on host 'smithi138' 2024-04-25T04:30:38.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:38 smithi138 ceph-mon[24012]: pgmap v174: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:30:38.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:38 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:38.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:38 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:38.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:38 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:38.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:38 smithi163 ceph-mon[33665]: pgmap v174: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:30:38.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:38 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:38.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:38 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:38.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:38 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:39.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:39 smithi163 ceph-mon[33665]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:39.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:39 smithi163 ceph-mon[33665]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi138.fezwoy", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:39.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:39 smithi163 ceph-mon[33665]: Schedule start daemon haproxy.nfs.foo.smithi138.fezwoy 2024-04-25T04:30:39.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:39 smithi138 ceph-mon[24012]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:39.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:39 smithi138 ceph-mon[24012]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi138.fezwoy", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:39.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:39 smithi138 ceph-mon[24012]: Schedule start daemon haproxy.nfs.foo.smithi138.fezwoy 2024-04-25T04:30:40.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:40 smithi138 ceph-mon[24012]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:40.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:40 smithi138 ceph-mon[24012]: pgmap v175: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-04-25T04:30:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:40 smithi163 ceph-mon[33665]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:40 smithi163 ceph-mon[33665]: pgmap v175: 97 pgs: 97 active+clean; 589 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-04-25T04:30:41.891 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:41 smithi163 ceph-mon[33665]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:41.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:41 smithi138 ceph-mon[24012]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:42.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:42 smithi138 ceph-mon[24012]: pgmap v176: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:30:42.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:42 smithi138 ceph-mon[24012]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:42.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:42 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:42.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:42 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:42.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:42 smithi163 ceph-mon[33665]: pgmap v176: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:30:42.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:42 smithi163 ceph-mon[33665]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:42.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:42 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:42.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:42 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:44.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:44 smithi138 ceph-mon[24012]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:44.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:44 smithi138 ceph-mon[24012]: pgmap v177: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:30:44.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:44 smithi163 ceph-mon[33665]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:44.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:44 smithi163 ceph-mon[33665]: pgmap v177: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:30:45.868 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:45 smithi163 ceph-mon[33665]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:45.868 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:45.868 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:45.868 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:45.868 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:45.869 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:45.869 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:45.869 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:45 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:45.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:45 smithi138 ceph-mon[24012]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:45.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:45.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:45.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:45.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:45.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:45.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:45.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:45 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:46.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:46 smithi138 ceph-mon[24012]: pgmap v178: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:30:46.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:46 smithi138 ceph-mon[24012]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:46.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:46 smithi163 ceph-mon[33665]: pgmap v178: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:30:46.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:46 smithi163 ceph-mon[33665]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:47.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:47 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:47.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:47 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:47.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:47 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:47.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:47 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:47.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:47 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:47.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:47 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:48.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:48 smithi138 ceph-mon[24012]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:48.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:48 smithi138 ceph-mon[24012]: pgmap v179: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-25T04:30:48.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:30:48.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:48 smithi163 ceph-mon[33665]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:48.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:48 smithi163 ceph-mon[33665]: pgmap v179: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-25T04:30:48.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:30:49.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:49 smithi138 ceph-mon[24012]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:49.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:49 smithi163 ceph-mon[33665]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:50.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:50 smithi138 ceph-mon[24012]: pgmap v180: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-25T04:30:50.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:50.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:50 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:50.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:50 smithi163 ceph-mon[33665]: pgmap v180: 97 pgs: 97 active+clean; 598 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-25T04:30:50.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:50.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:50 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:51.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:51 smithi138 ceph-mon[24012]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:51.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:51 smithi163 ceph-mon[33665]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:52.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:52 smithi138 ceph-mon[24012]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:52.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:52 smithi138 ceph-mon[24012]: pgmap v181: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-04-25T04:30:52.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:52 smithi138 ceph-mon[24012]: mgrmap e22: smithi138.opqedc(active, since 4m), standbys: smithi163.fuvfjv 2024-04-25T04:30:52.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:52 smithi138 ceph-mon[24012]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:52.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:52 smithi163 ceph-mon[33665]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:52.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:52 smithi163 ceph-mon[33665]: pgmap v181: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-04-25T04:30:52.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:52 smithi163 ceph-mon[33665]: mgrmap e22: smithi138.opqedc(active, since 4m), standbys: smithi163.fuvfjv 2024-04-25T04:30:52.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:52 smithi163 ceph-mon[33665]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:53.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:53 smithi138 ceph-mon[24012]: pgmap v182: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:30:53.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:53 smithi163 ceph-mon[33665]: pgmap v182: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:30:55.135 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi138.fezwoy smithi138 *:2999,9999 running (8s) 1s ago 76s 6089k - 2.3.17-d1c9119 e85424b0d443 529af752e4e6 2024-04-25T04:30:55.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:54 smithi138 ceph-mon[24012]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:55.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:55.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:55.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:55.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:55.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:55.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:55.136 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:54 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:55.216 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:54 smithi163 ceph-mon[33665]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:55.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:55.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:55.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:30:55.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:30:55.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:55.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:30:55.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:54 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:55.464 INFO:teuthology.orchestra.run.smithi138.stdout:Scheduled to stop haproxy.nfs.foo.smithi163.mkvedh on host 'smithi163' 2024-04-25T04:30:56.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:56 smithi138 ceph-mon[24012]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:56.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:56 smithi138 ceph-mon[24012]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi163.mkvedh", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:56.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:56 smithi138 ceph-mon[24012]: Schedule stop daemon haproxy.nfs.foo.smithi163.mkvedh 2024-04-25T04:30:56.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:56 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:56.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:56 smithi138 ceph-mon[24012]: pgmap v183: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:30:56.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:56 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:56.669 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:56 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:56.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:56 smithi163 ceph-mon[33665]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:56.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:56 smithi163 ceph-mon[33665]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi163.mkvedh", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:56.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:56 smithi163 ceph-mon[33665]: Schedule stop daemon haproxy.nfs.foo.smithi163.mkvedh 2024-04-25T04:30:56.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:56 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:56.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:56 smithi163 ceph-mon[33665]: pgmap v183: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:30:56.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:56 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:56.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:56 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:30:57.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:57 smithi138 ceph-mon[24012]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:57.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:57 smithi138 ceph-mon[24012]: mgrmap e23: smithi138.opqedc(active, since 4m), standbys: smithi163.fuvfjv 2024-04-25T04:30:57.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:57 smithi163 ceph-mon[33665]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:57.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:57 smithi163 ceph-mon[33665]: mgrmap e23: smithi138.opqedc(active, since 4m), standbys: smithi163.fuvfjv 2024-04-25T04:30:58.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:58 smithi138 ceph-mon[24012]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:58.736 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:58 smithi138 ceph-mon[24012]: pgmap v184: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:30:58.852 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:58 smithi163 ceph-mon[33665]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:58.853 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:58 smithi163 ceph-mon[33665]: pgmap v184: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:30:59.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:59 smithi138 ceph-mon[24012]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:59.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:59.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:30:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:59.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:59 smithi163 ceph-mon[33665]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:30:59.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:30:59.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:30:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:00.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:00 smithi138 ceph-mon[24012]: pgmap v185: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:31:00.970 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:00 smithi163 ceph-mon[33665]: pgmap v185: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:31:01.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:01 smithi138 ceph-mon[24012]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:01.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:01 smithi163 ceph-mon[33665]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:02.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:02 smithi138 ceph-mon[24012]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:02.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:02 smithi138 ceph-mon[24012]: pgmap v186: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:31:02.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:02.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:02.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:02.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:02.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:02.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:02.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:02 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:02.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:02 smithi163 ceph-mon[33665]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:02 smithi163 ceph-mon[33665]: pgmap v186: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:31:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:02.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:02 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:03.574 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:03 smithi163 ceph-mon[33665]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:03.575 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:03 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:31:03.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:03 smithi138 ceph-mon[24012]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:03.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:03 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:31:04.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:04 smithi138 ceph-mon[24012]: pgmap v187: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-04-25T04:31:04.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:04.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:04.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:04 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:04.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:04 smithi163 ceph-mon[33665]: pgmap v187: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-04-25T04:31:04.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:04 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:04.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:04 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:04.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:04 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:05.771 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:05 smithi163 ceph-mon[33665]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:05.859 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:05 smithi138 ceph-mon[24012]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:06.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:06 smithi138 ceph-mon[24012]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:06.785 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:06 smithi138 ceph-mon[24012]: pgmap v188: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-04-25T04:31:06.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:06 smithi163 ceph-mon[33665]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:06.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:06 smithi163 ceph-mon[33665]: pgmap v188: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-04-25T04:31:08.077 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi163.mkvedh smithi163 *:2999,9999 stopped 0s ago 82s - - 2024-04-25T04:31:08.079 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi138.fezwoy 2024-04-25T04:31:08.696 INFO:teuthology.orchestra.run.smithi138.stdout:Scheduled to start haproxy.nfs.foo.smithi163.mkvedh on host 'smithi163' 2024-04-25T04:31:08.696 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:08 smithi138 ceph-mon[24012]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:08.696 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:08 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:08.696 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:08 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:08.696 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:08 smithi138 ceph-mon[24012]: pgmap v189: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:31:08.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:08 smithi163 ceph-mon[33665]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:08.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:08 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:08.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:08 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:08.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:08 smithi163 ceph-mon[33665]: pgmap v189: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:31:09.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:09 smithi163 ceph-mon[33665]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:09.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:09 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:09.717 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:09 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:09.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:09 smithi138 ceph-mon[24012]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:09.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:09 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:09.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:09 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:10.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:10 smithi138 ceph-mon[24012]: from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi163.mkvedh", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:10.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:10 smithi138 ceph-mon[24012]: Schedule start daemon haproxy.nfs.foo.smithi163.mkvedh 2024-04-25T04:31:10.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:10 smithi138 ceph-mon[24012]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:10.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:10 smithi138 ceph-mon[24012]: pgmap v190: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:31:10.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:10 smithi163 ceph-mon[33665]: from='client.24525 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi163.mkvedh", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:10.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:10 smithi163 ceph-mon[33665]: Schedule start daemon haproxy.nfs.foo.smithi163.mkvedh 2024-04-25T04:31:10.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:10 smithi163 ceph-mon[33665]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:10.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:10 smithi163 ceph-mon[33665]: pgmap v190: 97 pgs: 97 active+clean; 600 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-04-25T04:31:11.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:11 smithi138 ceph-mon[24012]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:11.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:11 smithi163 ceph-mon[33665]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:12.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:12 smithi138 ceph-mon[24012]: pgmap v191: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-25T04:31:12.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:12.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:12.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:12.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:12.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:12.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:12.919 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:12 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:12.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:12 smithi163 ceph-mon[33665]: pgmap v191: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-25T04:31:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:12.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:12 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:13.595 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:13 smithi163 ceph-mon[33665]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:13.837 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:13 smithi138 ceph-mon[24012]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:14.775 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:14 smithi138 ceph-mon[24012]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:14.775 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:14 smithi138 ceph-mon[24012]: pgmap v192: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:31:14.775 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:14.775 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:14.775 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:14 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:14.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:14 smithi163 ceph-mon[33665]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:14.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:14 smithi163 ceph-mon[33665]: pgmap v192: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:31:14.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:14.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:14.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:14 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:15.672 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:15 smithi163 ceph-mon[33665]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:15.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:15 smithi138 ceph-mon[24012]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:16.892 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:16 smithi163 ceph-mon[33665]: pgmap v193: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:31:16.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:16 smithi138 ceph-mon[24012]: pgmap v193: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:31:17.760 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:17 smithi138 ceph-mon[24012]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:17.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:17 smithi163 ceph-mon[33665]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:18.621 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi163.mkvedh smithi163 *:2999,9999 running (5s) 1s ago 93s 6127k - 2.3.17-d1c9119 e85424b0d443 93f1e6de7c2e 2024-04-25T04:31:18.892 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:18 smithi138 ceph-mon[24012]: from='client.24547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:18.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:18 smithi138 ceph-mon[24012]: pgmap v194: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:31:18.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:18.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:18.893 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:18 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:31:18.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:18 smithi163 ceph-mon[33665]: from='client.24547 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:18.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:18 smithi163 ceph-mon[33665]: pgmap v194: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:31:18.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:18.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:18.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:18 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:31:19.420 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-25T04:31:19.434 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:31:19.435 DEBUG:teuthology.orchestra.run.smithi138:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-04-25T04:31:19.435 DEBUG:teuthology.orchestra.run.smithi138:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-04-25T04:31:19.435 DEBUG:teuthology.orchestra.run.smithi138:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-04-25T04:31:19.435 DEBUG:teuthology.orchestra.run.smithi138:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-04-25T04:31:19.435 DEBUG:teuthology.orchestra.run.smithi138:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-04-25T04:31:19.435 DEBUG:teuthology.orchestra.run.smithi138:> echo "Removing daemon $id fsid $fsid..." 2024-04-25T04:31:19.435 DEBUG:teuthology.orchestra.run.smithi138:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-04-25T04:31:19.436 DEBUG:teuthology.orchestra.run.smithi138:> 2024-04-25T04:31:19.436 DEBUG:teuthology.orchestra.run.smithi138:> echo "Waking up cephadm..." 2024-04-25T04:31:19.436 DEBUG:teuthology.orchestra.run.smithi138:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-04-25T04:31:19.436 DEBUG:teuthology.orchestra.run.smithi138:> 2024-04-25T04:31:19.436 DEBUG:teuthology.orchestra.run.smithi138:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-04-25T04:31:19.436 DEBUG:teuthology.orchestra.run.smithi138:> echo "Mount is back!" 2024-04-25T04:31:19.437 DEBUG:teuthology.orchestra.run.smithi138:> done 2024-04-25T04:31:19.437 DEBUG:teuthology.orchestra.run.smithi138:> ' 2024-04-25T04:31:19.462 INFO:teuthology.orchestra.run.smithi138.stderr:++ hostname 2024-04-25T04:31:19.463 INFO:teuthology.orchestra.run.smithi138.stderr:+ echo 'Check with smithi138 ganesha(s) down...' 2024-04-25T04:31:19.463 INFO:teuthology.orchestra.run.smithi138.stdout:Check with smithi138 ganesha(s) down... 2024-04-25T04:31:19.464 INFO:teuthology.orchestra.run.smithi138.stderr:++ systemctl 2024-04-25T04:31:19.464 INFO:teuthology.orchestra.run.smithi138.stderr:++ grep ceph- 2024-04-25T04:31:19.464 INFO:teuthology.orchestra.run.smithi138.stderr:++ grep @nfs 2024-04-25T04:31:19.464 INFO:teuthology.orchestra.run.smithi138.stderr:++ awk '{print $1}' 2024-04-25T04:31:19.471 INFO:teuthology.orchestra.run.smithi138.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-04-25T04:31:19.471 INFO:teuthology.orchestra.run.smithi138.stderr:++ echo ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@nfs.foo.0.0.smithi138.sqirqf.service 2024-04-25T04:31:19.471 INFO:teuthology.orchestra.run.smithi138.stderr:++ sed s/@/-/ 2024-04-25T04:31:19.472 INFO:teuthology.orchestra.run.smithi138.stderr:+ cid=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-nfs.foo.0.0.smithi138.sqirqf.service 2024-04-25T04:31:19.473 INFO:teuthology.orchestra.run.smithi138.stderr:++ echo ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@nfs.foo.0.0.smithi138.sqirqf.service 2024-04-25T04:31:19.473 INFO:teuthology.orchestra.run.smithi138.stderr:++ cut -d @ -f 2 2024-04-25T04:31:19.473 INFO:teuthology.orchestra.run.smithi138.stderr:++ sed 's/.service$//' 2024-04-25T04:31:19.473 INFO:teuthology.orchestra.run.smithi138.stderr:+ id=nfs.foo.0.0.smithi138.sqirqf 2024-04-25T04:31:19.474 INFO:teuthology.orchestra.run.smithi138.stderr:++ echo ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@nfs.foo.0.0.smithi138.sqirqf.service 2024-04-25T04:31:19.474 INFO:teuthology.orchestra.run.smithi138.stderr:++ cut -d @ -f 1 2024-04-25T04:31:19.474 INFO:teuthology.orchestra.run.smithi138.stderr:++ cut -d - -f 2- 2024-04-25T04:31:19.475 INFO:teuthology.orchestra.run.smithi138.stderr:+ fsid=7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:31:19.475 INFO:teuthology.orchestra.run.smithi138.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi138.sqirqf fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968...' 2024-04-25T04:31:19.475 INFO:teuthology.orchestra.run.smithi138.stdout:Removing daemon nfs.foo.0.0.smithi138.sqirqf fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968... 2024-04-25T04:31:19.475 INFO:teuthology.orchestra.run.smithi138.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 --name nfs.foo.0.0.smithi138.sqirqf 2024-04-25T04:31:19.654 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:19 smithi138 ceph-mon[24012]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:19.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:19 smithi163 ceph-mon[33665]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:20.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:20 smithi138 ceph-mon[24012]: pgmap v195: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:31:20.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:20 smithi163 ceph-mon[33665]: pgmap v195: 97 pgs: 97 active+clean; 610 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-25T04:31:21.960 INFO:teuthology.orchestra.run.smithi138.stderr:+ echo 'Waking up cephadm...' 2024-04-25T04:31:21.961 INFO:teuthology.orchestra.run.smithi138.stdout:Waking up cephadm... 2024-04-25T04:31:21.961 INFO:teuthology.orchestra.run.smithi138.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-04-25T04:31:22.275 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:31:22.343 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:31:22.468 INFO:teuthology.orchestra.run.smithi138.stderr:Using ceph image with id '3d0c579d3b62' and tag 'd6f5f4e5ec08db21b2896cb71b4cb907b7fb4737' created on 2024-04-25 02:12:37 +0000 UTC 2024-04-25T04:31:22.469 INFO:teuthology.orchestra.run.smithi138.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72 2024-04-25T04:31:22.820 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:22 smithi138 ceph-mon[24012]: pgmap v196: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-04-25T04:31:22.820 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:22.820 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:22.820 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:22.820 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:22.820 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:22.820 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:22.821 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:22 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:22.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:22 smithi163 ceph-mon[33665]: pgmap v196: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-04-25T04:31:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:22.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:22 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:23.158 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T04:31:23.158 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (4m) 0s ago 5m 25.2M - 0.25.0 c8568f914cd2 040c085c6182 2024-04-25T04:31:23.158 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-exporter.smithi138 smithi138 running (6m) 0s ago 6m 8028k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1c639d501ce9 2024-04-25T04:31:23.158 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-exporter.smithi163 smithi163 running (5m) 5s ago 5m 4936k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 2f5c99d9e612 2024-04-25T04:31:23.158 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (6m) 0s ago 6m 6665k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 83ddae41f4ad 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi163 smithi163 running (5m) 5s ago 5m 6660k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 f1188730d784 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (4m) 0s ago 5m 79.6M - 9.4.12 2bacad6d85d8 75a4a5a0bdac 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi138.fezwoy smithi138 *:2999,9999 running (37s) 0s ago 104s 6493k - 2.3.17-d1c9119 e85424b0d443 529af752e4e6 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi163.mkvedh smithi163 *:2999,9999 running (9s) 5s ago 97s 6127k - 2.3.17-d1c9119 e85424b0d443 93f1e6de7c2e 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:keepalived.nfs.foo.smithi138.nizrrr smithi138 running (89s) 0s ago 89s 1765k - 2.2.4 4a3a1ff181d9 22485337445b 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:keepalived.nfs.foo.smithi163.zklree smithi163 running (83s) 5s ago 82s 1761k - 2.2.4 4a3a1ff181d9 f47cee23e0f9 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.jfzfic smithi138 running (116s) 0s ago 115s 16.6M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 52756c718a47 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi163.ganavp smithi163 running (2m) 5s ago 119s 16.7M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1c60ad88abb3 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.opqedc smithi138 *:9283,8765,8443 running (7m) 0s ago 7m 518M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 fe1c5e0a7c7f 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi163.fuvfjv smithi163 *:8443,9283,8765 running (4m) 5s ago 4m 454M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1c1c7d4874e6 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (7m) 0s ago 7m 50.8M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 5eb726f68819 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi163 smithi163 running (4m) 5s ago 4m 36.7M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 a6404c16aa68 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.0.smithi138.sqirqf smithi138 *:12999 running (113s) 0s ago 112s 73.8M - 5.7 3d0c579d3b62 e4a0db253678 2024-04-25T04:31:23.159 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (5m) 0s ago 5m 15.6M - 1.5.0 0da6a335fe13 e87b43093ca9 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi163 smithi163 *:9100 running (4m) 5s ago 4m 14.9M - 1.5.0 0da6a335fe13 8d293e8f6d6e 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi163 running (3m) 5s ago 3m 44.5M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 4973d3500a01 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (3m) 0s ago 3m 53.2M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 9f8e5842c682 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi163 running (3m) 5s ago 3m 41.1M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 b9810882ad44 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (3m) 0s ago 3m 58.0M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 cdabf55d5baf 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi163 running (3m) 5s ago 3m 50.1M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 7958cae522cb 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi138 running (3m) 0s ago 3m 44.1M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 b616ff257bf3 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi163 running (3m) 5s ago 3m 51.2M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 4b68a9f1d5bb 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi138 running (3m) 0s ago 3m 43.0M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 99c4d67d5b01 2024-04-25T04:31:23.160 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (65s) 0s ago 5m 49.3M - 2.43.0 a07b618ecd1d 9d43be69e0a7 2024-04-25T04:31:23.824 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:23 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:23.853 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:23.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:23 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:24.855 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:24.855 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:24.877 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:24 smithi163 ceph-mon[33665]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:24.877 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:24 smithi163 ceph-mon[33665]: pgmap v197: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:31:24.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:24 smithi138 ceph-mon[24012]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:24.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:24 smithi138 ceph-mon[24012]: pgmap v197: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:31:25.856 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:25.856 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:26.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:26 smithi163 ceph-mon[33665]: pgmap v198: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:26.857 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:26.857 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:26.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:26 smithi138 ceph-mon[24012]: pgmap v198: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:27.858 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:27.858 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:28.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:27 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:28.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:27 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:28.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:27 smithi138 ceph-mon[24012]: pgmap v199: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:28.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:27 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:28.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:27 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:28.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:27 smithi163 ceph-mon[33665]: pgmap v199: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:28.859 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:28.859 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:29.860 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:29.860 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: pgmap v200: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi138.sqirqf"}]: dispatch 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi138.sqirqf"}]': finished 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi138.gafich", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-25T04:31:30.829 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi138.gafich", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-25T04:31:30.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-25T04:31:30.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-25T04:31:30.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:30.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-25T04:31:30.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-25T04:31:30.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi138.gafich-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T04:31:30.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi138.gafich-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T04:31:30.830 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:30 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:30.860 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:30.860 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: pgmap v200: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi138.sqirqf"}]: dispatch 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi138.sqirqf"}]': finished 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi138.gafich", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi138.gafich", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-25T04:31:30.968 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi138.gafich-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T04:31:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi138.gafich-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T04:31:30.969 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:30 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:31.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:31 smithi138 ceph-mon[24012]: Fencing old nfs.foo.0.0.smithi138.sqirqf 2024-04-25T04:31:31.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:31 smithi138 ceph-mon[24012]: Creating key for client.nfs.foo.0.1.smithi138.gafich 2024-04-25T04:31:31.607 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:31 smithi138 ceph-mon[24012]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-25T04:31:31.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:31 smithi138 ceph-mon[24012]: Rados config object exists: conf-nfs.foo 2024-04-25T04:31:31.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:31 smithi138 ceph-mon[24012]: Creating key for client.nfs.foo.0.1.smithi138.gafich-rgw 2024-04-25T04:31:31.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:31 smithi138 ceph-mon[24012]: Bind address in nfs.foo.0.1.smithi138.gafich's ganesha conf is defaulting to empty 2024-04-25T04:31:31.608 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:31 smithi138 ceph-mon[24012]: Deploying daemon nfs.foo.0.1.smithi138.gafich on smithi138 2024-04-25T04:31:31.862 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:31.862 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:31.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:31 smithi163 ceph-mon[33665]: Fencing old nfs.foo.0.0.smithi138.sqirqf 2024-04-25T04:31:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:31 smithi163 ceph-mon[33665]: Creating key for client.nfs.foo.0.1.smithi138.gafich 2024-04-25T04:31:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:31 smithi163 ceph-mon[33665]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-25T04:31:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:31 smithi163 ceph-mon[33665]: Rados config object exists: conf-nfs.foo 2024-04-25T04:31:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:31 smithi163 ceph-mon[33665]: Creating key for client.nfs.foo.0.1.smithi138.gafich-rgw 2024-04-25T04:31:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:31 smithi163 ceph-mon[33665]: Bind address in nfs.foo.0.1.smithi138.gafich's ganesha conf is defaulting to empty 2024-04-25T04:31:31.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:31 smithi163 ceph-mon[33665]: Deploying daemon nfs.foo.0.1.smithi138.gafich on smithi138 2024-04-25T04:31:32.678 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:32 smithi138 ceph-mon[24012]: pgmap v201: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:32.863 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:32.864 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:32.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:32 smithi163 ceph-mon[33665]: pgmap v201: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:33.806 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: Evicting (and blocklisting) client session 14688 (172.21.15.138:0/1227127915) 2024-04-25T04:31:33.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: from='mds.? [v2:172.21.15.163:6832/319271295,v1:172.21.15.163:6833/319271295]' entity='mds.foofs.smithi163.ganavp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1227127915"}]: dispatch 2024-04-25T04:31:33.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: from='mds.? ' entity='mds.foofs.smithi163.ganavp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1227127915"}]: dispatch 2024-04-25T04:31:33.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:33.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:31:33.807 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:33 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: Evicting (and blocklisting) client session 14688 (172.21.15.138:0/1227127915) 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: from='mds.? [v2:172.21.15.163:6832/319271295,v1:172.21.15.163:6833/319271295]' entity='mds.foofs.smithi163.ganavp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1227127915"}]: dispatch 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: from='mds.? ' entity='mds.foofs.smithi163.ganavp' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1227127915"}]: dispatch 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:31:33.821 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:33 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:33.865 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:33.865 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:34.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:34 smithi138 ceph-mon[24012]: pgmap v202: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:31:34.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:34 smithi138 ceph-mon[24012]: from='mds.? ' entity='mds.foofs.smithi163.ganavp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1227127915"}]': finished 2024-04-25T04:31:34.855 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:34 smithi138 ceph-mon[24012]: osdmap e50: 8 total, 8 up, 8 in 2024-04-25T04:31:34.858 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:34 smithi163 ceph-mon[33665]: pgmap v202: 97 pgs: 97 active+clean; 611 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-25T04:31:34.858 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:34 smithi163 ceph-mon[33665]: from='mds.? ' entity='mds.foofs.smithi163.ganavp' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.138:0/1227127915"}]': finished 2024-04-25T04:31:34.858 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:34 smithi163 ceph-mon[33665]: osdmap e50: 8 total, 8 up, 8 in 2024-04-25T04:31:34.866 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:34.866 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:35.867 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:35.867 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:36.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:36 smithi138 ceph-mon[24012]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 511 B/s wr, 0 op/s 2024-04-25T04:31:36.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:36 smithi163 ceph-mon[33665]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 511 B/s wr, 0 op/s 2024-04-25T04:31:36.868 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:36.869 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:37.870 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:37.870 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:38.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:38.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:37 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:38.168 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:37 smithi138 ceph-mon[24012]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 1 op/s 2024-04-25T04:31:38.217 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:38.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:37 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:38.218 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:37 smithi163 ceph-mon[33665]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 716 B/s wr, 1 op/s 2024-04-25T04:31:38.871 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:38.871 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:39.872 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:39.872 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:40.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:40 smithi138 ceph-mon[24012]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-04-25T04:31:40.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:40.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:40.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:40.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:40.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:40.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:40.803 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:40 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:40.874 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:40.874 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:40.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:40 smithi163 ceph-mon[33665]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-04-25T04:31:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:40.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:40 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:41.874 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:41.874 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:41.877 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:41 smithi138 ceph-mon[24012]: Reconfiguring haproxy.nfs.foo.smithi138.fezwoy (dependencies changed)... 2024-04-25T04:31:41.877 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:41 smithi138 ceph-mon[24012]: Reconfiguring daemon haproxy.nfs.foo.smithi138.fezwoy on smithi138 2024-04-25T04:31:41.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:41 smithi163 ceph-mon[33665]: Reconfiguring haproxy.nfs.foo.smithi138.fezwoy (dependencies changed)... 2024-04-25T04:31:41.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:41 smithi163 ceph-mon[33665]: Reconfiguring daemon haproxy.nfs.foo.smithi138.fezwoy on smithi138 2024-04-25T04:31:42.596 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:42 smithi138 ceph-mon[24012]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-04-25T04:31:42.876 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:42.876 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:42.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:42 smithi163 ceph-mon[33665]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 818 B/s wr, 2 op/s 2024-04-25T04:31:43.878 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:43.878 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:44.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:44 smithi163 ceph-mon[33665]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-04-25T04:31:44.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:44 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:44.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:44 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:44.879 INFO:teuthology.orchestra.run.smithi138.stderr:+ true 2024-04-25T04:31:44.879 INFO:teuthology.orchestra.run.smithi138.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-04-25T04:31:44.881 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi163.mkvedh 2024-04-25T04:31:44.882 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:44 smithi138 ceph-mon[24012]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 921 B/s wr, 2 op/s 2024-04-25T04:31:44.882 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:44 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:44.882 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:44 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:44.882 INFO:teuthology.orchestra.run.smithi138.stdout:Mount is back! 2024-04-25T04:31:44.882 INFO:teuthology.orchestra.run.smithi138.stderr:+ echo 'Mount is back!' 2024-04-25T04:31:44.884 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi163.front.sepia.ceph.com 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> echo "Removing daemon $id fsid $fsid..." 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> echo "Waking up cephadm..." 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-04-25T04:31:44.885 DEBUG:teuthology.orchestra.run.smithi163:> 2024-04-25T04:31:44.886 DEBUG:teuthology.orchestra.run.smithi163:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-04-25T04:31:44.886 DEBUG:teuthology.orchestra.run.smithi163:> echo "Mount is back!" 2024-04-25T04:31:44.886 DEBUG:teuthology.orchestra.run.smithi163:> done 2024-04-25T04:31:44.886 DEBUG:teuthology.orchestra.run.smithi163:> ' 2024-04-25T04:31:44.912 INFO:teuthology.orchestra.run.smithi163.stderr:++ hostname 2024-04-25T04:31:44.913 INFO:teuthology.orchestra.run.smithi163.stderr:+ echo 'Check with smithi163 ganesha(s) down...' 2024-04-25T04:31:44.913 INFO:teuthology.orchestra.run.smithi163.stdout:Check with smithi163 ganesha(s) down... 2024-04-25T04:31:44.914 INFO:teuthology.orchestra.run.smithi163.stderr:++ systemctl 2024-04-25T04:31:44.914 INFO:teuthology.orchestra.run.smithi163.stderr:++ grep ceph- 2024-04-25T04:31:44.914 INFO:teuthology.orchestra.run.smithi163.stderr:++ grep @nfs 2024-04-25T04:31:44.914 INFO:teuthology.orchestra.run.smithi163.stderr:++ awk '{print $1}' 2024-04-25T04:31:44.922 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T04:31:44.933 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:31:44.933 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-04-25T04:31:45.187 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:31:45.645 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:45 smithi138 ceph-mon[24012]: Reconfiguring haproxy.nfs.foo.smithi163.mkvedh (dependencies changed)... 2024-04-25T04:31:45.645 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:45 smithi138 ceph-mon[24012]: Reconfiguring daemon haproxy.nfs.foo.smithi163.mkvedh on smithi163 2024-04-25T04:31:45.753 INFO:teuthology.orchestra.run.smithi138.stdout:167 167 2024-04-25T04:31:45.843 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:45 smithi163 ceph-mon[33665]: Reconfiguring haproxy.nfs.foo.smithi163.mkvedh (dependencies changed)... 2024-04-25T04:31:45.844 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:45 smithi163 ceph-mon[33665]: Reconfiguring daemon haproxy.nfs.foo.smithi163.mkvedh on smithi163 2024-04-25T04:31:46.559 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch status' 2024-04-25T04:31:46.806 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:31:46.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:46 smithi138 ceph-mon[24012]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 772 B/s rd, 772 B/s wr, 2 op/s 2024-04-25T04:31:46.961 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:46 smithi163 ceph-mon[33665]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 772 B/s rd, 772 B/s wr, 2 op/s 2024-04-25T04:31:47.545 INFO:teuthology.orchestra.run.smithi138.stdout:Backend: cephadm 2024-04-25T04:31:47.545 INFO:teuthology.orchestra.run.smithi138.stdout:Available: Yes 2024-04-25T04:31:47.546 INFO:teuthology.orchestra.run.smithi138.stdout:Paused: No 2024-04-25T04:31:48.266 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-25T04:31:48.466 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:48.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:48.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:48 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:48.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:48 smithi163 ceph-mon[33665]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 597 B/s wr, 1 op/s 2024-04-25T04:31:48.467 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:48 smithi163 ceph-mon[33665]: from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:48.667 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:48.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:48.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:48 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T04:31:48.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:48 smithi138 ceph-mon[24012]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 597 B/s wr, 1 op/s 2024-04-25T04:31:48.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:48 smithi138 ceph-mon[24012]: from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:48.792 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:31:49.434 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:49 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:31:49.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:49 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T04:31:49.927 INFO:teuthology.orchestra.run.smithi138.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T04:31:49.927 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager.smithi138 smithi138 *:9093,9094 running (4m) 9s ago 6m 25.2M - 0.25.0 c8568f914cd2 040c085c6182 2024-04-25T04:31:49.927 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-exporter.smithi138 smithi138 running (6m) 9s ago 6m 8048k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1c639d501ce9 2024-04-25T04:31:49.927 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-exporter.smithi163 smithi163 running (5m) 13s ago 5m 4936k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 2f5c99d9e612 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi138 smithi138 running (6m) 9s ago 6m 6665k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 83ddae41f4ad 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:crash.smithi163 smithi163 running (5m) 13s ago 5m 6660k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 f1188730d784 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:grafana.smithi138 smithi138 *:3000 running (4m) 9s ago 6m 79.9M - 9.4.12 2bacad6d85d8 75a4a5a0bdac 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi138.fezwoy smithi138 *:2999,9999 starting - - - - 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:haproxy.nfs.foo.smithi163.mkvedh smithi163 *:2999,9999 starting - - - - 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:keepalived.nfs.foo.smithi138.nizrrr smithi138 running (116s) 9s ago 116s 1765k - 2.2.4 4a3a1ff181d9 22485337445b 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:keepalived.nfs.foo.smithi163.zklree smithi163 running (110s) 13s ago 109s 1761k - 2.2.4 4a3a1ff181d9 f47cee23e0f9 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi138.jfzfic smithi138 running (2m) 9s ago 2m 16.8M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 52756c718a47 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs.smithi163.ganavp smithi163 running (2m) 13s ago 2m 16.8M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1c60ad88abb3 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi138.opqedc smithi138 *:9283,8765,8443 running (7m) 9s ago 7m 519M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 fe1c5e0a7c7f 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:mgr.smithi163.fuvfjv smithi163 *:8443,9283,8765 running (5m) 13s ago 5m 454M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1c1c7d4874e6 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi138 smithi138 running (7m) 9s ago 7m 51.0M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 5eb726f68819 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:mon.smithi163 smithi163 running (5m) 13s ago 5m 38.2M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 a6404c16aa68 2024-04-25T04:31:49.928 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo.0.1.smithi138.gafich smithi138 *:12999 running (17s) 9s ago 17s 20.3M - 5.7 3d0c579d3b62 e393a45d4bf9 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi138 smithi138 *:9100 running (6m) 9s ago 6m 16.1M - 1.5.0 0da6a335fe13 e87b43093ca9 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter.smithi163 smithi163 *:9100 running (5m) 13s ago 5m 15.9M - 1.5.0 0da6a335fe13 8d293e8f6d6e 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:osd.0 smithi163 running (4m) 13s ago 4m 45.1M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 4973d3500a01 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:osd.1 smithi138 running (4m) 9s ago 4m 52.4M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 9f8e5842c682 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:osd.2 smithi163 running (3m) 13s ago 3m 41.7M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 b9810882ad44 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:osd.3 smithi138 running (3m) 9s ago 3m 57.2M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 cdabf55d5baf 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:osd.4 smithi163 running (3m) 13s ago 3m 50.8M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 7958cae522cb 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:osd.5 smithi138 running (3m) 9s ago 3m 43.3M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 b616ff257bf3 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:osd.6 smithi163 running (3m) 13s ago 3m 51.4M 3728M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 4b68a9f1d5bb 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:osd.7 smithi138 running (3m) 9s ago 3m 41.7M 2960M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 99c4d67d5b01 2024-04-25T04:31:49.929 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus.smithi138 smithi138 *:9095 running (91s) 9s ago 5m 49.6M - 2.43.0 a07b618ecd1d 9d43be69e0a7 2024-04-25T04:31:50.466 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:50 smithi163 ceph-mon[33665]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2024-04-25T04:31:50.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:50 smithi138 ceph-mon[24012]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2024-04-25T04:31:51.084 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-25T04:31:51.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:51 smithi138 ceph-mon[24012]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:51.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:51.668 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:51 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:51.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:51 smithi163 ceph-mon[33665]: from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:51.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:51.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:51 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:51.875 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:31:52.425 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:52 smithi138 ceph-mon[24012]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-04-25T04:31:52.716 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:52 smithi163 ceph-mon[33665]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-04-25T04:31:52.846 INFO:teuthology.orchestra.run.smithi138.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:alertmanager ?:9093,9094 1/1 12s ago 7m count:1 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-exporter 2/2 12s ago 7m * 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:crash 2/2 12s ago 7m * 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:grafana ?:3000 1/1 12s ago 7m count:1 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:ingress.nfs.foo 10.0.31.138:2999,9999 3/4 12s ago 2m count:2 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:mds.foofs 2/2 12s ago 2m count:2 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:mgr 2/2 12s ago 7m count:2 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:mon 2/2 12s ago 6m smithi138:172.21.15.138=smithi138;smithi163:172.21.15.163=smithi163;count:2 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:nfs.foo ?:12999 1/1 12s ago 2m count:1 2024-04-25T04:31:52.847 INFO:teuthology.orchestra.run.smithi138.stdout:node-exporter ?:9100 2/2 12s ago 7m * 2024-04-25T04:31:52.848 INFO:teuthology.orchestra.run.smithi138.stdout:osd.all-available-devices 8 12s ago 5m * 2024-04-25T04:31:52.848 INFO:teuthology.orchestra.run.smithi138.stdout:prometheus ?:9095 1/1 12s ago 7m count:1 2024-04-25T04:31:53.684 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-25T04:31:54.526 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:31:54.802 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:54 smithi138 ceph-mon[24012]: from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:54.802 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:54 smithi138 ceph-mon[24012]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:31:54.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:54 smithi163 ceph-mon[33665]: from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:54.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:54 smithi163 ceph-mon[33665]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-04-25T04:31:55.280 INFO:teuthology.orchestra.run.smithi138.stdout:HOST ADDR LABELS STATUS 2024-04-25T04:31:55.281 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 172.21.15.138 2024-04-25T04:31:55.281 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 172.21.15.163 2024-04-25T04:31:55.281 INFO:teuthology.orchestra.run.smithi138.stdout:2 hosts in cluster 2024-04-25T04:31:56.688 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-25T04:31:56.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:56 smithi138 ceph-mon[24012]: from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:56.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:56 smithi138 ceph-mon[24012]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:56.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:56 smithi163 ceph-mon[33665]: from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:56.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:56 smithi163 ceph-mon[33665]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:57.485 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6161003C400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme1n1 ssd Linux_942bfeaae822c9ef2bbd 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme2n1 ssd Linux_6059bd85afa396daa4e8 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme3n1 ssd Linux_e20d45430f18f7a8fad2 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:smithi138 /dev/nvme4n1 ssd Linux_ebb67de9a75f661a7c57 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GU400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme1n1 ssd Linux_f78a1d72f2cc41ad08ff 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme2n1 ssd Linux_b1690b45fd58bb5d1918 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:31:58.443 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme3n1 ssd Linux_0d58fccbc93178c62b19 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:31:58.444 INFO:teuthology.orchestra.run.smithi138.stdout:smithi163 /dev/nvme4n1 ssd Linux_97c2e2f380892b928417 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T04:31:58.634 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:58 smithi138 ceph-mon[24012]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:58.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:58 smithi163 ceph-mon[33665]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-04-25T04:31:59.327 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-04-25T04:31:59.574 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/mon.smithi138/config 2024-04-25T04:31:59.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:59 smithi138 ceph-mon[24012]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:59.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:59.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:59.909 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:59.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:59.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:59.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:59.910 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:31:59 smithi138 ceph-mon[24012]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:59.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:59 smithi163 ceph-mon[33665]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T04:31:59.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:59.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:59.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T04:31:59.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T04:31:59.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:31:59.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T04:31:59.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:31:59 smithi163 ceph-mon[33665]: from='mgr.14223 172.21.15.138:0/4264745568' entity='mgr.smithi138.opqedc' 2024-04-25T04:32:00.251 INFO:teuthology.orchestra.run.smithi138.stdout:osd.all-available-devices 8 8s ago 5m * 2024-04-25T04:32:00.917 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:32:00 smithi138 ceph-mon[24012]: pgmap v216: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-04-25T04:32:00.949 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-04-25T04:32:00.959 INFO:tasks.vip:Removing 10.0.15.138 (and any VIPs) on smithi138.front.sepia.ceph.com iface enp3s0f1... 2024-04-25T04:32:00.959 DEBUG:teuthology.orchestra.run.smithi138:> sudo ip addr del 10.0.15.138/16 dev enp3s0f1 2024-04-25T04:32:00.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:32:00 smithi163 ceph-mon[33665]: pgmap v216: 97 pgs: 97 active+clean; 612 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-04-25T04:32:00.984 DEBUG:teuthology.orchestra.run.smithi138:> sudo ip addr del 10.0.31.138/16 dev enp3s0f1 2024-04-25T04:32:01.047 INFO:tasks.vip:Removing 10.0.15.163 (and any VIPs) on smithi163.front.sepia.ceph.com iface enp3s0f1... 2024-04-25T04:32:01.047 DEBUG:teuthology.orchestra.run.smithi163:> sudo ip addr del 10.0.15.163/16 dev enp3s0f1 2024-04-25T04:32:01.079 DEBUG:teuthology.orchestra.run.smithi163:> sudo ip addr del 10.0.31.138/16 dev enp3s0f1 2024-04-25T04:32:01.145 INFO:teuthology.orchestra.run.smithi163.stderr:Error: ipv4: Address not found. 2024-04-25T04:32:01.146 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-25T04:32:01.147 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-25T04:32:01.156 INFO:tasks.cephadm:Teardown begin 2024-04-25T04:32:01.157 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T04:32:01.182 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T04:32:01.213 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-25T04:32:01.213 DEBUG:teuthology.orchestra.run.smithi138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-25T04:32:01.236 DEBUG:teuthology.orchestra.run.smithi163:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-25T04:32:01.269 INFO:tasks.cephadm:Stopping all daemons... 2024-04-25T04:32:01.269 INFO:tasks.cephadm.mon.smithi138:Stopping mon.smithi138... 2024-04-25T04:32:01.270 DEBUG:teuthology.orchestra.run.smithi138:> sudo systemctl stop ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi138 2024-04-25T04:32:01.579 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:32:01 smithi138 systemd[1]: Stopping Ceph mon.smithi138 for 7e03f9e4-02bb-11ef-bc93-c7b262605968... 2024-04-25T04:32:01.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:32:01 smithi138 ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138[23989]: 2024-04-25T04:32:01.574+0000 7fb1a84ca700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi138 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-04-25T04:32:01.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:32:01 smithi138 ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138[23989]: 2024-04-25T04:32:01.574+0000 7fb1a84ca700 -1 mon.smithi138@0(leader) e2 *** Got Signal Terminated *** 2024-04-25T04:32:01.918 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:32:01 smithi138 podman[96253]: 2024-04-25 04:32:01.595822915 +0000 UTC m=+0.135125219 container died 5eb726f688193cba97a19ab946c42fa76d56bf5eabb237be54699ac0d8ac7bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, org.label-schema.build-date=20240424, io.buildah.version=1.33.5, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2) 2024-04-25T04:32:02.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:32:02 smithi138 podman[96253]: 2024-04-25 04:32:02.089640165 +0000 UTC m=+0.628942508 container cleanup 5eb726f688193cba97a19ab946c42fa76d56bf5eabb237be54699ac0d8ac7bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, org.label-schema.license=GPLv2, org.label-schema.build-date=20240424, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-04-25T04:32:02.205 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:32:02 smithi138 bash[96253]: ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138 2024-04-25T04:32:02.476 INFO:journalctl@ceph.mon.smithi138.smithi138.stdout:Apr 25 04:32:02 smithi138 podman[96272]: 2024-04-25 04:32:02.332884634 +0000 UTC m=+0.733307424 container remove 5eb726f688193cba97a19ab946c42fa76d56bf5eabb237be54699ac0d8ac7bf3 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi138, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240424) 2024-04-25T04:32:02.490 DEBUG:teuthology.orchestra.run.smithi138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi138.service' 2024-04-25T04:32:02.536 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T04:32:02.537 INFO:tasks.cephadm.mon.smithi138:Stopped mon.smithi138 2024-04-25T04:32:02.537 INFO:tasks.cephadm.mon.smithi163:Stopping mon.smithi163... 2024-04-25T04:32:02.537 DEBUG:teuthology.orchestra.run.smithi163:> sudo systemctl stop ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi163 2024-04-25T04:32:02.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:32:02 smithi163 systemd[1]: Stopping Ceph mon.smithi163 for 7e03f9e4-02bb-11ef-bc93-c7b262605968... 2024-04-25T04:32:03.392 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:32:03 smithi163 ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi163[33628]: 2024-04-25T04:32:03.091+0000 7f01a4170700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi163 -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-04-25T04:32:03.392 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:32:03 smithi163 ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi163[33628]: 2024-04-25T04:32:03.091+0000 7f01a4170700 -1 mon.smithi163@1(peon) e2 *** Got Signal Terminated *** 2024-04-25T04:32:03.392 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:32:03 smithi163 podman[67674]: 2024-04-25 04:32:03.30646912 +0000 UTC m=+0.352601657 container died a6404c16aa68e45c5c5a53c6f2b4be96cba77825fb8e1e7348bab4d57173d2c9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi163, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240424, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-04-25T04:32:03.966 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:32:03 smithi163 podman[67674]: 2024-04-25 04:32:03.689644773 +0000 UTC m=+0.735777310 container cleanup a6404c16aa68e45c5c5a53c6f2b4be96cba77825fb8e1e7348bab4d57173d2c9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72, name=ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi163, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240424, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=wip-adk-testing-2024-04-24-1625-d6f5f4e, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-04-25T04:32:03.967 INFO:journalctl@ceph.mon.smithi163.smithi163.stdout:Apr 25 04:32:03 smithi163 bash[67674]: ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968-mon-smithi163 2024-04-25T04:32:04.374 DEBUG:teuthology.orchestra.run.smithi163:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7e03f9e4-02bb-11ef-bc93-c7b262605968@mon.smithi163.service' 2024-04-25T04:32:04.444 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T04:32:04.444 INFO:tasks.cephadm.mon.smithi163:Stopped mon.smithi163 2024-04-25T04:32:04.445 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-25T04:32:04.958 INFO:teuthology.orchestra.run.smithi138.stdout:Deleting cluster with fsid: 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:33:07.464 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-25T04:33:07.657 INFO:teuthology.orchestra.run.smithi163.stdout:Deleting cluster with fsid: 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:33:54.199 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T04:33:54.231 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T04:33:54.257 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-25T04:33:54.259 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752/remote/smithi138/crash 2024-04-25T04:33:54.260 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/crash -- . 2024-04-25T04:33:54.309 INFO:teuthology.orchestra.run.smithi138.stderr:tar: /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-25T04:33:54.310 INFO:teuthology.orchestra.run.smithi138.stderr:tar: Error is not recoverable: exiting now 2024-04-25T04:33:54.312 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752/remote/smithi163/crash 2024-04-25T04:33:54.312 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/crash -- . 2024-04-25T04:33:54.351 INFO:teuthology.orchestra.run.smithi163.stderr:tar: /var/lib/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-25T04:33:54.351 INFO:teuthology.orchestra.run.smithi163.stderr:tar: Error is not recoverable: exiting now 2024-04-25T04:33:54.352 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-25T04:33:54.352 DEBUG:teuthology.orchestra.run.smithi138:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-25T04:33:54.381 INFO:tasks.cephadm:Compressing logs... 2024-04-25T04:33:54.381 DEBUG:teuthology.orchestra.run.smithi138:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-25T04:33:54.423 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:33:54.446 INFO:teuthology.orchestra.run.smithi163.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-25T04:33:54.446 INFO:teuthology.orchestra.run.smithi163.stderr: 2024-04-25T04:33:54.456 INFO:teuthology.orchestra.run.smithi138.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.log 2024-04-25T04:33:54.456 INFO:teuthology.orchestra.run.smithi138.stderr:: No such file or directory 2024-04-25T04:33:54.456 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-25T04:33:54.456 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.7.log 2024-04-25T04:33:54.456 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.5.log 2024-04-25T04:33:54.456 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.3.log 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr: 87.0% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.1.log 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi138.log 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi138.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mgr.smithi138.opqedc.log 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.cephadm.log: 93.8%gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr: -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi138.log.gz 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr: 84.3% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mgr.smithi138.opqedc.log: 91.3% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr:gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi138.jfzfic.log 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mon.smithi138.log 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi138.jfzfic.log: gzip -5 --verbose 78.4% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi138.jfzfic.log.gz 2024-04-25T04:33:54.457 INFO:teuthology.orchestra.run.smithi138.stderr: -- /var/log/ceph/cephadm.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.2.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi163.ganavp.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mon.smithi163.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi163.ganavp.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr: 86.8% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi163.ganavp.log.gz 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.4.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr: 86.8% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mon.smithi163.log: /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.0.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi163.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.6.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi163.log: gzip -5 --verbose -- 29.7% /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr: -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi163.log.gz 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mgr.smithi163.fuvfjv.log 2024-04-25T04:33:54.459 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip 91.5% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-25T04:33:54.460 INFO:teuthology.orchestra.run.smithi163.stderr: -5 --verbose -- /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-25T04:33:54.460 INFO:teuthology.orchestra.run.smithi163.stderr: 83.6% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-25T04:33:54.460 INFO:teuthology.orchestra.run.smithi163.stderr:gzip -5 --verbose/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mgr.smithi163.fuvfjv.log: -- /var/log/ceph/cephadm.log 2024-04-25T04:33:54.460 INFO:teuthology.orchestra.run.smithi163.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 92.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-25T04:33:54.460 INFO:teuthology.orchestra.run.smithi163.stderr: 92.0% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mgr.smithi163.fuvfjv.log.gz 2024-04-25T04:33:54.460 INFO:teuthology.orchestra.run.smithi163.stderr: 91.1% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-25T04:33:54.464 INFO:teuthology.orchestra.run.smithi138.stderr:/var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mon.smithi138.log: /var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-25T04:33:54.482 INFO:teuthology.orchestra.run.smithi138.stderr: 91.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-25T04:33:54.569 INFO:teuthology.orchestra.run.smithi138.stderr: 92.9% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.5.log.gz 2024-04-25T04:33:54.574 INFO:teuthology.orchestra.run.smithi163.stderr: 92.7% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-25T04:33:54.576 INFO:teuthology.orchestra.run.smithi163.stderr: 92.4% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mon.smithi163.log.gz 2024-04-25T04:33:54.605 INFO:teuthology.orchestra.run.smithi163.stderr: 92.8% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.4.log.gz 2024-04-25T04:33:54.624 INFO:teuthology.orchestra.run.smithi138.stderr: 93.0% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.7.log.gz 2024-04-25T04:33:54.625 INFO:teuthology.orchestra.run.smithi138.stderr: 93.4% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-25T04:33:54.629 INFO:teuthology.orchestra.run.smithi163.stderr: 92.8% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.6.log.gz 2024-04-25T04:33:54.638 INFO:teuthology.orchestra.run.smithi138.stderr: 88.5% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mgr.smithi138.opqedc.log.gz 2024-04-25T04:33:54.656 INFO:teuthology.orchestra.run.smithi163.stderr: 93.1% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-25T04:33:54.658 INFO:teuthology.orchestra.run.smithi163.stderr: 2024-04-25T04:33:54.659 INFO:teuthology.orchestra.run.smithi163.stderr:real 0m0.221s 2024-04-25T04:33:54.659 INFO:teuthology.orchestra.run.smithi163.stderr:user 0m0.804s 2024-04-25T04:33:54.659 INFO:teuthology.orchestra.run.smithi163.stderr:sys 0m0.045s 2024-04-25T04:33:54.684 INFO:teuthology.orchestra.run.smithi138.stderr: 93.4% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-osd.3.log.gz 2024-04-25T04:33:54.798 INFO:teuthology.orchestra.run.smithi138.stderr: 91.0% -- replaced with /var/log/ceph/7e03f9e4-02bb-11ef-bc93-c7b262605968/ceph-mon.smithi138.log.gz 2024-04-25T04:33:54.801 INFO:teuthology.orchestra.run.smithi138.stderr: 2024-04-25T04:33:54.801 INFO:teuthology.orchestra.run.smithi138.stderr:real 0m0.364s 2024-04-25T04:33:54.801 INFO:teuthology.orchestra.run.smithi138.stderr:user 0m1.257s 2024-04-25T04:33:54.801 INFO:teuthology.orchestra.run.smithi138.stderr:sys 0m0.066s 2024-04-25T04:33:54.801 INFO:tasks.cephadm:Archiving logs... 2024-04-25T04:33:54.801 DEBUG:teuthology.misc:Transferring archived files from smithi138:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752/remote/smithi138/log 2024-04-25T04:33:54.802 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-25T04:33:55.045 DEBUG:teuthology.misc:Transferring archived files from smithi163:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752/remote/smithi163/log 2024-04-25T04:33:55.046 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-25T04:33:55.185 INFO:tasks.cephadm:Removing cluster... 2024-04-25T04:33:55.186 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 --force 2024-04-25T04:33:55.366 INFO:teuthology.orchestra.run.smithi138.stdout:Deleting cluster with fsid: 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:33:55.495 DEBUG:teuthology.orchestra.run.smithi163:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7e03f9e4-02bb-11ef-bc93-c7b262605968 --force 2024-04-25T04:33:55.674 INFO:teuthology.orchestra.run.smithi163.stdout:Deleting cluster with fsid: 7e03f9e4-02bb-11ef-bc93-c7b262605968 2024-04-25T04:33:55.790 INFO:tasks.cephadm:Removing cephadm ... 2024-04-25T04:33:55.790 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-25T04:33:55.804 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-25T04:33:55.819 INFO:tasks.cephadm:Teardown complete 2024-04-25T04:33:55.819 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-25T04:33:55.831 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi138:/dev/vg_nvme/lv_1... 2024-04-25T04:33:55.832 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme disconnect -n lv_1 2024-04-25T04:33:56.013 INFO:teuthology.orchestra.run.smithi138.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-25T04:33:56.015 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:56.015 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi138:/dev/vg_nvme/lv_2... 2024-04-25T04:33:56.015 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme disconnect -n lv_2 2024-04-25T04:33:56.144 INFO:teuthology.orchestra.run.smithi138.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-25T04:33:56.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:56.146 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi138:/dev/vg_nvme/lv_3... 2024-04-25T04:33:56.146 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme disconnect -n lv_3 2024-04-25T04:33:56.284 INFO:teuthology.orchestra.run.smithi138.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-25T04:33:56.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:56.286 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi138:/dev/vg_nvme/lv_4... 2024-04-25T04:33:56.286 DEBUG:teuthology.orchestra.run.smithi138:> sudo nvme disconnect -n lv_4 2024-04-25T04:33:56.410 INFO:teuthology.orchestra.run.smithi138.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-25T04:33:56.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:56.412 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2024-04-25T04:33:56.412 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/scratch_devs 2024-04-25T04:33:56.435 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_1... 2024-04-25T04:33:56.436 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_1 2024-04-25T04:33:56.581 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-25T04:33:56.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:56.583 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_2... 2024-04-25T04:33:56.583 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_2 2024-04-25T04:33:56.713 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-25T04:33:56.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:56.715 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_3... 2024-04-25T04:33:56.715 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_3 2024-04-25T04:33:56.852 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-25T04:33:56.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:56.853 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi163:/dev/vg_nvme/lv_4... 2024-04-25T04:33:56.853 DEBUG:teuthology.orchestra.run.smithi163:> sudo nvme disconnect -n lv_4 2024-04-25T04:33:56.998 INFO:teuthology.orchestra.run.smithi163.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-25T04:33:56.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:56.999 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2024-04-25T04:33:56.999 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/scratch_devs 2024-04-25T04:33:57.024 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-25T04:33:57.035 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-25T04:33:57.035 DEBUG:teuthology.orchestra.run.smithi138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T04:33:57.037 DEBUG:teuthology.orchestra.run.smithi163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T04:33:57.050 INFO:teuthology.orchestra.run.smithi138.stderr:bash: line 1: ntpq: command not found 2024-04-25T04:33:57.055 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-25T04:33:57.055 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2024-04-25T04:33:57.055 INFO:teuthology.orchestra.run.smithi138.stdout:^- hv01.front.sepia.ceph.com 2 6 377 14 +800us[ +799us] +/- 591ms 2024-04-25T04:33:57.055 INFO:teuthology.orchestra.run.smithi138.stdout:^* hv02.front.sepia.ceph.com 3 6 377 13 -919us[ -920us] +/- 74ms 2024-04-25T04:33:57.055 INFO:teuthology.orchestra.run.smithi138.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 +952us[ +951us] +/- 72ms 2024-04-25T04:33:57.055 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:33:57.078 INFO:teuthology.orchestra.run.smithi163.stderr:bash: line 1: ntpq: command not found 2024-04-25T04:33:57.083 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-25T04:33:57.083 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2024-04-25T04:33:57.083 INFO:teuthology.orchestra.run.smithi163.stdout:^- hv01.front.sepia.ceph.com 2 6 377 13 +740us[ +740us] +/- 591ms 2024-04-25T04:33:57.083 INFO:teuthology.orchestra.run.smithi163.stdout:^* hv02.front.sepia.ceph.com 3 6 377 13 -973us[ -956us] +/- 74ms 2024-04-25T04:33:57.083 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 12 +937us[ +937us] +/- 72ms 2024-04-25T04:33:57.083 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-25T04:33:57.084 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-25T04:33:57.095 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-25T04:33:57.095 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-25T04:33:57.148 DEBUG:teuthology.orchestra.run.smithi138:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-25T04:33:57.223 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:33:57.290 DEBUG:teuthology.orchestra.run.smithi138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-25T04:33:57.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:57.317 DEBUG:teuthology.orchestra.run.smithi163:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-25T04:33:57.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:57.345 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-25T04:33:57.355 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-25T04:33:57.365 INFO:teuthology.task.internal:Duration was 877.602816 seconds 2024-04-25T04:33:57.366 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-25T04:33:57.438 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-25T04:33:57.439 DEBUG:teuthology.orchestra.run.smithi138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-25T04:33:57.441 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-25T04:33:57.475 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-25T04:33:57.477 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-25T04:33:57.954 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-25T04:33:57.954 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi138.front.sepia.ceph.com 2024-04-25T04:33:57.954 DEBUG:teuthology.orchestra.run.smithi138:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-25T04:33:58.015 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2024-04-25T04:33:58.015 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:33:58.046 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-25T04:33:58.046 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-25T04:33:58.057 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-25T04:33:58.113 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-25T04:33:58.113 DEBUG:teuthology.orchestra.run.smithi138:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-25T04:33:58.121 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-25T04:33:58.380 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-25T04:33:58.391 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-25T04:33:58.391 DEBUG:teuthology.orchestra.run.smithi138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-25T04:33:58.414 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-25T04:33:58.437 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-25T04:33:58.448 DEBUG:teuthology.orchestra.run.smithi138:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-25T04:33:58.456 DEBUG:teuthology.orchestra.run.smithi163:> 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-04-25T04:33:58.475 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = core 2024-04-25T04:33:58.499 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2024-04-25T04:33:58.516 DEBUG:teuthology.orchestra.run.smithi138:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-25T04:33:58.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:58.548 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-25T04:33:58.570 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:33:58.571 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-25T04:33:58.582 INFO:teuthology.task.internal:Transferring archived files... 2024-04-25T04:33:58.583 DEBUG:teuthology.misc:Transferring archived files from smithi138:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752/remote/smithi138 2024-04-25T04:33:58.583 DEBUG:teuthology.orchestra.run.smithi138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-25T04:33:58.625 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672752/remote/smithi163 2024-04-25T04:33:58.625 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-25T04:33:58.658 INFO:teuthology.task.internal:Removing archive directory... 2024-04-25T04:33:58.659 DEBUG:teuthology.orchestra.run.smithi138:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-25T04:33:58.661 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-25T04:33:58.707 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-25T04:33:58.721 INFO:teuthology.task.internal:Not uploading archives. 2024-04-25T04:33:58.721 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-25T04:33:58.732 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-25T04:33:58.732 DEBUG:teuthology.orchestra.run.smithi138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-25T04:33:58.735 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-25T04:33:58.746 INFO:teuthology.orchestra.run.smithi138.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 25 04:33 /home/ubuntu/cephtest 2024-04-25T04:33:58.761 INFO:teuthology.orchestra.run.smithi163.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 25 04:33 /home/ubuntu/cephtest 2024-04-25T04:33:58.762 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-25T04:33:58.774 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-25T04:33:58.800 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: 877.6028158664703 owner: scheduled_adking@teuthology success: true 2024-04-25T04:33:58.800 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-25T04:33:58.886 INFO:teuthology.run:pass