2024-09-21T17:24:34.387 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-21T17:24:34.408 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T17:24:34.481 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914059 branch: wip-adk-testing-2024-09-21-1014 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: '7914059' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-09-21-1014 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-09-21-1014 sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 9557 sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-09-21-1014 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_0ecbb435437226bc091a0c2d4549ba25bf724efe/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBcUcwSJ25QpGo8NFV7+xmlt51Q/E6t61LvkwQqxF7ItU9vLkHvf9u/Lj7/8NTLvkUyCQNMYg7P19wK5xgkyGUY= smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL9SthqlsOHe8g+13yaD5zrGVYaCcwfBuKsMkqslcgWQoEBpTID+DaW5G1peTO0cE2Dznz9UuguclrbTtyPmrwA= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-21_16:57:11 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2902 2024-09-21T17:24:34.482 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_0ecbb435437226bc091a0c2d4549ba25bf724efe/qa; will attempt to use it 2024-09-21T17:24:34.482 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_0ecbb435437226bc091a0c2d4549ba25bf724efe/qa/tasks 2024-09-21T17:24:34.482 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-21T17:24:34.484 INFO:teuthology.task.internal:Checking packages... 2024-09-21T17:24:34.504 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0ecbb435437226bc091a0c2d4549ba25bf724efe' 2024-09-21T17:24:34.504 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-21T17:24:34.504 INFO:teuthology.packaging:ref: None 2024-09-21T17:24:34.504 INFO:teuthology.packaging:tag: None 2024-09-21T17:24:34.504 INFO:teuthology.packaging:branch: wip-adk-testing-2024-09-21-1014 2024-09-21T17:24:34.504 INFO:teuthology.packaging:sha1: 0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T17:24:34.504 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-09-21-1014 2024-09-21T17:24:34.643 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-5129.g0ecbb435 2024-09-21T17:24:34.644 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-21T17:24:34.651 INFO:teuthology.task.internal:no buildpackages task found 2024-09-21T17:24:34.651 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-21T17:24:34.665 INFO:teuthology.task.internal:Saving configuration 2024-09-21T17:24:34.677 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-21T17:24:34.683 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-21T17:24:34.705 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914059', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-21 17:19:18.650000', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBcUcwSJ25QpGo8NFV7+xmlt51Q/E6t61LvkwQqxF7ItU9vLkHvf9u/Lj7/8NTLvkUyCQNMYg7P19wK5xgkyGUY='} 2024-09-21T17:24:34.729 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914059', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-21 17:19:18.648250', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL9SthqlsOHe8g+13yaD5zrGVYaCcwfBuKsMkqslcgWQoEBpTID+DaW5G1peTO0cE2Dznz9UuguclrbTtyPmrwA='} 2024-09-21T17:24:34.729 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-21T17:24:34.734 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-21T17:24:34.734 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-21T17:24:34.735 INFO:teuthology.run_tasks:Running task console_log... 2024-09-21T17:24:34.796 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f703b268280>, signals=[15]) 2024-09-21T17:24:34.796 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-21T17:24:34.802 INFO:teuthology.task.internal:Opening connections... 2024-09-21T17:24:34.802 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:24:34.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:24:34.883 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-09-21T17:24:34.884 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:24:34.957 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-21T17:24:34.975 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2024-09-21T17:24:34.993 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2024-09-21T17:24:34.993 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="CentOS Stream" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="9" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:ID="centos" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE="rhel fedora" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="9" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:PLATFORM_ID="platform:el9" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:ANSI_COLOR="0;31" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:LOGO="fedora-logo-icon" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://centos.org/" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T17:24:35.051 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T17:24:35.052 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T17:24:35.052 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2024-09-21T17:24:35.075 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-09-21T17:24:35.094 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-09-21T17:24:35.094 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="9" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="9" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el9" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:LOGO="fedora-logo-icon" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-21T17:24:35.151 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2024-09-21T17:24:35.152 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-21T17:24:35.152 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-21T17:24:35.152 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-21T17:24:35.152 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-09-21T17:24:35.175 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-21T17:24:35.182 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-21T17:24:35.187 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-21T17:24:35.187 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2024-09-21T17:24:35.189 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-09-21T17:24:35.207 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-21T17:24:35.212 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-21T17:24:35.213 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2024-09-21T17:24:35.247 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-09-21T17:24:35.272 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-21T17:24:35.324 INFO:teuthology.run_tasks:Running task kernel... 2024-09-21T17:24:35.337 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-21T17:24:35.337 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-21T17:24:35.338 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T17:24:35.338 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-21T17:24:35.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T17:24:35.355 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-09-21T17:24:35.355 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T17:24:35.356 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-09-21T17:24:35.413 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-503.el9.x86_64 2024-09-21T17:24:35.413 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.14.0-503.el9.x86_64 2024-09-21T17:24:35.413 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2024-09-21T17:24:35.414 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-503.el9.x86_64 2024-09-21T17:24:35.414 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.14.0-503.el9.x86_64 2024-09-21T17:24:35.414 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum install -y kernel 2024-09-21T17:24:37.803 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.3 MB 00:00 2024-09-21T17:24:38.857 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.3 MB 00:00 2024-09-21T17:24:39.912 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 21 MB/s | 20 MB 00:00 2024-09-21T17:24:45.611 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 3.6 MB/s | 6.5 MB 00:01 2024-09-21T17:24:46.559 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - AppStream 3.1 MB/s | 20 MB 00:06 2024-09-21T17:24:47.189 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 60 kB/s | 19 kB 00:00 2024-09-21T17:24:48.109 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-21T17:24:52.186 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.5 MB 00:01 2024-09-21T17:24:53.941 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-21T17:24:54.598 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - Extras packages 17 kB/s | 19 kB 00:01 2024-09-21T17:24:55.687 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 24 MB/s | 23 MB 00:00 2024-09-21T17:24:56.022 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T17:24:56.022 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T17:24:56.124 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:24:56.143 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-21T17:24:56.144 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-21T17:24:56.144 INFO:teuthology.orchestra.run.smithi040.stdout:Install 4 Packages 2024-09-21T17:24:56.144 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:24:56.144 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 79 M 2024-09-21T17:24:56.144 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 126 M 2024-09-21T17:24:56.144 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-21T17:24:56.275 INFO:teuthology.orchestra.run.smithi040.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 423 kB/s | 36 kB 00:00 2024-09-21T17:24:57.934 INFO:teuthology.orchestra.run.smithi040.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 9.0 MB/s | 16 MB 00:01 2024-09-21T17:24:58.809 INFO:teuthology.orchestra.run.smithi040.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 11 MB/s | 29 MB 00:02 2024-09-21T17:24:59.134 INFO:teuthology.orchestra.run.smithi040.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 12 MB/s | 35 MB 00:02 2024-09-21T17:24:59.135 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-21T17:24:59.135 INFO:teuthology.orchestra.run.smithi040.stdout:Total 26 MB/s | 79 MB 00:02 2024-09-21T17:24:59.843 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-21T17:25:00.235 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-21T17:25:00.235 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-21T17:25:01.199 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-21T17:25:01.199 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-21T17:25:01.285 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-21T17:25:03.286 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-21T17:25:03.286 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-21T17:25:03.393 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-09-21T17:25:03.409 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout:Install 4 Packages 2024-09-21T17:25:03.410 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:25:03.411 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 79 M 2024-09-21T17:25:03.411 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 126 M 2024-09-21T17:25:03.411 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-09-21T17:25:03.689 INFO:teuthology.orchestra.run.smithi029.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 231 kB/s | 36 kB 00:00 2024-09-21T17:25:03.772 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-21T17:25:04.430 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T17:25:04.527 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T17:25:05.073 INFO:teuthology.orchestra.run.smithi029.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 10 MB/s | 16 MB 00:01 2024-09-21T17:25:05.616 INFO:teuthology.orchestra.run.smithi029.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 17 MB/s | 35 MB 00:02 2024-09-21T17:25:06.524 INFO:teuthology.orchestra.run.smithi029.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 10 MB/s | 29 MB 00:02 2024-09-21T17:25:06.524 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-09-21T17:25:06.524 INFO:teuthology.orchestra.run.smithi029.stdout:Total 25 MB/s | 79 MB 00:03 2024-09-21T17:25:07.239 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-09-21T17:25:07.295 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T17:25:07.421 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T17:25:07.638 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-09-21T17:25:07.638 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-09-21T17:25:08.605 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-09-21T17:25:08.605 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-09-21T17:25:11.164 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-09-21T17:25:11.974 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-21T17:25:12.080 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T17:25:12.545 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T17:25:12.590 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:25:14.863 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T17:25:15.057 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T17:25:17.734 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:25:20.185 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T17:25:20.238 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:25:25.386 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:25:57.222 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:25:57.263 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:25:57.559 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:25:57.559 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T17:25:57.559 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T17:25:57.559 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T17:25:58.478 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:25:58.478 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:25:58.478 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-21T17:25:58.478 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T17:25:58.479 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T17:25:58.479 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T17:25:58.479 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T17:25:58.479 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:25:58.479 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-21T17:25:58.801 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T17:25:58.895 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T17:25:58.896 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T17:25:58.896 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T17:25:58.896 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T17:25:58.896 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T17:25:58.896 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-21T17:25:58.896 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T17:25:58.896 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T17:25:58.955 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T17:25:58.955 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T17:25:58.956 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2024-09-21T17:25:58.987 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2024-09-21T17:25:58.987 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2024-09-21T17:25:58.987 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.06 2024-09-21T17:25:58.987 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 82.el9 2024-09-21T17:25:58.987 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2024-09-21T17:25:58.987 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Group : Unspecified 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 8274670 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : builder@centos.org 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2024-09-21T17:25:58.988 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2024-09-21T17:25:58.989 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:25:58.989 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T17:25:58.989 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T17:25:58.989 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T17:25:58.989 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2024-09-21T17:25:58.989 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:25:58.989 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T17:25:58.990 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T17:25:58.990 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 5.14.0-508.el9.x86_64 2024-09-21T17:25:58.990 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T17:25:59.687 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-09-21T17:26:00.988 INFO:teuthology.orchestra.run.smithi040.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T17:26:01.019 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-09-21T17:26:01.021 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-09-21T17:26:01.037 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.9a2DRdFlW9 2024-09-21T17:26:01.037 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.9a2DRdFlW9 2024-09-21T17:26:01.102 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.9a2DRdFlW9 2024-09-21T17:26:01.245 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.9a2DRdFlW9 is 6KB 2024-09-21T17:26:01.265 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.9a2DRdFlW9 2024-09-21T17:26:01.279 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T17:26:01.342 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T17:26:01.343 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T17:26:01.343 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T17:26:01.343 INFO:teuthology.orchestra.run.smithi040.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T17:26:01.344 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T17:26:01.500 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-09-21T17:26:06.806 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:26:06.847 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:26:07.294 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:26:07.294 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-21T17:26:07.295 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-21T17:26:07.295 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-21T17:26:08.407 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-21T17:26:08.407 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:26:08.407 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-09-21T17:26:08.407 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-21T17:26:08.407 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-21T17:26:08.407 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-21T17:26:08.407 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-21T17:26:08.407 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:26:08.407 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-09-21T17:26:08.872 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T17:26:08.973 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T17:26:08.973 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T17:26:08.973 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-21T17:26:08.973 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-21T17:26:08.973 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-21T17:26:08.973 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-21T17:26:08.974 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2024-09-21T17:26:08.974 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-09-21T17:26:09.033 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-21T17:26:09.034 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-21T17:26:09.034 DEBUG:teuthology.orchestra.run.smithi029:> sudo rpm -qi grub2-tools 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Name : grub2-tools 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Epoch : 1 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Version : 2.06 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Release : 82.el9 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: x86_64 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Group : Unspecified 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Size : 8274670 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:License : GPLv3+ 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-21T17:26:09.065 INFO:teuthology.orchestra.run.smithi029.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:Packager : builder@centos.org 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:Vendor : CentOS 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:Summary : Support tools for GRUB. 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:Description : 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:hardware devices. 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:26:09.066 INFO:teuthology.orchestra.run.smithi029.stdout:This subpackage provides tools for support of all platforms. 2024-09-21T17:26:09.067 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-21T17:26:09.067 INFO:teuthology.task.kernel:Updating grub on smithi029 to boot 5.14.0-508.el9.x86_64 2024-09-21T17:26:09.067 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-21T17:26:09.868 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2024-09-21T17:26:11.369 INFO:teuthology.orchestra.run.smithi029.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-21T17:26:11.420 INFO:teuthology.orchestra.run.smithi029.stderr:done 2024-09-21T17:26:11.422 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2024-09-21T17:26:11.436 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.KAXV3YNqEC 2024-09-21T17:26:11.437 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.KAXV3YNqEC 2024-09-21T17:26:11.502 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.KAXV3YNqEC 2024-09-21T17:26:11.651 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.KAXV3YNqEC is 6KB 2024-09-21T17:26:11.700 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.KAXV3YNqEC 2024-09-21T17:26:11.714 DEBUG:teuthology.orchestra.run.smithi029:> sudo /bin/ls /boot/loader/entries || true 2024-09-21T17:26:11.778 INFO:teuthology.orchestra.run.smithi029.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-21T17:26:11.778 INFO:teuthology.orchestra.run.smithi029.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-21T17:26:11.778 INFO:teuthology.orchestra.run.smithi029.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-21T17:26:11.778 INFO:teuthology.orchestra.run.smithi029.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-21T17:26:11.779 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-21T17:26:11.930 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2024-09-21T17:26:31.518 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-21T17:26:31.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-21T17:26:31.519 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:26:41.943 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-21T17:26:41.944 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-21T17:26:41.944 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:26:49.839 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.40 2024-09-21T17:26:58.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-21T17:26:58.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:27:00.335 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.29 2024-09-21T17:27:09.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-21T17:27:09.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:27:58.878 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T17:28:09.345 DEBUG:teuthology.orchestra.remote:timed out 2024-09-21T17:28:10.881 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-21T17:28:10.882 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:28:11.251 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-09-21T17:28:11.643 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-21T17:28:11.643 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-21T17:28:11.643 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-09-21T17:28:11.660 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-508.el9.x86_64 2024-09-21T17:28:11.660 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T17:28:11.660 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T17:28:11.660 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T17:28:12.662 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-21T17:28:12.662 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T17:28:12.728 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-09-21T17:28:12.752 DEBUG:teuthology.parallel:result is None 2024-09-21T17:28:21.345 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-21T17:28:21.346 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:28:21.651 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-09-21T17:28:22.042 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-21T17:28:22.042 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-21T17:28:22.043 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-09-21T17:28:22.059 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-508.el9.x86_64 2024-09-21T17:28:22.059 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-21T17:28:22.059 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-21T17:28:22.059 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-21T17:28:23.060 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-21T17:28:23.061 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-21T17:28:23.136 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2024-09-21T17:28:23.157 DEBUG:teuthology.parallel:result is None 2024-09-21T17:28:23.157 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-21T17:28:23.164 INFO:teuthology.task.internal:Creating test directory... 2024-09-21T17:28:23.164 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T17:28:23.166 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-21T17:28:23.185 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-21T17:28:23.193 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-21T17:28:23.200 INFO:teuthology.task.internal:Creating archive directory... 2024-09-21T17:28:23.201 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T17:28:23.225 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-21T17:28:23.264 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-21T17:28:23.273 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-21T17:28:23.274 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-21T17:28:23.296 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-21T17:28:23.329 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T17:28:23.334 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T17:28:23.340 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T17:28:23.345 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-21T17:28:23.347 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-21T17:28:23.372 INFO:teuthology.task.internal:Configuring sudo... 2024-09-21T17:28:23.372 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T17:28:23.384 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-21T17:28:23.416 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-21T17:28:23.469 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-21T17:28:23.470 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T17:28:23.472 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-21T17:28:23.490 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T17:28:23.567 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T17:28:23.624 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T17:28:23.709 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T17:28:23.749 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:28:23.750 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T17:28:23.816 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T17:28:23.862 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-21T17:28:23.918 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T17:28:24.005 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-21T17:28:24.047 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:28:24.047 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-21T17:28:24.115 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2024-09-21T17:28:24.117 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-09-21T17:28:24.165 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T17:28:24.201 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T17:28:24.566 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-21T17:28:24.574 INFO:teuthology.task.internal:Starting timer... 2024-09-21T17:28:24.574 INFO:teuthology.run_tasks:Running task pcp... 2024-09-21T17:28:24.583 INFO:teuthology.run_tasks:Running task selinux... 2024-09-21T17:28:24.592 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-21T17:28:24.593 DEBUG:teuthology.orchestra.run.smithi029:> sudo service auditd rotate 2024-09-21T17:28:24.658 INFO:teuthology.orchestra.run.smithi029.stdout:Rotating logs: 2024-09-21T17:28:24.660 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2024-09-21T17:28:24.701 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2024-09-21T17:28:24.703 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-21T17:28:24.703 DEBUG:teuthology.orchestra.run.smithi029:> /usr/sbin/getenforce 2024-09-21T17:28:24.740 INFO:teuthology.orchestra.run.smithi029.stdout:Permissive 2024-09-21T17:28:24.740 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2024-09-21T17:28:24.764 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2024-09-21T17:28:24.765 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi029.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi040.front.sepia.ceph.com': 'permissive'} 2024-09-21T17:28:24.765 DEBUG:teuthology.orchestra.run.smithi029:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T17:28:24.809 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T17:28:24.809 DEBUG:teuthology.orchestra.run.smithi040:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T17:28:24.838 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T17:28:24.838 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-21T17:28:24.838 DEBUG:teuthology.orchestra.run.smithi029:> sudo /usr/sbin/setenforce permissive 2024-09-21T17:28:24.887 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2024-09-21T17:28:24.931 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-21T17:28:24.939 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-21T17:28:24.941 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-21T17:28:25.043 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-21T17:28:25.053 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-21T17:28:25.053 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi040.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-21T17:32:15.422 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi040.front.sepia.ceph.com')] 2024-09-21T17:32:15.426 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-21T17:32:15.426 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:32:15.504 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-09-21T17:32:15.584 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-09-21T17:32:15.585 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-21T17:32:15.586 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-21T17:32:15.667 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-09-21T17:32:15.762 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-09-21T17:32:15.762 INFO:teuthology.run_tasks:Running task clock... 2024-09-21T17:32:15.772 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-21T17:32:15.773 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T17:32:15.773 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T17:32:15.776 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-21T17:32:15.776 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T17:32:15.807 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T17:32:15.823 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T17:32:15.837 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-21T17:32:15.852 INFO:teuthology.orchestra.run.smithi029.stderr:sudo: ntpd: command not found 2024-09-21T17:32:15.854 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-21T17:32:15.864 INFO:teuthology.orchestra.run.smithi029.stdout:506 Cannot talk to daemon 2024-09-21T17:32:15.880 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T17:32:15.882 INFO:teuthology.orchestra.run.smithi040.stderr:sudo: ntpd: command not found 2024-09-21T17:32:15.894 INFO:teuthology.orchestra.run.smithi040.stdout:506 Cannot talk to daemon 2024-09-21T17:32:15.895 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T17:32:15.910 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-21T17:32:15.925 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-21T17:32:15.956 INFO:teuthology.orchestra.run.smithi029.stderr:bash: line 1: ntpq: command not found 2024-09-21T17:32:15.959 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T17:32:15.959 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2024-09-21T17:32:15.960 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:32:15.960 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:32:15.960 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:32:15.960 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:32:15.981 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-09-21T17:32:15.984 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T17:32:15.984 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-09-21T17:32:15.984 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:32:15.984 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:32:15.984 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:32:15.984 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:32:15.985 INFO:teuthology.run_tasks:Running task pexec... 2024-09-21T17:32:15.998 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-21T17:32:15.998 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:32:15.998 DEBUG:teuthology.orchestra.run.smithi029:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T17:32:15.999 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi040.front.sepia.ceph.com 2024-09-21T17:32:15.999 DEBUG:teuthology.orchestra.run.smithi040:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-21T17:32:16.370 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-09-21T17:32:16.391 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-21T17:32:16.391 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-09-21T17:32:16.391 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-21T17:32:16.391 INFO:teuthology.orchestra.run.smithi029.stdout:Removing: 2024-09-21T17:32:16.391 INFO:teuthology.orchestra.run.smithi029.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T17:32:16.391 INFO:teuthology.orchestra.run.smithi029.stdout:Removing unused dependencies: 2024-09-21T17:32:16.391 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T17:32:16.391 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:32:16.392 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-09-21T17:32:16.392 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-21T17:32:16.392 INFO:teuthology.orchestra.run.smithi029.stdout:Remove 2 Packages 2024-09-21T17:32:16.392 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:32:16.392 INFO:teuthology.orchestra.run.smithi029.stdout:Freed space: 5.5 M 2024-09-21T17:32:16.392 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-09-21T17:32:16.396 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-09-21T17:32:16.396 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-09-21T17:32:16.396 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-21T17:32:16.398 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-21T17:32:16.398 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-09-21T17:32:16.398 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-21T17:32:16.398 INFO:teuthology.orchestra.run.smithi040.stdout:Removing: 2024-09-21T17:32:16.398 INFO:teuthology.orchestra.run.smithi040.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-21T17:32:16.398 INFO:teuthology.orchestra.run.smithi040.stdout:Removing unused dependencies: 2024-09-21T17:32:16.398 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-21T17:32:16.398 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:32:16.398 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-21T17:32:16.399 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-21T17:32:16.399 INFO:teuthology.orchestra.run.smithi040.stdout:Remove 2 Packages 2024-09-21T17:32:16.399 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:32:16.399 INFO:teuthology.orchestra.run.smithi040.stdout:Freed space: 5.5 M 2024-09-21T17:32:16.399 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-21T17:32:16.403 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-21T17:32:16.403 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-21T17:32:16.462 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-21T17:32:16.463 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-21T17:32:16.479 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-09-21T17:32:16.479 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-09-21T17:32:16.610 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-21T17:32:16.635 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-09-21T17:32:16.679 INFO:teuthology.orchestra.run.smithi040.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T17:32:16.745 INFO:teuthology.orchestra.run.smithi029.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-21T17:32:16.750 INFO:teuthology.orchestra.run.smithi040.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T17:32:16.820 INFO:teuthology.orchestra.run.smithi029.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T17:32:17.209 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T17:32:17.209 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T17:32:17.429 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-21T17:32:17.429 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-21T17:32:17.555 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T17:32:17.555 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:32:17.556 INFO:teuthology.orchestra.run.smithi040.stdout:Removed: 2024-09-21T17:32:17.556 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T17:32:17.556 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:32:17.556 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-21T17:32:17.675 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-21T17:32:17.675 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:32:17.675 INFO:teuthology.orchestra.run.smithi029.stdout:Removed: 2024-09-21T17:32:17.675 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T17:32:17.675 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:32:17.675 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-09-21T17:32:18.419 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:51 ago on Sat 21 Sep 2024 05:31:27 PM UTC. 2024-09-21T17:32:18.556 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T17:32:18.557 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T17:32:18.558 INFO:teuthology.orchestra.run.smithi040.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T17:32:18.558 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:32:18.558 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-09-21T17:32:18.558 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-09-21T17:32:18.558 INFO:teuthology.orchestra.run.smithi040.stdout:Install 7 Packages 2024-09-21T17:32:18.558 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:32:18.568 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 5.2 M 2024-09-21T17:32:18.568 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 19 M 2024-09-21T17:32:18.568 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-09-21T17:32:18.620 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:48 ago on Sat 21 Sep 2024 05:31:30 PM UTC. 2024-09-21T17:32:18.766 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-09-21T17:32:18.766 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-09-21T17:32:18.767 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-09-21T17:32:18.768 INFO:teuthology.orchestra.run.smithi029.stdout:Install 7 Packages 2024-09-21T17:32:18.768 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:32:18.784 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 5.2 M 2024-09-21T17:32:18.784 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 19 M 2024-09-21T17:32:18.784 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-09-21T17:32:18.948 INFO:teuthology.orchestra.run.smithi040.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 381 kB/s | 44 kB 00:00 2024-09-21T17:32:18.973 INFO:teuthology.orchestra.run.smithi040.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 746 kB/s | 106 kB 00:00 2024-09-21T17:32:19.023 INFO:teuthology.orchestra.run.smithi040.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 955 kB/s | 72 kB 00:00 2024-09-21T17:32:19.040 INFO:teuthology.orchestra.run.smithi040.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.2 MB/s | 84 kB 00:00 2024-09-21T17:32:19.082 INFO:teuthology.orchestra.run.smithi040.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 3.5 MB/s | 906 kB 00:00 2024-09-21T17:32:19.160 INFO:teuthology.orchestra.run.smithi029.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 444 kB/s | 44 kB 00:00 2024-09-21T17:32:19.185 INFO:teuthology.orchestra.run.smithi029.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 843 kB/s | 106 kB 00:00 2024-09-21T17:32:19.191 INFO:teuthology.orchestra.run.smithi040.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.9 MB/s | 837 kB 00:00 2024-09-21T17:32:19.211 INFO:teuthology.orchestra.run.smithi029.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 1.4 MB/s | 72 kB 00:00 2024-09-21T17:32:19.253 INFO:teuthology.orchestra.run.smithi029.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.2 MB/s | 84 kB 00:00 2024-09-21T17:32:19.395 INFO:teuthology.orchestra.run.smithi029.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.6 MB/s | 906 kB 00:00 2024-09-21T17:32:19.471 INFO:teuthology.orchestra.run.smithi029.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.2 MB/s | 837 kB 00:00 2024-09-21T17:32:19.591 INFO:teuthology.orchestra.run.smithi040.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 5.8 MB/s | 3.2 MB 00:00 2024-09-21T17:32:19.592 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-09-21T17:32:19.592 INFO:teuthology.orchestra.run.smithi040.stdout:Total 5.1 MB/s | 5.2 MB 00:01 2024-09-21T17:32:19.705 INFO:teuthology.orchestra.run.smithi029.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 7.0 MB/s | 3.2 MB 00:00 2024-09-21T17:32:19.705 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-09-21T17:32:19.705 INFO:teuthology.orchestra.run.smithi029.stdout:Total 5.6 MB/s | 5.2 MB 00:00 2024-09-21T17:32:19.712 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-09-21T17:32:19.729 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-09-21T17:32:19.729 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-09-21T17:32:19.820 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-09-21T17:32:19.836 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-09-21T17:32:19.836 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-09-21T17:32:20.048 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-09-21T17:32:20.049 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-09-21T17:32:20.231 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-09-21T17:32:20.231 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-09-21T17:32:20.535 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-09-21T17:32:20.620 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T17:32:20.654 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T17:32:20.682 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T17:32:20.711 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-09-21T17:32:20.820 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-21T17:32:20.870 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-21T17:32:20.902 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T17:32:20.908 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-21T17:32:20.929 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T17:32:21.130 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-21T17:32:21.176 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T17:32:21.406 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T17:32:21.432 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T17:32:21.564 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T17:32:21.631 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T17:32:21.655 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-21T17:32:21.689 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T17:32:21.816 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-21T17:32:21.888 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T17:32:22.569 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T17:32:22.569 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T17:32:22.569 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T17:32:22.569 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T17:32:22.569 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T17:32:22.570 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T17:32:22.570 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T17:32:22.919 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T17:32:22.919 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:32:22.919 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-09-21T17:32:22.919 INFO:teuthology.orchestra.run.smithi040.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T17:32:22.919 INFO:teuthology.orchestra.run.smithi040.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T17:32:22.919 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T17:32:22.920 INFO:teuthology.orchestra.run.smithi040.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T17:32:22.920 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:32:22.920 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-09-21T17:32:23.152 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T17:32:23.152 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-21T17:32:23.152 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-21T17:32:23.152 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-21T17:32:23.152 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-21T17:32:23.152 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-21T17:32:23.152 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-21T17:32:23.282 DEBUG:teuthology.parallel:result is None 2024-09-21T17:32:23.564 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-21T17:32:23.564 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:32:23.564 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-09-21T17:32:23.564 INFO:teuthology.orchestra.run.smithi029.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-21T17:32:23.564 INFO:teuthology.orchestra.run.smithi029.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-21T17:32:23.564 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-21T17:32:23.564 INFO:teuthology.orchestra.run.smithi029.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-21T17:32:23.564 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:32:23.564 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-09-21T17:32:24.008 DEBUG:teuthology.parallel:result is None 2024-09-21T17:32:24.008 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-21T17:32:24.018 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-21T17:32:24.019 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:32:24.019 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T17:32:24.035 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-21T17:32:24.036 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2024-09-21T17:32:24.093 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T17:32:24.093 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T17:32:24.093 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-21T17:32:24.093 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T17:32:24.093 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T17:32:24.093 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-21 17:32:22.120984379 +0000 2024-09-21T17:32:24.093 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-21 17:32:21.773989593 +0000 2024-09-21T17:32:24.093 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-21 17:32:21.773989593 +0000 2024-09-21T17:32:24.093 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-21 17:32:21.773989593 +0000 2024-09-21T17:32:24.093 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T17:32:24.158 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-21T17:32:24.158 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-21T17:32:24.158 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000105937 s, 4.8 MB/s 2024-09-21T17:32:24.159 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T17:32:24.216 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2024-09-21T17:32:24.272 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T17:32:24.273 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T17:32:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 961 Links: 1 2024-09-21T17:32:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T17:32:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T17:32:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-21 17:32:22.121984364 +0000 2024-09-21T17:32:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-21 17:32:21.772989608 +0000 2024-09-21T17:32:24.273 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-21 17:32:21.772989608 +0000 2024-09-21T17:32:24.273 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-21 17:32:21.772989608 +0000 2024-09-21T17:32:24.274 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T17:32:24.337 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-21T17:32:24.337 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-21T17:32:24.337 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000104637 s, 4.9 MB/s 2024-09-21T17:32:24.339 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T17:32:24.395 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2024-09-21T17:32:24.453 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T17:32:24.453 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T17:32:24.453 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-09-21T17:32:24.453 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T17:32:24.453 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T17:32:24.453 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-21 17:32:22.121984364 +0000 2024-09-21T17:32:24.453 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-21 17:32:21.774989578 +0000 2024-09-21T17:32:24.453 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-21 17:32:21.774989578 +0000 2024-09-21T17:32:24.453 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-21 17:32:21.774989578 +0000 2024-09-21T17:32:24.453 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T17:32:24.517 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-21T17:32:24.517 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-21T17:32:24.517 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 9.81e-05 s, 5.2 MB/s 2024-09-21T17:32:24.518 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T17:32:24.575 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2024-09-21T17:32:24.631 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T17:32:24.631 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T17:32:24.631 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-21T17:32:24.631 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T17:32:24.631 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T17:32:24.631 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-21 17:32:22.122984349 +0000 2024-09-21T17:32:24.631 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-21 17:32:21.774989578 +0000 2024-09-21T17:32:24.632 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-21 17:32:21.774989578 +0000 2024-09-21T17:32:24.632 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-21 17:32:21.774989578 +0000 2024-09-21T17:32:24.632 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T17:32:24.695 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-21T17:32:24.695 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-21T17:32:24.695 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000101709 s, 5.0 MB/s 2024-09-21T17:32:24.697 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T17:32:24.754 DEBUG:teuthology.orchestra.run.smithi029:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-21T17:32:24.910 INFO:teuthology.orchestra.run.smithi029.stdout:loop 2024-09-21T17:32:24.912 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_1... 2024-09-21T17:32:24.912 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-21T17:32:24.946 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-09-21T17:32:24.979 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_11 2024-09-21T17:32:25.018 INFO:teuthology.orchestra.run.smithi029.stdout:connecting to device: nvme1 2024-09-21T17:32:25.019 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_2... 2024-09-21T17:32:25.020 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-21T17:32:25.096 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-09-21T17:32:25.129 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_21 2024-09-21T17:32:25.161 INFO:teuthology.orchestra.run.smithi029.stdout:connecting to device: nvme2 2024-09-21T17:32:25.163 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_3... 2024-09-21T17:32:25.163 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-21T17:32:25.238 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-09-21T17:32:25.270 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_31 2024-09-21T17:32:25.303 INFO:teuthology.orchestra.run.smithi029.stdout:connecting to device: nvme3 2024-09-21T17:32:25.305 INFO:tasks.nvme_loop:Connecting nvme_loop smithi029:/dev/vg_nvme/lv_4... 2024-09-21T17:32:25.305 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-21T17:32:25.381 INFO:teuthology.orchestra.run.smithi029.stdout:1 2024-09-21T17:32:25.413 INFO:teuthology.orchestra.run.smithi029.stdout:/dev/vg_nvme/lv_41 2024-09-21T17:32:25.446 INFO:teuthology.orchestra.run.smithi029.stdout:connecting to device: nvme4 2024-09-21T17:32:25.448 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:32:25.448 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T17:32:25.507 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme list -o json 2024-09-21T17:32:25.575 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-09-21T17:32:25.575 INFO:teuthology.orchestra.run.smithi029.stdout: "Devices":[ 2024-09-21T17:32:25.575 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-21T17:32:25.575 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-21T17:32:25.575 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-21T17:32:25.575 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng4n1", 2024-09-21T17:32:25.575 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"5.14.0-5", 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"Linux", 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"380212d29bd110d90559", 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":95995035648, 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":187490304, 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":95995035648, 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng3n1", 2024-09-21T17:32:25.576 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"5.14.0-5", 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"Linux", 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"97dfda44ed8bcd5b403a", 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":95995035648, 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":187490304, 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":95995035648, 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng2n1", 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"5.14.0-5", 2024-09-21T17:32:25.577 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"Linux", 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"5bf7301d596ed60559d5", 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":95995035648, 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":187490304, 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":95995035648, 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng1n1", 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"5.14.0-5", 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"Linux", 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"618b73402a4a96c45aeb", 2024-09-21T17:32:25.578 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":95995035648, 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":187490304, 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":95995035648, 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: { 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "NameSpace":1, 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "GenericPath":"/dev/ng0n1", 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "Firmware":"E2010325", 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "ModelNumber":"INTEL SSDPED1D480GA", 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "SerialNumber":"PHMB7512009B480DGN", 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "UsedBytes":480103981056, 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "MaximumLBA":937703088, 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "PhysicalSize":480103981056, 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: "SectorSize":512 2024-09-21T17:32:25.579 INFO:teuthology.orchestra.run.smithi029.stdout: } 2024-09-21T17:32:25.580 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-09-21T17:32:25.580 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-09-21T17:32:25.580 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-21T17:32:25.581 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:32:25.581 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/scratch_devs 2024-09-21T17:32:25.646 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:32:25.646 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T17:32:25.666 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-21T17:32:25.667 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_1 2024-09-21T17:32:25.727 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-21T17:32:25.727 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T17:32:25.727 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 965 Links: 1 2024-09-21T17:32:25.727 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T17:32:25.727 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T17:32:25.728 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-21 17:32:21.858353000 +0000 2024-09-21T17:32:25.728 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-21 17:32:21.530343714 +0000 2024-09-21T17:32:25.728 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-21 17:32:21.530343714 +0000 2024-09-21T17:32:25.728 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-09-21 17:32:21.530343714 +0000 2024-09-21T17:32:25.728 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-21T17:32:25.796 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-21T17:32:25.796 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-21T17:32:25.796 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000216829 s, 2.4 MB/s 2024-09-21T17:32:25.797 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-21T17:32:25.858 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_2 2024-09-21T17:32:25.916 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-21T17:32:25.916 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T17:32:25.916 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-21T17:32:25.917 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T17:32:25.917 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T17:32:25.917 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-21 17:32:21.859352988 +0000 2024-09-21T17:32:25.917 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-21 17:32:21.530343714 +0000 2024-09-21T17:32:25.917 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-21 17:32:21.530343714 +0000 2024-09-21T17:32:25.917 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-09-21 17:32:21.530343714 +0000 2024-09-21T17:32:25.917 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-21T17:32:25.982 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-21T17:32:25.982 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-21T17:32:25.982 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000207546 s, 2.5 MB/s 2024-09-21T17:32:25.984 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-21T17:32:26.040 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_3 2024-09-21T17:32:26.097 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-21T17:32:26.097 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T17:32:26.097 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-21T17:32:26.097 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T17:32:26.097 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T17:32:26.097 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-21 17:32:21.859352988 +0000 2024-09-21T17:32:26.097 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-21 17:32:21.531343745 +0000 2024-09-21T17:32:26.097 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-21 17:32:21.531343745 +0000 2024-09-21T17:32:26.097 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-09-21 17:32:21.531343745 +0000 2024-09-21T17:32:26.098 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-21T17:32:26.162 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-21T17:32:26.162 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-21T17:32:26.162 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000194878 s, 2.6 MB/s 2024-09-21T17:32:26.163 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-21T17:32:26.220 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_4 2024-09-21T17:32:26.276 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-21T17:32:26.277 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-21T17:32:26.277 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-21T17:32:26.277 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-21T17:32:26.277 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:device_t:s0 2024-09-21T17:32:26.277 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-21 17:32:21.860352975 +0000 2024-09-21T17:32:26.277 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-21 17:32:21.530343714 +0000 2024-09-21T17:32:26.277 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-21 17:32:21.530343714 +0000 2024-09-21T17:32:26.277 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-09-21 17:32:21.530343714 +0000 2024-09-21T17:32:26.277 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-21T17:32:26.341 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-21T17:32:26.341 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-21T17:32:26.341 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000204988 s, 2.5 MB/s 2024-09-21T17:32:26.342 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-21T17:32:26.399 DEBUG:teuthology.orchestra.run.smithi040:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-21T17:32:26.547 INFO:teuthology.orchestra.run.smithi040.stdout:loop 2024-09-21T17:32:26.548 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_1... 2024-09-21T17:32:26.548 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-21T17:32:26.582 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-09-21T17:32:26.613 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_11 2024-09-21T17:32:26.653 INFO:teuthology.orchestra.run.smithi040.stdout:connecting to device: nvme1 2024-09-21T17:32:26.655 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_2... 2024-09-21T17:32:26.655 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-21T17:32:26.731 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-09-21T17:32:26.762 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_21 2024-09-21T17:32:26.794 INFO:teuthology.orchestra.run.smithi040.stdout:connecting to device: nvme2 2024-09-21T17:32:26.795 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_3... 2024-09-21T17:32:26.796 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-21T17:32:26.870 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-09-21T17:32:26.901 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_31 2024-09-21T17:32:26.933 INFO:teuthology.orchestra.run.smithi040.stdout:connecting to device: nvme3 2024-09-21T17:32:26.935 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_4... 2024-09-21T17:32:26.935 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-21T17:32:27.009 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-09-21T17:32:27.041 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_41 2024-09-21T17:32:27.073 INFO:teuthology.orchestra.run.smithi040.stdout:connecting to device: nvme4 2024-09-21T17:32:27.075 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:32:27.075 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T17:32:27.129 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme list -o json 2024-09-21T17:32:27.195 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-09-21T17:32:27.195 INFO:teuthology.orchestra.run.smithi040.stdout: "Devices":[ 2024-09-21T17:32:27.195 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-21T17:32:27.195 INFO:teuthology.orchestra.run.smithi040.stdout: "NameSpace":1, 2024-09-21T17:32:27.195 INFO:teuthology.orchestra.run.smithi040.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-21T17:32:27.195 INFO:teuthology.orchestra.run.smithi040.stdout: "GenericPath":"/dev/ng4n1", 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "Firmware":"5.14.0-5", 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "ModelNumber":"Linux", 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "SerialNumber":"c8557ea604d95546de9e", 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "UsedBytes":95995035648, 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "MaximumLBA":187490304, 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "PhysicalSize":95995035648, 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "SectorSize":512 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "NameSpace":1, 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "GenericPath":"/dev/ng3n1", 2024-09-21T17:32:27.196 INFO:teuthology.orchestra.run.smithi040.stdout: "Firmware":"5.14.0-5", 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "ModelNumber":"Linux", 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "SerialNumber":"93a2a0299a4a6370fd3b", 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "UsedBytes":95995035648, 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "MaximumLBA":187490304, 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "PhysicalSize":95995035648, 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "SectorSize":512 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "NameSpace":1, 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "GenericPath":"/dev/ng2n1", 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "Firmware":"5.14.0-5", 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "ModelNumber":"Linux", 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "SerialNumber":"2bac2f794a05726fbef7", 2024-09-21T17:32:27.197 INFO:teuthology.orchestra.run.smithi040.stdout: "UsedBytes":95995035648, 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "MaximumLBA":187490304, 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "PhysicalSize":95995035648, 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "SectorSize":512 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "NameSpace":1, 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "GenericPath":"/dev/ng1n1", 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "Firmware":"5.14.0-5", 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "ModelNumber":"Linux", 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "SerialNumber":"9d47f64409535f850108", 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "UsedBytes":95995035648, 2024-09-21T17:32:27.198 INFO:teuthology.orchestra.run.smithi040.stdout: "MaximumLBA":187490304, 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "PhysicalSize":95995035648, 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "SectorSize":512 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: }, 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "NameSpace":1, 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "GenericPath":"/dev/ng0n1", 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "Firmware":"8DV101H0", 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "ModelNumber":"INTEL SSDPEDMD400G4", 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "SerialNumber":"CVFT5330009J400BGN", 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "UsedBytes":400088457216, 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "MaximumLBA":781422768, 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "PhysicalSize":400088457216, 2024-09-21T17:32:27.199 INFO:teuthology.orchestra.run.smithi040.stdout: "SectorSize":512 2024-09-21T17:32:27.200 INFO:teuthology.orchestra.run.smithi040.stdout: } 2024-09-21T17:32:27.200 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2024-09-21T17:32:27.200 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-09-21T17:32:27.201 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-21T17:32:27.201 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:32:27.201 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/scratch_devs 2024-09-21T17:32:27.266 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-21T17:32:27.356 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '0ecbb435437226bc091a0c2d4549ba25bf724efe'} 2024-09-21T17:32:27.356 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T17:32:27.356 INFO:tasks.cephadm:Cluster fsid is 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:32:27.357 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-21T17:32:27.357 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-21T17:32:27.357 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi029': '172.21.15.29', 'mon.smithi040': '172.21.15.40'} 2024-09-21T17:32:27.357 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-21T17:32:27.357 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2024-09-21T17:32:27.389 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2024-09-21T17:32:27.415 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-21T17:32:27.415 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T17:32:27.560 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '0ecbb435437226bc091a0c2d4549ba25bf724efe', '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/83206/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-5129-g0ecbb435', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-5129.g0ecbb435'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-21 15:40:29.818446', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-09-21-1014', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-21T17:32:27.706 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-adk-testing-2024-09-21-1014, sha1 0ecbb435437226bc091a0c2d4549ba25bf724efe from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T17:32:27.707 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/centos/9/x86_64/flavors/default/cephadm 2024-09-21T17:32:27.707 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/centos/9/x86_64/flavors/default/cephadm 2024-09-21T17:32:27.708 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T17:32:28.262 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-r--r--. 1 ubuntu ubuntu 804323 Sep 21 17:32 /home/ubuntu/cephtest/cephadm 2024-09-21T17:32:28.262 DEBUG:teuthology.orchestra.run.smithi040:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-09-21-1014/0ecbb435437226bc091a0c2d4549ba25bf724efe/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-21T17:32:28.795 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-r--r--. 1 ubuntu ubuntu 804323 Sep 21 17:32 /home/ubuntu/cephtest/cephadm 2024-09-21T17:32:28.795 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T17:32:28.816 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-21T17:32:28.850 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe on all hosts... 2024-09-21T17:32:28.850 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe pull 2024-09-21T17:32:28.858 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe pull 2024-09-21T17:32:30.514 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T17:32:31.659 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T17:33:03.116 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-09-21T17:33:03.117 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph_version": "ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev)", 2024-09-21T17:33:03.117 INFO:teuthology.orchestra.run.smithi040.stdout: "image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", 2024-09-21T17:33:03.117 INFO:teuthology.orchestra.run.smithi040.stdout: "repo_digests": [ 2024-09-21T17:33:03.117 INFO:teuthology.orchestra.run.smithi040.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5" 2024-09-21T17:33:03.118 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2024-09-21T17:33:03.118 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-09-21T17:33:04.132 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-09-21T17:33:04.132 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev)", 2024-09-21T17:33:04.132 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25", 2024-09-21T17:33:04.132 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2024-09-21T17:33:04.133 INFO:teuthology.orchestra.run.smithi029.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5" 2024-09-21T17:33:04.133 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-09-21T17:33:04.133 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-09-21T17:33:04.160 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2024-09-21T17:33:04.192 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2024-09-21T17:33:04.226 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2024-09-21T17:33:04.258 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2024-09-21T17:33:04.296 INFO:tasks.cephadm:Writing seed config... 2024-09-21T17:33:04.297 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-21T17:33:04.297 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-21T17:33:04.298 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-21T17:33:04.298 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-21T17:33:04.298 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-21T17:33:04.298 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-21T17:33:04.298 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-21T17:33:04.298 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-21T17:33:04.298 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:33:04.299 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-21T17:33:04.315 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 = 789c7c2a-783f-11ef-baf6-efdc52797490 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-21T17:33:04.315 DEBUG:teuthology.orchestra.run.smithi029:mon.smithi029> sudo journalctl -f -n 0 -u ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi029.service 2024-09-21T17:33:04.357 INFO:tasks.cephadm:Bootstrapping... 2024-09-21T17:33:04.358 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe -v bootstrap --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-21T17:33:04.567 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-09-21T17:33:04.567 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe', '-v', 'bootstrap', '--fsid', '789c7c2a-783f-11ef-baf6-efdc52797490', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.29', '--skip-admin-label'] 2024-09-21T17:33:04.568 INFO:teuthology.orchestra.run.smithi029.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-21T17:33:04.568 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying podman|docker is present... 2024-09-21T17:33:04.591 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 5.2.2 2024-09-21T17:33:04.591 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying lvm2 is present... 2024-09-21T17:33:04.591 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying time synchronization is in place... 2024-09-21T17:33:04.599 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T17:33:04.599 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T17:33:04.605 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T17:33:04.605 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-21T17:33:04.612 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-09-21T17:33:04.618 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-09-21T17:33:04.618 INFO:teuthology.orchestra.run.smithi029.stdout:Unit chronyd.service is enabled and running 2024-09-21T17:33:04.618 INFO:teuthology.orchestra.run.smithi029.stdout:Repeating the final host check... 2024-09-21T17:33:04.652 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 5.2.2 2024-09-21T17:33:04.652 INFO:teuthology.orchestra.run.smithi029.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-21T17:33:04.652 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl is present 2024-09-21T17:33:04.652 INFO:teuthology.orchestra.run.smithi029.stdout:lvcreate is present 2024-09-21T17:33:04.659 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-21T17:33:04.659 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-21T17:33:04.665 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-21T17:33:04.665 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-21T17:33:04.672 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout enabled 2024-09-21T17:33:04.678 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout active 2024-09-21T17:33:04.679 INFO:teuthology.orchestra.run.smithi029.stdout:Unit chronyd.service is enabled and running 2024-09-21T17:33:04.679 INFO:teuthology.orchestra.run.smithi029.stdout:Host looks OK 2024-09-21T17:33:04.679 INFO:teuthology.orchestra.run.smithi029.stdout:Cluster fsid: 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:04.679 INFO:teuthology.orchestra.run.smithi029.stdout:Acquiring lock 139974276867888 on /run/cephadm/789c7c2a-783f-11ef-baf6-efdc52797490.lock 2024-09-21T17:33:04.679 INFO:teuthology.orchestra.run.smithi029.stdout:Lock 139974276867888 acquired on /run/cephadm/789c7c2a-783f-11ef-baf6-efdc52797490.lock 2024-09-21T17:33:04.679 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 3300 ... 2024-09-21T17:33:04.680 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying IP 172.21.15.29 port 6789 ... 2024-09-21T17:33:04.680 INFO:teuthology.orchestra.run.smithi029.stdout:Base mon IP(s) is [172.21.15.29:3300, 172.21.15.29:6789], mon addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-09-21T17:33:04.683 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.29 metric 100 2024-09-21T17:33:04.683 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 metric 100 2024-09-21T17:33:04.685 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-21T17:33:04.685 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-21T17:33:04.686 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1783sec hoplimit 64 pref medium 2024-09-21T17:33:04.688 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-21T17:33:04.688 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-21T17:33:04.688 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T17:33:04.688 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-21T17:33:04.688 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:125a/64 scope link 2024-09-21T17:33:04.688 INFO:teuthology.orchestra.run.smithi029.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-21T17:33:04.689 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-09-21T17:33:04.689 INFO:teuthology.orchestra.run.smithi029.stdout:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2024-09-21T17:33:04.689 INFO:teuthology.orchestra.run.smithi029.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-21T17:33:04.689 INFO:teuthology.orchestra.run.smithi029.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-21T17:33:04.690 INFO:teuthology.orchestra.run.smithi029.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T17:33:05.089 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stdout 3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25 2024-09-21T17:33:05.090 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe... 2024-09-21T17:33:05.090 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Getting image source signatures 2024-09-21T17:33:05.090 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying blob sha256:21b5a2bb4fd2b634e899a996bd2c361c29a2bbdb6dc6de9dcb7e17a30e3d130c 2024-09-21T17:33:05.090 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-21T17:33:05.090 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Copying config sha256:3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25 2024-09-21T17:33:05.090 INFO:teuthology.orchestra.run.smithi029.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-21T17:33:06.026 INFO:teuthology.orchestra.run.smithi029.stdout:ceph: stdout ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev) 2024-09-21T17:33:06.026 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph version: ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev) 2024-09-21T17:33:06.026 INFO:teuthology.orchestra.run.smithi029.stdout:Extracting ceph user uid/gid from container image... 2024-09-21T17:33:06.978 INFO:teuthology.orchestra.run.smithi029.stdout:stat: stdout 167 167 2024-09-21T17:33:06.978 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial keys... 2024-09-21T17:33:07.873 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQBTA+9mv+S0ExAAzKXJO4aJIt91uli4RE0YmA== 2024-09-21T17:33:08.877 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQBUA+9m8kSgDhAAwnlx8+hv7sUb4O6I205PAg== 2024-09-21T17:33:09.882 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph-authtool: stdout AQBVA+9maAzNDhAAqBbsmEPbFhhwIqfU+iAGYg== 2024-09-21T17:33:09.883 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial monmap... 2024-09-21T17:33:10.761 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T17:33:10.761 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-21T17:33:10.761 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:10.761 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T17:33:10.761 INFO:teuthology.orchestra.run.smithi029.stdout:monmaptool for smithi029 [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-21T17:33:10.761 INFO:teuthology.orchestra.run.smithi029.stdout:setting min_mon_release = quincy 2024-09-21T17:33:10.761 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: set fsid to 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:10.762 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-21T17:33:10.762 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:33:10.762 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mon... 2024-09-21T17:33:19.277 INFO:teuthology.orchestra.run.smithi029.stdout:create mon.smithi029 on 2024-09-21T17:33:20.280 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-21T17:33:21.257 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-789c7c2a-783f-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-789c7c2a-783f-11ef-baf6-efdc52797490.target. 2024-09-21T17:33:21.257 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-789c7c2a-783f-11ef-baf6-efdc52797490.target → /etc/systemd/system/ceph-789c7c2a-783f-11ef-baf6-efdc52797490.target. 2024-09-21T17:33:22.576 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi029 2024-09-21T17:33:22.576 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi029.service: Unit ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi029.service not loaded. 2024-09-21T17:33:22.977 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-789c7c2a-783f-11ef-baf6-efdc52797490.target.wants/ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi029.service → /etc/systemd/system/ceph-789c7c2a-783f-11ef-baf6-efdc52797490@.service. 2024-09-21T17:33:23.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:23 smithi029 podman[25401]: 2024-09-21 17:33:23.11958111 +0000 UTC m=+0.016179304 image pull 3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T17:33:25.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:24 smithi029 podman[25401]: 2024-09-21 17:33:24.955136128 +0000 UTC m=+1.851734316 container create 7e88633d2d690a35c3cf26b57d14bbb858ca4268f7ac84d51eb9b6746539d5c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-21T17:33:27.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:27 smithi029 podman[25401]: 2024-09-21 17:33:27.581851821 +0000 UTC m=+4.478450006 container init 7e88633d2d690a35c3cf26b57d14bbb858ca4268f7ac84d51eb9b6746539d5c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23) 2024-09-21T17:33:27.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:27 smithi029 podman[25401]: 2024-09-21 17:33:27.588849479 +0000 UTC m=+4.485447663 container start 7e88633d2d690a35c3cf26b57d14bbb858ca4268f7ac84d51eb9b6746539d5c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True) 2024-09-21T17:33:27.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:27 smithi029 ceph-mon[25439]: mkfs 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:27.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:27 smithi029 ceph-mon[25439]: mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2024-09-21T17:33:28.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2024-09-21T17:33:28.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: monmap epoch 1 2024-09-21T17:33:28.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: fsid 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:28.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: last_changed 2024-09-21T17:33:10.224196+0000 2024-09-21T17:33:28.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: created 2024-09-21T17:33:10.224196+0000 2024-09-21T17:33:28.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: min_mon_release 19 (squid) 2024-09-21T17:33:28.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: election_strategy: 1 2024-09-21T17:33:28.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.smithi029 2024-09-21T17:33:28.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: fsmap 2024-09-21T17:33:28.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T17:33:28.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:28 smithi029 ceph-mon[25439]: mgrmap e1: no daemons active 2024-09-21T17:33:29.253 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T17:33:29.253 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-09-21T17:33:29.261 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T17:33:29.261 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-21T17:33:29.261 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-09-21T17:33:29.261 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T17:33:29.262 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon to start... 2024-09-21T17:33:29.262 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mon... 2024-09-21T17:33:29.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:29 smithi029 bash[25401]: 7e88633d2d690a35c3cf26b57d14bbb858ca4268f7ac84d51eb9b6746539d5c6 2024-09-21T17:33:29.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:29 smithi029 systemd[1]: Started Ceph mon.smithi029 for 789c7c2a-783f-11ef-baf6-efdc52797490. 2024-09-21T17:33:34.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:34 smithi029 ceph-mon[25439]: from='client.? 172.21.15.29:0/1756174011' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-21T17:33:37.459 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout cluster: 2024-09-21T17:33:37.459 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout id: 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:37.459 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-21T17:33:37.459 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:37.459 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout services: 2024-09-21T17:33:37.459 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi029 (age 7s) 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout data: 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout pgs: 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:mon is available 2024-09-21T17:33:37.460 INFO:teuthology.orchestra.run.smithi029.stdout:Assimilating anything we can from ceph.conf... 2024-09-21T17:33:38.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:38 smithi029 ceph-mon[25439]: from='client.? 172.21.15.29:0/2524174073' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T17:33:38.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:38 smithi029 ceph-mon[25439]: from='client.? 172.21.15.29:0/2524174073' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-21T17:33:38.558 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:38.558 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T17:33:38.558 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:38.558 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T17:33:38.558 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-09-21T17:33:38.559 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T17:33:38.559 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T17:33:38.559 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T17:33:38.559 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T17:33:38.559 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:38.559 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T17:33:38.559 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T17:33:38.560 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:38.560 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T17:33:38.560 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T17:33:38.560 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T17:33:38.560 INFO:teuthology.orchestra.run.smithi029.stdout:Generating new minimal ceph.conf... 2024-09-21T17:33:39.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:39 smithi029 ceph-mon[25439]: from='client.? 172.21.15.29:0/2929982058' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:33:39.694 INFO:teuthology.orchestra.run.smithi029.stdout:Restarting the monitor... 2024-09-21T17:33:39.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:39 smithi029 systemd[1]: Stopping Ceph mon.smithi029 for 789c7c2a-783f-11ef-baf6-efdc52797490... 2024-09-21T17:33:40.348 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:39 smithi029 ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029[25416]: 2024-09-21T17:33:39.987+0000 7f89d9fe6640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi029 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T17:33:40.348 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:39 smithi029 ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029[25416]: 2024-09-21T17:33:39.987+0000 7f89d9fe6640 -1 mon.smithi029@0(leader) e1 *** Got Signal Terminated *** 2024-09-21T17:33:40.348 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:40 smithi029 podman[25772]: 2024-09-21 17:33:40.049049512 +0000 UTC m=+0.180254397 container died 7e88633d2d690a35c3cf26b57d14bbb858ca4268f7ac84d51eb9b6746539d5c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-21T17:33:40.904 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:40 smithi029 podman[25772]: 2024-09-21 17:33:40.636809772 +0000 UTC m=+0.768014655 container cleanup 7e88633d2d690a35c3cf26b57d14bbb858ca4268f7ac84d51eb9b6746539d5c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux ) 2024-09-21T17:33:40.904 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:40 smithi029 bash[25772]: ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029 2024-09-21T17:33:41.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:40 smithi029 podman[25789]: 2024-09-21 17:33:40.903042109 +0000 UTC m=+0.845305725 container remove 7e88633d2d690a35c3cf26b57d14bbb858ca4268f7ac84d51eb9b6746539d5c6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-21T17:33:41.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 systemd[1]: ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi029.service: Deactivated successfully. 2024-09-21T17:33:41.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 systemd[1]: Stopped Ceph mon.smithi029 for 789c7c2a-783f-11ef-baf6-efdc52797490. 2024-09-21T17:33:41.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 systemd[1]: Starting Ceph mon.smithi029 for 789c7c2a-783f-11ef-baf6-efdc52797490... 2024-09-21T17:33:41.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 podman[25888]: 2024-09-21 17:33:41.168731098 +0000 UTC m=+0.016134086 image pull 3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe 2024-09-21T17:33:41.521 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 podman[25888]: 2024-09-21 17:33:41.288226384 +0000 UTC m=+0.135629403 container create f6346fe3a028c779d7c9f159e140e587f757edbfad9bea7951252796da7cdb37 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-21T17:33:41.521 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 podman[25888]: 2024-09-21 17:33:41.51893274 +0000 UTC m=+0.366335725 container init f6346fe3a028c779d7c9f159e140e587f757edbfad9bea7951252796da7cdb37 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-21T17:33:41.617 INFO:teuthology.orchestra.run.smithi029.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-21T17:33:41.845 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 podman[25888]: 2024-09-21 17:33:41.523970763 +0000 UTC m=+0.371373736 container start f6346fe3a028c779d7c9f159e140e587f757edbfad9bea7951252796da7cdb37 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, io.buildah.version=1.37.2) 2024-09-21T17:33:41.845 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T17:33:41.845 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev), process ceph-mon, pid 7 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: pidfile_write: ignore empty --pid-file 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: load: jerasure load: lrc 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: RocksDB version: 7.9.2 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Git sha 0 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Compile date 2024-09-21 14:38:11 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: DB SUMMARY 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: DB Session ID: RPHLD1ZISHGI3J96WWM6 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: CURRENT file: CURRENT 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi029/store.db dir, Total Num: 1, files: 000008.sst 2024-09-21T17:33:41.846 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi029/store.db: 000009.log size: 89383 ; 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.error_if_exists: 0 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.create_if_missing: 0 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.paranoid_checks: 1 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.env: 0x56394446b120 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.info_log: 0x5639460518e0 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.statistics: (nil) 2024-09-21T17:33:41.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.use_fsync: 0 2024-09-21T17:33:41.848 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_log_file_size: 0 2024-09-21T17:33:41.848 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T17:33:41.848 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T17:33:41.848 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T17:33:41.848 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T17:33:41.848 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.allow_fallocate: 1 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.use_direct_reads: 0 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.db_log_dir: 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.wal_dir: 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T17:33:41.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T17:33:41.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T17:33:41.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T17:33:41.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T17:33:41.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.write_buffer_manager: 0x563946055b80 2024-09-21T17:33:41.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T17:33:41.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T17:33:41.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T17:33:41.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T17:33:41.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.unordered_write: 0 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.row_cache: None 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.wal_filter: None 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T17:33:41.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.two_write_queues: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.wal_compression: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.atomic_flush: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.log_readahead_size: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T17:33:41.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_background_jobs: 2 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_background_compactions: -1 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_subcompactions: 1 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_open_files: -1 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T17:33:41.853 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_background_flushes: -1 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Compression algorithms supported: 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: kZSTD supported: 0 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: kXpressCompression supported: 0 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: kBZip2Compression supported: 0 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: kLZ4Compression supported: 1 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: kZlibCompression supported: 1 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: kSnappyCompression supported: 1 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T17:33:41.854 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000010 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.merge_operator: 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_filter: None 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563946051540) 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: cache_index_and_filter_blocks: 1 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T17:33:41.855 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: pin_top_level_index_and_filter: 1 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: index_type: 0 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: data_block_index_type: 0 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: index_shortening: 1 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: checksum: 4 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: no_block_cache: 0 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache: 0x563946045610 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache_name: BinnedLRUCache 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache_options: 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: capacity : 536870912 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: num_shard_bits : 4 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: strict_capacity_limit : 0 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: high_pri_pool_ratio: 0.000 2024-09-21T17:33:41.856 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache_compressed: (nil) 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: persistent_cache: (nil) 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_size: 4096 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_size_deviation: 10 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_restart_interval: 16 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: index_block_restart_interval: 1 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: metadata_block_size: 4096 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: partition_filters: 0 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: use_delta_encoding: 1 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: filter_policy: bloomfilter 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: whole_key_filtering: 1 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: verify_compression: 0 2024-09-21T17:33:41.857 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: read_amp_bytes_per_bit: 0 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: format_version: 5 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: enable_index_compression: 1 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_align: 0 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: max_auto_readahead_size: 262144 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: prepopulate_block_cache: 0 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: initial_auto_readahead_size: 8192 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression: NoCompression 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T17:33:41.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.num_levels: 7 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T17:33:41.859 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T17:33:41.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T17:33:41.861 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T17:33:41.862 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T17:33:41.862 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T17:33:41.862 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T17:33:41.862 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T17:33:41.862 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T17:33:41.862 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T17:33:41.862 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.inplace_update_support: 0 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T17:33:41.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.bloom_locality: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.max_successive_merges: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.ttl: 2592000 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T17:33:41.864 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.enable_blob_files: false 2024-09-21T17:33:41.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.min_blob_size: 0 2024-09-21T17:33:41.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T17:33:41.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T17:33:41.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T17:33:41.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T17:33:41.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T17:33:41.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T17:33:41.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T17:33:41.866 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T17:33:41.866 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-21T17:33:41.866 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-21T17:33:41.866 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 8dcf7074-1739-4596-95d6-54231c0f15a3 2024-09-21T17:33:41.866 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726940021551997, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-21T17:33:41.866 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-21T17:33:41.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726940021552916, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 86048, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 263, "table_properties": {"data_size": 84170, "index_size": 262, "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": 10032, "raw_average_key_size": 46, "raw_value_size": 78374, "raw_average_value_size": 359, "num_data_blocks": 12, "num_entries": 218, "num_filter_entries": 218, "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": 1726940021, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8dcf7074-1739-4596-95d6-54231c0f15a3", "db_session_id": "RPHLD1ZISHGI3J96WWM6", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-21T17:33:41.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726940021553031, "job": 1, "event": "recovery_finished"} 2024-09-21T17:33:41.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-21T17:33:41.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi029/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T17:33:41.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563946074e00 2024-09-21T17:33:41.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: DB pointer 0x563946176000 2024-09-21T17:33:41.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T17:33:41.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T17:33:41.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** DB Stats ** 2024-09-21T17:33:41.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T17:33:41.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-21T17:33:41.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T17:33:41.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T17:33:41.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-21T17:33:41.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T17:33:41.869 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T17:33:41.869 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-21T17:33:41.869 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** Compaction Stats [default] ** 2024-09-21T17:33:41.869 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T17:33:41.869 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T17:33:41.869 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: L0 2/0 85.93 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T17:33:41.869 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Sum 2/0 85.93 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T17:33:41.869 INFO:journalctl@ceph.mon.smithi029.smithi029.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 143.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** Compaction Stats [default] ** 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.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 143.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T17:33:41.870 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative compaction: 0.00 GB write, 24.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval compaction: 0.00 GB write, 24.86 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Block cache BinnedLRUCache@0x563946045610#7 capacity: 512.00 MB usage: 1.23 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.47 KB,8.9407e-05%) Misc(1,0.00 KB,0%) 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: starting mon.smithi029 rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi029 fsid 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mon.smithi029@-1(???) e1 preinit fsid 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mon.smithi029@-1(???).mds e1 new map 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mon.smithi029@-1(???).mds e1 print_map 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: e1 2024-09-21T17:33:41.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: btime 2024-09-21T17:33:27:631885+0000 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: legacy client fscid: -1 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: No filesystems configured 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mon.smithi029@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mon.smithi029@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 bash[25888]: f6346fe3a028c779d7c9f159e140e587f757edbfad9bea7951252796da7cdb37 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: monmap epoch 1 2024-09-21T17:33:41.872 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: fsid 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:41.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: last_changed 2024-09-21T17:33:10.224196+0000 2024-09-21T17:33:41.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: created 2024-09-21T17:33:10.224196+0000 2024-09-21T17:33:41.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: min_mon_release 19 (squid) 2024-09-21T17:33:41.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: election_strategy: 1 2024-09-21T17:33:41.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.smithi029 2024-09-21T17:33:41.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: fsmap 2024-09-21T17:33:41.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: osdmap e1: 0 total, 0 up, 0 in 2024-09-21T17:33:41.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 ceph-mon[25926]: mgrmap e1: no daemons active 2024-09-21T17:33:41.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:41 smithi029 systemd[1]: Started Ceph mon.smithi029 for 789c7c2a-783f-11ef-baf6-efdc52797490. 2024-09-21T17:33:42.661 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-21T17:33:42.686 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-21T17:33:42.686 INFO:teuthology.orchestra.run.smithi029.stdout:Creating mgr... 2024-09-21T17:33:42.686 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-21T17:33:42.686 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-21T17:33:42.686 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-21T17:33:42.967 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mgr.smithi029.dkjlba 2024-09-21T17:33:42.967 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reset failed state of unit ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mgr.smithi029.dkjlba.service: Unit ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mgr.smithi029.dkjlba.service not loaded. 2024-09-21T17:33:43.158 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-789c7c2a-783f-11ef-baf6-efdc52797490.target.wants/ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mgr.smithi029.dkjlba.service → /etc/systemd/system/ceph-789c7c2a-783f-11ef-baf6-efdc52797490@.service. 2024-09-21T17:33:43.381 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:43 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2451058137' entity='client.admin' 2024-09-21T17:33:43.749 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T17:33:43.749 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-09-21T17:33:43.757 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T17:33:43.757 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-21T17:33:43.757 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-09-21T17:33:43.757 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to enable service . firewalld.service is not available 2024-09-21T17:33:43.766 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T17:33:43.766 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-09-21T17:33:43.774 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T17:33:43.774 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-21T17:33:43.774 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-09-21T17:33:43.774 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-21T17:33:43.774 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr to start... 2024-09-21T17:33:43.774 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr... 2024-09-21T17:33:44.638 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:44 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/599023305' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T17:33:44.981 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "789c7c2a-783f-11ef-baf6-efdc52797490", 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-21T17:33:44.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T17:33:44.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T17:33:44.984 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:44.987 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T17:33:27:631885+0000", 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-21T17:33:44.988 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T17:33:44.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:44.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T17:33:44.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:44.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T17:33:27.632656+0000", 2024-09-21T17:33:44.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T17:33:44.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:44.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T17:33:44.989 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-21T17:33:44.989 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (1/15)... 2024-09-21T17:33:47.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:47 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1580310094' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T17:33:48.186 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:48.186 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-21T17:33:48.186 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "789c7c2a-783f-11ef-baf6-efdc52797490", 2024-09-21T17:33:48.186 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T17:33:48.186 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T17:33:48.186 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T17:33:48.186 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:48.187 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T17:33:48.188 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:48.188 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T17:33:48.188 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T17:33:48.188 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T17:33:48.192 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T17:33:48.192 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T17:33:48.192 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T17:33:48.192 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:48.192 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T17:33:48.192 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T17:33:48.192 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T17:33:48.192 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T17:33:27:631885+0000", 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T17:33:48.193 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T17:33:27.632656+0000", 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T17:33:48.194 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:48.195 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T17:33:48.195 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-21T17:33:48.195 INFO:teuthology.orchestra.run.smithi029.stdout:mgr not available, waiting (2/15)... 2024-09-21T17:33:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: Activating manager daemon smithi029.dkjlba 2024-09-21T17:33:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: mgrmap e2: smithi029.dkjlba(active, starting, since 0.00336266s) 2024-09-21T17:33:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T17:33:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T17:33:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T17:33:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:33:49.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr metadata", "who": "smithi029.dkjlba", "id": "smithi029.dkjlba"} : dispatch 2024-09-21T17:33:49.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: Manager daemon smithi029.dkjlba is now available 2024-09-21T17:33:49.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.dkjlba/mirror_snapshot_schedule"} : dispatch 2024-09-21T17:33:49.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.dkjlba/trash_purge_schedule"} : dispatch 2024-09-21T17:33:49.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' 2024-09-21T17:33:49.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' 2024-09-21T17:33:49.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:48 smithi029 ceph-mon[25926]: from='mgr.14100 172.21.15.29:0/1913678454' entity='mgr.smithi029.dkjlba' 2024-09-21T17:33:51.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:50 smithi029 ceph-mon[25926]: mgrmap e3: smithi029.dkjlba(active, since 1.00724s) 2024-09-21T17:33:51.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:51.618 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsid": "789c7c2a-783f-11ef-baf6-efdc52797490", 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "health": { 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 0 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "smithi029" 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-21T17:33:51.619 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-21T17:33:51.620 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:51.624 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "btime": "2024-09-21T17:33:27:631885+0000", 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "restful" 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ], 2024-09-21T17:33:51.625 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T17:33:51.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:51.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-21T17:33:51.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-21T17:33:51.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "modified": "2024-09-21T17:33:27.632656+0000", 2024-09-21T17:33:51.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-21T17:33:51.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout }, 2024-09-21T17:33:51.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-21T17:33:51.626 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-21T17:33:51.626 INFO:teuthology.orchestra.run.smithi029.stdout:mgr is available 2024-09-21T17:33:52.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:51 smithi029 ceph-mon[25926]: mgrmap e4: smithi029.dkjlba(active, since 2s) 2024-09-21T17:33:52.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:51 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1339814544' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-21T17:33:52.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:52.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [global] 2024-09-21T17:33:52.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout fsid = 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:33:52.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-21T17:33:52.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2024-09-21T17:33:52.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-21T17:33:52.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-21T17:33:52.982 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-21T17:33:52.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-21T17:33:52.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:52.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-21T17:33:52.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-21T17:33:52.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 2024-09-21T17:33:52.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout [osd] 2024-09-21T17:33:52.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-21T17:33:52.983 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-21T17:33:52.983 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling cephadm module... 2024-09-21T17:33:53.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:52 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2303954968' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-21T17:33:54.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:53 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4159184768' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-21T17:33:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:54 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4159184768' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-21T17:33:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:54 smithi029 ceph-mon[25926]: mgrmap e5: smithi029.dkjlba(active, since 5s) 2024-09-21T17:33:55.900 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-21T17:33:55.900 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-21T17:33:55.900 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T17:33:55.900 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "smithi029.dkjlba", 2024-09-21T17:33:55.900 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T17:33:55.900 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-21T17:33:55.900 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-09-21T17:33:55.901 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 5... 2024-09-21T17:33:56.156 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:55 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/702894580' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T17:33:59.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: Active manager daemon smithi029.dkjlba restarted 2024-09-21T17:33:59.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: Activating manager daemon smithi029.dkjlba 2024-09-21T17:33:59.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: osdmap e2: 0 total, 0 up, 0 in 2024-09-21T17:33:59.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: mgrmap e6: smithi029.dkjlba(active, starting, since 0.00334957s) 2024-09-21T17:33:59.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:33:59.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr metadata", "who": "smithi029.dkjlba", "id": "smithi029.dkjlba"} : dispatch 2024-09-21T17:33:59.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T17:33:59.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T17:33:59.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T17:33:59.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:33:59 smithi029 ceph-mon[25926]: Manager daemon smithi029.dkjlba is now available 2024-09-21T17:34:00.823 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-21T17:34:00.823 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-21T17:34:00.823 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T17:34:00.823 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-21T17:34:00.823 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 5 is available 2024-09-21T17:34:00.823 INFO:teuthology.orchestra.run.smithi029.stdout:Verifying orchestrator module is enabled... 2024-09-21T17:34:01.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: mgrmap e7: smithi029.dkjlba(active, since 1.00525s) 2024-09-21T17:34:01.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:01.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:01.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: Found migration_current of "None". Setting to last migration. 2024-09-21T17:34:01.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:01.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:01.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:34:01.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:34:01.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.dkjlba/mirror_snapshot_schedule"} : dispatch 2024-09-21T17:34:01.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:01 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.dkjlba/trash_purge_schedule"} : dispatch 2024-09-21T17:34:02.790 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:02 smithi029 ceph-mon[25926]: mgrmap e8: smithi029.dkjlba(active, since 2s) 2024-09-21T17:34:02.790 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:02 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2038391309' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-21T17:34:03.078 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-21T17:34:03.078 INFO:teuthology.orchestra.run.smithi029.stdout:Setting orchestrator backend to cephadm... 2024-09-21T17:34:03.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:03 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:02] ENGINE Bus STARTING 2024-09-21T17:34:03.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:03 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2038391309' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-21T17:34:03.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:03 smithi029 ceph-mon[25926]: mgrmap e9: smithi029.dkjlba(active, since 3s) 2024-09-21T17:34:03.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:03 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:02] ENGINE Serving on https://172.21.15.29:7150 2024-09-21T17:34:03.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:03 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:02] ENGINE Error in HTTPServer.serve 2024-09-21T17:34:03.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Traceback (most recent call last): 2024-09-21T17:34:03.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T17:34:03.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._run(expiration_interval) 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s = self.context.wrap_socket( 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: return self.sslsocket_class._create( 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self.do_handshake() 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T17:34:03.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._sslobj.do_handshake() 2024-09-21T17:34:03.772 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T17:34:03.772 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:03 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:02] ENGINE Serving on http://172.21.15.29:8765 2024-09-21T17:34:03.772 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:03 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:02] ENGINE Bus STARTED 2024-09-21T17:34:03.772 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:03 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:34:04.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:04 smithi029 ceph-mon[25926]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:04.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:04 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:04.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:04 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:34:05.798 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-21T17:34:05.798 INFO:teuthology.orchestra.run.smithi029.stdout:Generating ssh key... 2024-09-21T17:34:06.059 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:05 smithi029 ceph-mon[25926]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:07.899 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:07 smithi029 ceph-mon[25926]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:07.899 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:07 smithi029 ceph-mon[25926]: Generating ssh key... 2024-09-21T17:34:07.899 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:07 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:07.899 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:07 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCPsInrfFOzSFAdeZOGdBwnW3Oy1Wb4Vam9WACwBODbqciacgMMmIXJDrWgL0pjRJaAhSB3RfRZuqCZmB+HypbGbAe/QC9cnKzkoHcbWNmpmhFTuPbBYEFvsfGfGMcDI+UJdYFAsUf6RF8UcXE1UoAAYHjPV0J8UHFkxCSW+5jXP89xtLYCIbhfb8+nkHqFhTT9XOfxzYEvZctotBAFfGgXk2Z+8iqGK6UNJAsA69gulc8fE57lYb08RCEo12Yo1w6LPi8DtESdCBA1Y2WnFp7t7+8bh4Dy9uwNjQCdC6p3BDp5OVDOGBVQmlMYGqTbsZQWgdVrQC63f0P6RlgWAwZYZm4JsmHKF1/mFKOyLk8UwPsArlmNfXj6dQ0iseBEqCKHRLQ6o6JI2fWmsksHEJKSsUPsxYw0YTkGPhIjYLFrTLMPknX2+ENEivqDURERhMlSmPgY50/S3bZ67ycgt4tOXqsg/hq9iVzrHzWuKjrfJRgS9D+cXsQfNnL0NYCNTKs= ceph-789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:34:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-21T17:34:08.501 INFO:teuthology.orchestra.run.smithi029.stdout:Adding key to root@localhost authorized_keys... 2024-09-21T17:34:08.509 INFO:teuthology.orchestra.run.smithi029.stdout:Adding host smithi029... 2024-09-21T17:34:08.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:08 smithi029 ceph-mon[25926]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:10.170 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:09 smithi029 ceph-mon[25926]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:11.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:10 smithi029 ceph-mon[25926]: Deploying cephadm binary to smithi029 2024-09-21T17:34:13.697 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Added host 'smithi029' with addr '172.21.15.29' 2024-09-21T17:34:13.697 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying mon service with default placement... 2024-09-21T17:34:14.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:13 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:14.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:13 smithi029 ceph-mon[25926]: Added host smithi029 2024-09-21T17:34:14.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:13 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:34:15.614 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-21T17:34:15.615 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying mgr service with default placement... 2024-09-21T17:34:15.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:15 smithi029 ceph-mon[25926]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:15.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:15 smithi029 ceph-mon[25926]: Saving service mon spec with placement count:5 2024-09-21T17:34:15.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:15 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:17.341 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-21T17:34:17.342 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying crash service with default placement... 2024-09-21T17:34:17.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:17 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:17.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:17 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:17.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:17 smithi029 ceph-mon[25926]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:17.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:17 smithi029 ceph-mon[25926]: Saving service mgr spec with placement count:2 2024-09-21T17:34:17.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:17 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:18.692 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-21T17:34:18.692 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying ceph-exporter service with default placement... 2024-09-21T17:34:19.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:19 smithi029 ceph-mon[25926]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:19.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:19 smithi029 ceph-mon[25926]: Saving service crash spec with placement * 2024-09-21T17:34:19.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:19 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:20.509 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:20 smithi029 ceph-mon[25926]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:34:20.509 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:20 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:20.509 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:20 smithi029 ceph-mon[25926]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:20.509 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:20 smithi029 ceph-mon[25926]: Saving service ceph-exporter spec with placement * 2024-09-21T17:34:20.509 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:20 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:20.509 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:20 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:20.511 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-21T17:34:20.511 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying prometheus service with default placement... 2024-09-21T17:34:21.854 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-21T17:34:21.854 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying grafana service with default placement... 2024-09-21T17:34:22.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:22 smithi029 ceph-mon[25926]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:22.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:22 smithi029 ceph-mon[25926]: Saving service prometheus spec with placement count:1 2024-09-21T17:34:22.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:22 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:22.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:22 smithi029 ceph-mon[25926]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:34:24.064 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-21T17:34:24.064 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying node-exporter service with default placement... 2024-09-21T17:34:24.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:24 smithi029 ceph-mon[25926]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:34:24.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:24 smithi029 ceph-mon[25926]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:24.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:24 smithi029 ceph-mon[25926]: Saving service grafana spec with placement count:1 2024-09-21T17:34:24.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:24 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:25.351 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-21T17:34:25.351 INFO:teuthology.orchestra.run.smithi029.stdout:Deploying alertmanager service with default placement... 2024-09-21T17:34:26.017 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:25 smithi029 ceph-mon[25926]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:26.017 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:25 smithi029 ceph-mon[25926]: Saving service node-exporter spec with placement * 2024-09-21T17:34:26.017 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:25 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:26.616 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-21T17:34:26.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:26 smithi029 ceph-mon[25926]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:34:26.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:26 smithi029 ceph-mon[25926]: from='mgr.14118 172.21.15.29:0/2311118999' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:27.835 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:27 smithi029 ceph-mon[25926]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:27.835 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:27 smithi029 ceph-mon[25926]: Saving service alertmanager spec with placement count:1 2024-09-21T17:34:27.835 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:27 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/94853484' entity='client.admin' 2024-09-21T17:34:29.098 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:28 smithi029 ceph-mon[25926]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:34:29.098 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:28 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/206386439' entity='client.admin' 2024-09-21T17:34:29.100 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling the dashboard module... 2024-09-21T17:34:30.176 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:29 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1158109144' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-21T17:34:31.194 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:30 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1158109144' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-21T17:34:31.194 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:30 smithi029 ceph-mon[25926]: mgrmap e10: smithi029.dkjlba(active, since 30s) 2024-09-21T17:34:31.771 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-21T17:34:31.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-21T17:34:31.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-21T17:34:31.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "active_name": "smithi029.dkjlba", 2024-09-21T17:34:31.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-21T17:34:31.772 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-21T17:34:31.772 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for the mgr to restart... 2024-09-21T17:34:31.772 INFO:teuthology.orchestra.run.smithi029.stdout:Waiting for mgr epoch 10... 2024-09-21T17:34:32.192 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:31 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1353611896' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-21T17:34:35.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: Active manager daemon smithi029.dkjlba restarted 2024-09-21T17:34:35.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: Activating manager daemon smithi029.dkjlba 2024-09-21T17:34:35.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: osdmap e3: 0 total, 0 up, 0 in 2024-09-21T17:34:35.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: mgrmap e11: smithi029.dkjlba(active, starting, since 0.00329902s) 2024-09-21T17:34:35.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:34:35.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr metadata", "who": "smithi029.dkjlba", "id": "smithi029.dkjlba"} : dispatch 2024-09-21T17:34:35.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T17:34:35.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T17:34:35.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T17:34:35.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:35 smithi029 ceph-mon[25926]: Manager daemon smithi029.dkjlba is now available 2024-09-21T17:34:36.227 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:36 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:34:36.227 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:36 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.dkjlba/mirror_snapshot_schedule"} : dispatch 2024-09-21T17:34:36.228 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:36 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.dkjlba/trash_purge_schedule"} : dispatch 2024-09-21T17:34:36.228 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:36 smithi029 ceph-mon[25926]: mgrmap e12: smithi029.dkjlba(active, since 1.00683s) 2024-09-21T17:34:36.746 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout { 2024-09-21T17:34:36.746 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-21T17:34:36.746 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-21T17:34:36.746 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout } 2024-09-21T17:34:36.746 INFO:teuthology.orchestra.run.smithi029.stdout:mgr epoch 10 is available 2024-09-21T17:34:36.747 INFO:teuthology.orchestra.run.smithi029.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-21T17:34:37.261 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:37 smithi029 ceph-mon[25926]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-21T17:34:37.261 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:37 smithi029 ceph-mon[25926]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-21T17:34:38.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:38 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:36] ENGINE Bus STARTING 2024-09-21T17:34:38.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:38 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:36] ENGINE Serving on http://172.21.15.29:8765 2024-09-21T17:34:38.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:38 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:37] ENGINE Serving on https://172.21.15.29:7150 2024-09-21T17:34:38.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:38 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:37] ENGINE Bus STARTED 2024-09-21T17:34:38.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:38 smithi029 ceph-mon[25926]: [21/Sep/2024:17:34:37] ENGINE Error in HTTPServer.serve 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Traceback (most recent call last): 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._run(expiration_interval) 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s = self.context.wrap_socket( 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: return self.sslsocket_class._create( 2024-09-21T17:34:38.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T17:34:38.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self.do_handshake() 2024-09-21T17:34:38.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T17:34:38.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._sslobj.do_handshake() 2024-09-21T17:34:38.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T17:34:38.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:38 smithi029 ceph-mon[25926]: mgrmap e13: smithi029.dkjlba(active, since 2s) 2024-09-21T17:34:38.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:38 smithi029 ceph-mon[25926]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:38.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:38 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:39.797 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:39 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:40.517 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIULQ+mwXJhICKrysge8WPjAU98H4wwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkyMTE3MzQzOVoXDTM0\nMDkyMjE3MzQzOVowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjI5MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEA0ExexzUJQzM5Ra3PqeteglI5RxZcCwxD0Oj6\nKSXpRciF3TI5sRyIuMdq1BlLhv2bNV/fjRJVFT9TQeFMnpR/97cRBKiO1f/TNaSy\nLiu3nuKyuIpk0b1eViFhAhMQ1AlGPlMrMtLJo05V3D0gREnMQFonuImY2Mu0qIa3\nnDP+XJ5GfMLmdYYMqT3kr74JbeF3+OkHSqPywyvoSLgumRu8LGeY5nWlza0QoF7a\nRjBoHO+NXXXE25EK9VKPgZ+yEm8ImFjohVvMx7XR8N19Mf/Pxd/HDaUW5AmSBwaw\n8EoQX8aomTkh8IE+8FZB3jLK6a9W5aIO1W0/ILdoXmm0jr1zHX/Rv0WqegAbCWun\nIaA7Izk9mvyC/ya+MGpDzN/AdYQ1GzwneVALf0YaVcLYR0J951pTt7+RlCoBre8o\nCJFSmRhKa/1JNRZCk9LyEdRI1WWq0svsoTIYZWWvKHTm2JCwuEMlpxT6X+Xr2kBv\nSeVbJrr000lwvDQmZYOL7/A49gfZf8b1o1/x23EwODsC9hM35nknZq7amNWRdJHl\n5n43usCrVGjLQCGDjXO0sVpigXlDNsDivy8W5SsoXvKmK0kVAdxCg3MT+znJMj9B\nTsLc3OKe0U65n7EJ058cWVG5XSMskV2oTFHu6dFlC4GYTRDBM/n8cwf8D245smfj\nULuDdX0CAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDI5ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPHTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQBg\nlApq49LghgL49L5NOm469IYdEBcrLxXlJv+03qmC663hzaR0+lkFhvQxpbIQR2iA\nb+fJgMAcffueNQi/mmTwhHtKGVjW6Ebf+v2eHrVweC6bQyccgZQlk4PVUX5LE6l4\nFmJ9g69o0TdAX1/1glpnHVRdNrlaGeSuLXDx6RPO3QCRaKtNpshgu4Uvuv3kkd/1\njGIKscjZWkUtGT1Y6edI8Smo6VSbL/7An63zNECFTMgoKEV9DtIkxDyw2sR4/j+x\nOZmy2brGMGvnQV69G0TAYwOt5kfKbZZywHo4dam74lvSzd09AWwotZbD9FW/yB3Y\npnhzSJhcSPkWxgTanrZbVWSa4edXVKl9W5vmu2KAn2pqrmRGeeWZSaHcYLjcTzEf\nKM7EyiqcXBwi9sA7nNHFKhMzl8Xl3HSHZ2Qk6UVhN7C3z2WCqU9vJqrCJ8Rph4ol\nSn+yj410moAwNf8IHqvVS0ksn1jMKH2p0FPiDMuMOiNEdPAhZ1HV/jzR+Q6Xxw5J\nCPxia/eMcDpTb3u8cG32VvRnMDT7UEO8AWw8onKnpjPmxBxBt95HScjJKB10O35u\nf8Ulc48df9jBmIC2NM8h1dr+TILJVEA2HUm+1uwHI8Dg63w3vZF/x+buJTOSwQ1j\nqoMy7lXTxMW8tULwNmWfcoh5ZSUbtKVu9ryeeHExgA==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEA0ExexzUJQzM5Ra3PqeteglI5RxZcCwxD0Oj6KSXpRciF3TI5\nsRyIuMdq1BlLhv2bNV/fjRJVFT9TQeFMnpR/97cRBKiO1f/TNaSyLiu3nuKyuIpk\n0b1eViFhAhMQ1AlGPlMrMtLJo05V3D0gREnMQFonuImY2Mu0qIa3nDP+XJ5GfMLm\ndYYMqT3kr74JbeF3+OkHSqPywyvoSLgumRu8LGeY5nWlza0QoF7aRjBoHO+NXXXE\n25EK9VKPgZ+yEm8ImFjohVvMx7XR8N19Mf/Pxd/HDaUW5AmSBwaw8EoQX8aomTkh\n8IE+8FZB3jLK6a9W5aIO1W0/ILdoXmm0jr1zHX/Rv0WqegAbCWunIaA7Izk9mvyC\n/ya+MGpDzN/AdYQ1GzwneVALf0YaVcLYR0J951pTt7+RlCoBre8oCJFSmRhKa/1J\nNRZCk9LyEdRI1WWq0svsoTIYZWWvKHTm2JCwuEMlpxT6X+Xr2kBvSeVbJrr000lw\nvDQmZYOL7/A49gfZf8b1o1/x23EwODsC9hM35nknZq7amNWRdJHl5n43usCrVGjL\nQCGDjXO0sVpigXlDNsDivy8W5SsoXvKmK0kVAdxCg3MT+znJMj9BTsLc3OKe0U65\nn7EJ058cWVG5XSMskV2oTFHu6dFlC4GYTRDBM/n8cwf8D245smfjULuDdX0CAwEA\nAQKCAgBXZ3Rtysd0N05U+rYk6urhbHc0aSF+UUszok82bP4Rli71vlmPBBYq0yL0\nlRioMEqsfupjW8nv/H6HKm7oLA/2dg7iEYi+K3cJD27lCNsoBKBR52Ce0gN/yMnY\nAQASuUGMbYG29dQ+fmRw4gVkIkNezXXVbYeBkRjhjoYFOZwGaTPSrkXeEr3FVn9b\nbzatsOqSu9WfcGQxmX8C5KZJAOZZC6+RJNTKFVDgumyE/1LwsWR0TzKnn5klj9s/\n3S7vpT/KDaSkMP0g4B6UH5ylGl6o/VmdVCTi01E/OYONkMaGKeodQWgIb3Nljgxd\nnJqgrD6eZP4seIcAx3U4CMsHCl/+ww0yx9H+U39WmF9wSSRQN/k927iCTs6yBR3v\nalak2L0PlGUw6oD8zvTtyyf2e3p+R+ke5Y7+Ld01oXQz0g5EhiQj+Awaq3bBu95S\nhFGYWSX79Ya4LB4w/RKWdfAsodYZkKcW+4rqoyLk4wSjnVVH04tgbjBmCLHdQOfT\nslTM2VkwRUanpgJDKPQeXdNBZyGODiJJSZHI88r5EsO5vwedBiHsQ5WWLpKpaI26\n83zf4/s2cc+PQwn6u75DD4w+SBbJ/UouRvNYAmTgiCMgBZtSdmmgZQO76iqImT9t\n8sZcVTUrwYJHOUim6VvB+pp+6BRsuQii1Yl4d5rscn5a7WWj0QKCAQEA6sPPCP+p\nbQnqNRwvVC5lrcY8EIagK2/pPSwxlXp2DK2rUruBYT7thiW37XmjgEECRGFoCP2O\nVLZcH+B+q01FVvG4h5cfFN9/tTNg+8Eq5uGXcoGP0teKdLFqMIwbinlZvdFn47Ti\nDrfH7rDzRSd/9m0AJzgCRnnhVCI23wv3ax8rV/DHDIZVDkSeFUHm0k065RtwiyFQ\n54iZp14FmYYT9xwGyFlrXHq4my8V++pxgmh3P6+39ozytVPV+QY1ksdWWb35rbmB\nu0FECMenKi1WCE1oQfx/oShcXwxAzKrLUIOathcqhf0yNGEm0wA8lgmlSF0Jnfrd\npM6v8akHEU1sGwKCAQEA4yO0Y39gjboBr/OcnFzvU79B1M2CQDiPwGZRvupw+Bal\nLvjb0ntTdDNaUrppfTFMSFU45kwyP4kGYZnuTdD8bqNqLUUueUZbsoDuQuA+vrL9\nzVjq/gHXTI8xXBYzFQLMC2lAZZIkFPba0b933AhCoaXDVLTVP+4SSmY3k3+Xq8Cb\nkcVAmOKiGPnCHwlXsX3t0x8302nenFa1VBajUOPiA57+omakzshWladF7/2F9VYN\nZMTykVYF6zoqCvI8Mo0Z88B+JIO0deJGo8Ri9ocDUVyhLXfk6bpXhuLcb93V5R2B\nHJT15ijmU4XkQBv6j3bCNyPARCtwaIjfaMJfmXMORwKCAQB6AVb4Oz3GsA9qmII0\nQoSPIeWXRQ+6Y0eYhf4iy+jLv/m4Xj/n1PdF7xY+MSf6gE54URLrETLF7ZvE6TuL\nNPYjMC4RMUVy6JALEG+HhqUQJg858AFZtrB64rToE/hAJ76uukQ+f4O32GTsNEPJ\nHbUP0SfyOdZc3/xtZ/aSRjrIDgPNiRE4/hr39ksdiwk1I/PGm1MKyz6rhT8tTtyk\nI5z+oC8aMfZssk58P6UyLW3eMwI+M8jsNeXwvGgIKeTvqe7DZsp6MV0tfsantXK3\npaX/XJMhL+L4UuxmbQzEEMLmze46UaHEzogn1pGBuK7D3rFqAQf9dSF5A/1GHuzQ\nXicfAoIBACJV/GfqEnt6OdUSW4NbnSYozFfR9TWmFzz7erIEmK04JyJRplFMKVJw\njN/ipB2zvRdWIrLVo+bs3NUWQurqg65p75wGUD8u/p+eU+YyJeoH/svy/BsHxjch\nklGcXX54nMXA1GZGUEQHCQ8aBZFygjgTadK9P1tZrtQmXZJjgFcLV7kSe3BhGiXy\nY4DzlZkUM0Zt+q9v2qIBjYm3nlqVCE6J025TW+iSalxXHABqb7yllIK+Lvj/awej\nFEXxVl5B7EFnwOneKwKDATCyeE9SG5NKEGdiL22RqLeQRch3XWU0L5dVgVKYrjDE\nFbwHPro/Np7FPcRQWL7EqhkZAQCeXvMCggEBALOkV7PwhHZyPlQoqNfvg52flUN7\nYFAae4UgE4hagt8yxQ5Eh6n7ZSmDy/i7m1K2eoe5qo4adhdlq58LkgaIt02paffJ\nOXeqOiIhaL4lFte8gaz1nJhSFdMSdtJ1zobISyGkcy0rIaCilTdG9ysJacnA3OOg\nXEcUPzV95npQ/8h6ILaTsYm5T62z65OTSoisYj0jDv3VDozewe97aQjHLvIq89i5\nEAnzZQT4TNfTzAfummL8kg4V5C8nqmawMrnsdoxdKmSqP/1AkDqCtWD5/cyGuL0h\nO+O3x2kOZihZ7fEdSLH0Gy0tasFIHV7UY7ZloJn/6w9eAjofT3DBec20faY=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-21T17:34:41.829 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-21T17:34:42.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:42 smithi029 ceph-mon[25926]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:42.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:42 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:43.145 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-21T17:34:43.145 INFO:teuthology.orchestra.run.smithi029.stdout:Creating initial admin user... 2024-09-21T17:34:43.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:43 smithi029 ceph-mon[25926]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:43.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:43 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:44.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:44 smithi029 ceph-mon[25926]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:44.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:44 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:44.833 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$lGvzbnkHq2euvW3YUsNvn.XFPPSCD/TEtw9jvRDS2V8gBxmBkTe4q", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726940084, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-21T17:34:44.834 INFO:teuthology.orchestra.run.smithi029.stdout:Fetching dashboard port number... 2024-09-21T17:34:45.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:45 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3912981022' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-21T17:34:46.216 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stdout 8443 2024-09-21T17:34:46.226 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-21T17:34:46.226 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout disabled 2024-09-21T17:34:46.233 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-21T17:34:46.233 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stdout inactive 2024-09-21T17:34:46.233 INFO:teuthology.orchestra.run.smithi029.stdout:firewalld.service is not enabled 2024-09-21T17:34:46.233 INFO:teuthology.orchestra.run.smithi029.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-21T17:34:46.235 INFO:teuthology.orchestra.run.smithi029.stdout:Ceph Dashboard is now available at: 2024-09-21T17:34:46.235 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:46.235 INFO:teuthology.orchestra.run.smithi029.stdout: URL: https://smithi029.front.sepia.ceph.com:8443/ 2024-09-21T17:34:46.235 INFO:teuthology.orchestra.run.smithi029.stdout: User: admin 2024-09-21T17:34:46.235 INFO:teuthology.orchestra.run.smithi029.stdout: Password: 38rsmyxmq9 2024-09-21T17:34:46.235 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:46.236 INFO:teuthology.orchestra.run.smithi029.stdout:Saving cluster configuration to /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config directory 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout:Or, if you are only running a single cluster on this host: 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:47.514 INFO:teuthology.orchestra.run.smithi029.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-21T17:34:47.515 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:47.515 INFO:teuthology.orchestra.run.smithi029.stdout: ceph telemetry on 2024-09-21T17:34:47.515 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:47.515 INFO:teuthology.orchestra.run.smithi029.stdout:For more information see: 2024-09-21T17:34:47.515 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:47.515 INFO:teuthology.orchestra.run.smithi029.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-21T17:34:47.515 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:47.515 INFO:teuthology.orchestra.run.smithi029.stdout:Bootstrap complete. 2024-09-21T17:34:47.557 INFO:tasks.cephadm:Fetching config... 2024-09-21T17:34:47.558 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:34:47.558 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-21T17:34:47.575 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-21T17:34:47.575 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:34:47.575 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-21T17:34:47.631 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-21T17:34:47.632 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:34:47.632 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/keyring of=/dev/stdout 2024-09-21T17:34:47.699 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-21T17:34:47.699 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:34:47.699 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-21T17:34:47.756 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-21T17:34:47.756 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCPsInrfFOzSFAdeZOGdBwnW3Oy1Wb4Vam9WACwBODbqciacgMMmIXJDrWgL0pjRJaAhSB3RfRZuqCZmB+HypbGbAe/QC9cnKzkoHcbWNmpmhFTuPbBYEFvsfGfGMcDI+UJdYFAsUf6RF8UcXE1UoAAYHjPV0J8UHFkxCSW+5jXP89xtLYCIbhfb8+nkHqFhTT9XOfxzYEvZctotBAFfGgXk2Z+8iqGK6UNJAsA69gulc8fE57lYb08RCEo12Yo1w6LPi8DtESdCBA1Y2WnFp7t7+8bh4Dy9uwNjQCdC6p3BDp5OVDOGBVQmlMYGqTbsZQWgdVrQC63f0P6RlgWAwZYZm4JsmHKF1/mFKOyLk8UwPsArlmNfXj6dQ0iseBEqCKHRLQ6o6JI2fWmsksHEJKSsUPsxYw0YTkGPhIjYLFrTLMPknX2+ENEivqDURERhMlSmPgY50/S3bZ67ycgt4tOXqsg/hq9iVzrHzWuKjrfJRgS9D+cXsQfNnL0NYCNTKs= ceph-789c7c2a-783f-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T17:34:47.836 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCPsInrfFOzSFAdeZOGdBwnW3Oy1Wb4Vam9WACwBODbqciacgMMmIXJDrWgL0pjRJaAhSB3RfRZuqCZmB+HypbGbAe/QC9cnKzkoHcbWNmpmhFTuPbBYEFvsfGfGMcDI+UJdYFAsUf6RF8UcXE1UoAAYHjPV0J8UHFkxCSW+5jXP89xtLYCIbhfb8+nkHqFhTT9XOfxzYEvZctotBAFfGgXk2Z+8iqGK6UNJAsA69gulc8fE57lYb08RCEo12Yo1w6LPi8DtESdCBA1Y2WnFp7t7+8bh4Dy9uwNjQCdC6p3BDp5OVDOGBVQmlMYGqTbsZQWgdVrQC63f0P6RlgWAwZYZm4JsmHKF1/mFKOyLk8UwPsArlmNfXj6dQ0iseBEqCKHRLQ6o6JI2fWmsksHEJKSsUPsxYw0YTkGPhIjYLFrTLMPknX2+ENEivqDURERhMlSmPgY50/S3bZ67ycgt4tOXqsg/hq9iVzrHzWuKjrfJRgS9D+cXsQfNnL0NYCNTKs= ceph-789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:34:47.849 DEBUG:teuthology.orchestra.run.smithi040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCPsInrfFOzSFAdeZOGdBwnW3Oy1Wb4Vam9WACwBODbqciacgMMmIXJDrWgL0pjRJaAhSB3RfRZuqCZmB+HypbGbAe/QC9cnKzkoHcbWNmpmhFTuPbBYEFvsfGfGMcDI+UJdYFAsUf6RF8UcXE1UoAAYHjPV0J8UHFkxCSW+5jXP89xtLYCIbhfb8+nkHqFhTT9XOfxzYEvZctotBAFfGgXk2Z+8iqGK6UNJAsA69gulc8fE57lYb08RCEo12Yo1w6LPi8DtESdCBA1Y2WnFp7t7+8bh4Dy9uwNjQCdC6p3BDp5OVDOGBVQmlMYGqTbsZQWgdVrQC63f0P6RlgWAwZYZm4JsmHKF1/mFKOyLk8UwPsArlmNfXj6dQ0iseBEqCKHRLQ6o6JI2fWmsksHEJKSsUPsxYw0YTkGPhIjYLFrTLMPknX2+ENEivqDURERhMlSmPgY50/S3bZ67ycgt4tOXqsg/hq9iVzrHzWuKjrfJRgS9D+cXsQfNnL0NYCNTKs= ceph-789c7c2a-783f-11ef-baf6-efdc52797490' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-21T17:34:47.900 INFO:teuthology.orchestra.run.smithi040.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCPsInrfFOzSFAdeZOGdBwnW3Oy1Wb4Vam9WACwBODbqciacgMMmIXJDrWgL0pjRJaAhSB3RfRZuqCZmB+HypbGbAe/QC9cnKzkoHcbWNmpmhFTuPbBYEFvsfGfGMcDI+UJdYFAsUf6RF8UcXE1UoAAYHjPV0J8UHFkxCSW+5jXP89xtLYCIbhfb8+nkHqFhTT9XOfxzYEvZctotBAFfGgXk2Z+8iqGK6UNJAsA69gulc8fE57lYb08RCEo12Yo1w6LPi8DtESdCBA1Y2WnFp7t7+8bh4Dy9uwNjQCdC6p3BDp5OVDOGBVQmlMYGqTbsZQWgdVrQC63f0P6RlgWAwZYZm4JsmHKF1/mFKOyLk8UwPsArlmNfXj6dQ0iseBEqCKHRLQ6o6JI2fWmsksHEJKSsUPsxYw0YTkGPhIjYLFrTLMPknX2+ENEivqDURERhMlSmPgY50/S3bZ67ycgt4tOXqsg/hq9iVzrHzWuKjrfJRgS9D+cXsQfNnL0NYCNTKs= ceph-789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:34:47.913 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-21T17:34:48.078 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:47 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2755439128' entity='client.admin' 2024-09-21T17:34:48.165 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:34:49.087 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:48 smithi029 ceph-mon[25926]: mgrmap e14: smithi029.dkjlba(active, since 12s) 2024-09-21T17:34:49.087 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:48 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3040240441' entity='client.admin' 2024-09-21T17:34:49.898 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-21T17:34:49.899 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-21T17:34:50.269 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:34:51.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:51 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:51.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:51 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:51.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:51 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"} : dispatch 2024-09-21T17:34:51.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:51 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:51.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:51 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T17:34:51.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:51 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T17:34:51.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:51 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:34:51.367 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:51 smithi029 ceph-mon[25926]: Deploying daemon ceph-exporter.smithi029 on smithi029 2024-09-21T17:34:52.030 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi040 2024-09-21T17:34:52.031 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:34:52.031 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/etc/ceph/ceph.conf 2024-09-21T17:34:52.051 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:34:52.051 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T17:34:52.111 INFO:tasks.cephadm:Adding host smithi040 to orchestrator... 2024-09-21T17:34:52.111 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch host add smithi040 2024-09-21T17:34:52.609 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:52 smithi029 ceph-mon[25926]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:52.610 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:52 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:52.705 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:34:55.155 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:54 smithi029 ceph-mon[25926]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:34:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: Deploying cephadm binary to smithi040 2024-09-21T17:34:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:34:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:56.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:56.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T17:34:56.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T17:34:56.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:34:56.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: Deploying daemon crash.smithi029 on smithi029 2024-09-21T17:34:56.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:56 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:57.921 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi040' with addr '172.21.15.40' 2024-09-21T17:34:58.533 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch host ls --format=json 2024-09-21T17:34:58.807 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:34:59.118 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:58 smithi029 ceph-mon[25926]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:34:59.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:58 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:59.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:58 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:59.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:58 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:59.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:58 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:59.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:58 smithi029 ceph-mon[25926]: Deploying daemon node-exporter.smithi029 on smithi029 2024-09-21T17:34:59.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:58 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:34:59.525 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:34:59.525 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}] 2024-09-21T17:35:00.194 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:34:59 smithi029 ceph-mon[25926]: Added host smithi040 2024-09-21T17:35:00.304 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-21T17:35:00.304 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd crush tunables default 2024-09-21T17:35:00.571 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:35:00.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:00 smithi029 ceph-mon[25926]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:00.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:00 smithi029 ceph-mon[25926]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:35:00.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:00 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:01.836 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2024-09-21T17:35:02.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:01 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1405961434' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-21T17:35:02.807 INFO:tasks.cephadm:Adding mon.smithi029 on smithi029 2024-09-21T17:35:02.807 INFO:tasks.cephadm:Adding mon.smithi040 on smithi040 2024-09-21T17:35:02.808 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch apply mon '2;smithi029:172.21.15.29=smithi029;smithi040:172.21.15.40=smithi040' 2024-09-21T17:35:03.049 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:02 smithi029 ceph-mon[25926]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:03.050 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:02 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1405961434' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-21T17:35:03.050 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:02 smithi029 ceph-mon[25926]: osdmap e4: 0 total, 0 up, 0 in 2024-09-21T17:35:03.067 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:03.111 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:03.725 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled mon update... 2024-09-21T17:35:04.319 DEBUG:teuthology.orchestra.run.smithi040:mon.smithi040> sudo journalctl -f -n 0 -u ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi040.service 2024-09-21T17:35:04.322 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:04.322 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:04.609 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:04.664 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:04.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:04 smithi029 ceph-mon[25926]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:04.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:04 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:04.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:04 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:04.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:04 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:04.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:04 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:04.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:04 smithi029 ceph-mon[25926]: Deploying daemon alertmanager.smithi029 on smithi029 2024-09-21T17:35:04.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:04 smithi029 ceph-mon[25926]: from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi029:172.21.15.29=smithi029;smithi040:172.21.15.40=smithi040", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:35:04.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:04 smithi029 ceph-mon[25926]: Saving service mon spec with placement smithi029:172.21.15.29=smithi029;smithi040:172.21.15.40=smithi040;count:2 2024-09-21T17:35:04.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:04 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:05.400 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:05.400 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:05.400 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:06.608 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:06 smithi029 ceph-mon[25926]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:06.609 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:06 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/4284999039' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:06.609 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:06 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:06.937 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:06.937 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:07.190 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:07.234 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:07.906 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:07.907 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:07.907 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:08.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:08 smithi029 ceph-mon[25926]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:08.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:08 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/1711485877' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:09.507 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:09.507 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:09.761 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:09.805 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:10.496 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:10.496 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:10.496 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:10.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:10 smithi029 ceph-mon[25926]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:11.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:11 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/3846190572' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:12.085 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:12.085 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:12.338 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:12.382 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:12.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:12 smithi029 ceph-mon[25926]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:13.070 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:13.070 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:13.070 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:13.635 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:13 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/4073523400' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:14.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:14.650 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:14.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:14 smithi029 ceph-mon[25926]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:14.902 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:14.946 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:15.585 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:15.585 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:15.586 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:16 smithi029 ceph-mon[25926]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:16 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/1308009134' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:16 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:16 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:17.135 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:17.135 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:17.387 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:17.431 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:17.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:17 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:17.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:17 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:17.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:17 smithi029 ceph-mon[25926]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-21T17:35:17.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:17 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:17.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:17 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:17.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:17 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-21T17:35:17.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:17 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:17.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:17 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:17.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:17 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:18.114 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:18.115 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:18.115 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:18.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:18 smithi029 ceph-mon[25926]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:18.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:18 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-21T17:35:18.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:18 smithi029 ceph-mon[25926]: Deploying daemon grafana.smithi029 on smithi029 2024-09-21T17:35:18.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:18 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/3722883136' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:19.730 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:19.731 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:20.004 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:20.049 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:20.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:20 smithi029 ceph-mon[25926]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:20.713 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:20.713 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:20.714 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:21.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:21 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:21.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:21 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/338427140' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:22.277 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:22.277 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:22.532 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:22.577 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:22.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:22 smithi029 ceph-mon[25926]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:23.261 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:23.261 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:23.261 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:23.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:23 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/582076130' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:24.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:24.851 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:24.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:24 smithi029 ceph-mon[25926]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:25.107 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:25.151 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:25.825 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:25.825 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:25.825 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:26.807 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:26 smithi029 ceph-mon[25926]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:26.807 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:26 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/795699719' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:27.414 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:27.414 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:27.678 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:27.723 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:28.398 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:28.398 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:28.398 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:28.880 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:28 smithi029 ceph-mon[25926]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:28.880 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:28 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/214303493' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:29.952 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:29.953 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:30.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:30.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:30.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:30.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:30.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:30.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:30.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:30.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:30.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:30.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:30 smithi029 ceph-mon[25926]: Deploying daemon prometheus.smithi029 on smithi029 2024-09-21T17:35:30.206 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:30.252 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:30.911 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:30.911 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:30.912 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:31.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:31 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:31.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:31 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/1447383725' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:32.510 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:32.510 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:32.762 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:32.806 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:32.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:32 smithi029 ceph-mon[25926]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:33.469 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:33.469 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:33.469 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:33.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:33 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/457105597' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:34.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:34 smithi029 ceph-mon[25926]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:35.065 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:35.065 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:35.318 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:35.363 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:36.047 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:36.047 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:36.047 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:36.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:36 smithi029 ceph-mon[25926]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:36.852 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:36 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/3033414770' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:37.638 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:37.639 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:37.892 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:37.936 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:38.625 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:38.625 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:38.625 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:38.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:38 smithi029 ceph-mon[25926]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:39.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:39 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/1885284122' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:39.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:39 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:39.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:39 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:39.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:39 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:39.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:39 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-21T17:35:40.220 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:40.220 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:40.469 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:40.513 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:40.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:40 smithi029 ceph-mon[25926]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:35:40.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:40 smithi029 ceph-mon[25926]: from='mgr.14164 172.21.15.29:0/232532945' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-21T17:35:40.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:40 smithi029 ceph-mon[25926]: mgrmap e15: smithi029.dkjlba(active, since 64s) 2024-09-21T17:35:41.143 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:41.143 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:41.143 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:41.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:41 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/2464865811' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:42.777 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:42.777 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:43.032 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:43.077 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:43.762 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:43.762 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:43.762 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:44.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:43 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/2709412952' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:45.382 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:45.383 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:45.636 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:45.680 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:45.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: Active manager daemon smithi029.dkjlba restarted 2024-09-21T17:35:45.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: Activating manager daemon smithi029.dkjlba 2024-09-21T17:35:45.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: osdmap e5: 0 total, 0 up, 0 in 2024-09-21T17:35:45.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: mgrmap e16: smithi029.dkjlba(active, starting, since 0.00306529s) 2024-09-21T17:35:45.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:35:45.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr metadata", "who": "smithi029.dkjlba", "id": "smithi029.dkjlba"} : dispatch 2024-09-21T17:35:45.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mds metadata"} : dispatch 2024-09-21T17:35:45.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata"} : dispatch 2024-09-21T17:35:45.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata"} : dispatch 2024-09-21T17:35:45.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:45 smithi029 ceph-mon[25926]: Manager daemon smithi029.dkjlba is now available 2024-09-21T17:35:46.399 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:46.399 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:46.399 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:46.665 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:35:46.665 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:46.665 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:35:46.665 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T17:35:46.665 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.dkjlba/mirror_snapshot_schedule"} : dispatch 2024-09-21T17:35:46.665 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.dkjlba/trash_purge_schedule"} : dispatch 2024-09-21T17:35:46.665 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:46.666 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:46 smithi029 ceph-mon[25926]: mgrmap e17: smithi029.dkjlba(active, since 1.00749s) 2024-09-21T17:35:47.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:47 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/2214554582' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:47.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:47 smithi029 ceph-mon[25926]: [21/Sep/2024:17:35:47] ENGINE Bus STARTING 2024-09-21T17:35:47.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:47.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:47 smithi029 ceph-mon[25926]: [21/Sep/2024:17:35:47] ENGINE Serving on https://172.21.15.29:7150 2024-09-21T17:35:48.035 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:48.035 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:48.938 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:48.993 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-21T17:35:49.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:48 smithi029 ceph-mon[25926]: [21/Sep/2024:17:35:47] ENGINE Error in HTTPServer.serve 2024-09-21T17:35:49.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Traceback (most recent call last): 2024-09-21T17:35:49.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-21T17:35:49.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._connections.run(self.expiration_interval) 2024-09-21T17:35:49.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-21T17:35:49.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._run(expiration_interval) 2024-09-21T17:35:49.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-21T17:35:49.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-21T17:35:49.372 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: s = self.context.wrap_socket( 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: return self.sslsocket_class._create( 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self.do_handshake() 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: self._sslobj.do_handshake() 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:48 smithi029 ceph-mon[25926]: [21/Sep/2024:17:35:47] ENGINE Serving on http://172.21.15.29:8765 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:48 smithi029 ceph-mon[25926]: [21/Sep/2024:17:35:47] ENGINE Bus STARTED 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:49.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:48 smithi029 ceph-mon[25926]: mgrmap e18: smithi029.dkjlba(active, since 2s) 2024-09-21T17:35:50.058 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:50.058 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:50.059 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:50.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:50 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/64583941' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:51.692 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:51.692 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:51.939 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:35:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"} : dispatch 2024-09-21T17:35:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:51.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:51.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"} : dispatch 2024-09-21T17:35:51.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:35:51.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:35:52.661 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:52.662 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:52.662 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: Updating smithi029:/etc/ceph/ceph.conf 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: Updating smithi040:/etc/ceph/ceph.conf 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: Updating smithi029:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: Updating smithi040:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: Updating smithi029:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: Updating smithi040:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.client.admin.keyring 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T17:35:53.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-21T17:35:53.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:35:53.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: Deploying daemon ceph-exporter.smithi040 on smithi040 2024-09-21T17:35:53.448 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:52 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/2931279225' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:54.746 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:54.747 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:55.117 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:35:55.913 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:55.913 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:55.913 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:56.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:55 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/552405318' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:35:57.688 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:35:57.688 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:35:57.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:57.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:57.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:57.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:35:57.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T17:35:57.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-21T17:35:57.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:35:57.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:57 smithi029 ceph-mon[25926]: Deploying daemon crash.smithi040 on smithi040 2024-09-21T17:35:57.975 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:35:58.736 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:35:58.736 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:35:58.736 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:35:59.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:35:58 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/2236473586' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:36:00.427 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:36:00.427 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:36:00.703 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:36:00.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:00 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:00.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:00 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:00.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:00 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:00.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:00 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:00.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:00 smithi029 ceph-mon[25926]: Deploying daemon node-exporter.smithi040 on smithi040 2024-09-21T17:36:01.479 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:36:01.479 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:36:01.479 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:36:02.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:02.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:36:02.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:01 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/1896628479' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:36:03.792 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:36:03.792 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:36:04.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:04.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:04.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:04.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:04.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi040.dtzhdr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T17:36:04.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dtzhdr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T17:36:04.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T17:36:04.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:04.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:04 smithi029 ceph-mon[25926]: Deploying daemon mgr.smithi040.dtzhdr on smithi040 2024-09-21T17:36:04.912 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:36:05.788 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:36:05.788 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:36:05.788 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:36:07.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:06 smithi029 ceph-mon[25926]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:07.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:07.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:06 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/2580153290' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:36:07.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:07.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:07.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:07.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:07.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T17:36:07.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:07.651 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:36:07.652 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:36:08.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:07 smithi029 ceph-mon[25926]: Deploying daemon mon.smithi040 on smithi040 2024-09-21T17:36:08.394 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:36:09.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:08 smithi029 ceph-mon[25926]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:09.598 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:36:09.599 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:33:10.224196Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-21T17:36:09.599 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-09-21T17:36:09.599 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:09 smithi040 systemd[1]: Starting Ceph mon.smithi040 for 789c7c2a-783f-11ef-baf6-efdc52797490... 2024-09-21T17:36:10.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:09 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/4249844326' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:36:10.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 podman[34550]: 2024-09-21 17:36:10.312679437 +0000 UTC m=+0.016918120 image pull 3fa9090ef91d4e87f14d21d1361976a766f2908d39879e744bc3fd80d5762a25 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5 2024-09-21T17:36:10.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 podman[34550]: 2024-09-21 17:36:10.438683464 +0000 UTC m=+0.142922127 container create b4ee41bb535848119d3f5ecb15f8327df4e25bedaba2c9e8d8af63c33637056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi040, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-21T17:36:11.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 podman[34550]: 2024-09-21 17:36:10.649424998 +0000 UTC m=+0.353663662 container init b4ee41bb535848119d3f5ecb15f8327df4e25bedaba2c9e8d8af63c33637056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi040, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 podman[34550]: 2024-09-21 17:36:10.654598582 +0000 UTC m=+0.358837252 container start b4ee41bb535848119d3f5ecb15f8327df4e25bedaba2c9e8d8af63c33637056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi040, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43) 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: set uid:gid to 167:167 (ceph:ceph) 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: ceph version 19.3.0-5129-g0ecbb435 (0ecbb435437226bc091a0c2d4549ba25bf724efe) squid (dev), process ceph-mon, pid 7 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: pidfile_write: ignore empty --pid-file 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: load: jerasure load: lrc 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: RocksDB version: 7.9.2 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Git sha 0 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Compile date 2024-09-21 14:38:11 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: DB SUMMARY 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: DB Session ID: 7EJWMADVN0HPDPC0UD1Z 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: CURRENT file: CURRENT 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: IDENTITY file: IDENTITY 2024-09-21T17:36:11.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi040/store.db dir, Total Num: 0, files: 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi040/store.db: 000004.log size: 511 ; 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.error_if_exists: 0 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.create_if_missing: 0 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.paranoid_checks: 1 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.env: 0x558a55408120 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.fs: PosixFileSystem 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.info_log: 0x558a57b8d8e0 2024-09-21T17:36:11.030 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_file_opening_threads: 16 2024-09-21T17:36:11.031 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.statistics: (nil) 2024-09-21T17:36:11.031 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.use_fsync: 0 2024-09-21T17:36:11.031 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_log_file_size: 0 2024-09-21T17:36:11.031 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-21T17:36:11.031 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.keep_log_file_num: 1000 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.recycle_log_file_num: 0 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.allow_fallocate: 1 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.allow_mmap_reads: 0 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.allow_mmap_writes: 0 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.use_direct_reads: 0 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.create_missing_column_families: 0 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.db_log_dir: 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.wal_dir: 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-21T17:36:11.032 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.advise_random_on_open: 1 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.db_write_buffer_size: 0 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.write_buffer_manager: 0x558a57b91b80 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.rate_limiter: (nil) 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.wal_recovery_mode: 2 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.enable_thread_tracking: 0 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.enable_pipelined_write: 0 2024-09-21T17:36:11.033 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.unordered_write: 0 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.row_cache: None 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.wal_filter: None 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.allow_ingest_behind: 0 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.two_write_queues: 0 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.manual_wal_flush: 0 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.wal_compression: 0 2024-09-21T17:36:11.034 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.atomic_flush: 0 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.log_readahead_size: 0 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.best_efforts_recovery: 0 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.allow_data_in_errors: 0 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.db_host_id: __hostname__ 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_background_jobs: 2 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_background_compactions: -1 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_subcompactions: 1 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-21T17:36:11.035 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_total_wal_size: 0 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_open_files: -1 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bytes_per_sync: 0 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_readahead_size: 0 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_background_flushes: -1 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Compression algorithms supported: 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: kZSTD supported: 0 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: kXpressCompression supported: 0 2024-09-21T17:36:11.036 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: kBZip2Compression supported: 0 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: kLZ4Compression supported: 1 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: kZlibCompression supported: 1 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: kLZ4HCCompression supported: 1 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: kSnappyCompression supported: 1 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi040/store.db/MANIFEST-000005 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.merge_operator: 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_filter: None 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_filter_factory: None 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.sst_partitioner_factory: None 2024-09-21T17:36:11.037 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558a57b8d540) 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: cache_index_and_filter_blocks: 1 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: pin_top_level_index_and_filter: 1 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: index_type: 0 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: data_block_index_type: 0 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: index_shortening: 1 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: checksum: 4 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: no_block_cache: 0 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_cache: 0x558a57b81610 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_cache_name: BinnedLRUCache 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_cache_options: 2024-09-21T17:36:11.038 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: capacity : 536870912 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: num_shard_bits : 4 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: strict_capacity_limit : 0 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: high_pri_pool_ratio: 0.000 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_cache_compressed: (nil) 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: persistent_cache: (nil) 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_size: 4096 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_size_deviation: 10 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_restart_interval: 16 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: index_block_restart_interval: 1 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: metadata_block_size: 4096 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: partition_filters: 0 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: use_delta_encoding: 1 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: filter_policy: bloomfilter 2024-09-21T17:36:11.039 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: whole_key_filtering: 1 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: verify_compression: 0 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: read_amp_bytes_per_bit: 0 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: format_version: 5 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: enable_index_compression: 1 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: block_align: 0 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: max_auto_readahead_size: 262144 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: prepopulate_block_cache: 0 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: initial_auto_readahead_size: 8192 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: num_file_reads_for_auto_readahead: 2 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.write_buffer_size: 33554432 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_write_buffer_number: 2 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression: NoCompression 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression: Disabled 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.prefix_extractor: nullptr 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-21T17:36:11.040 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.num_levels: 7 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression_opts.level: 32767 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression_opts.strategy: 0 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-21T17:36:11.041 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression_opts.enabled: false 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.target_file_size_base: 67108864 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-21T17:36:11.042 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-21T17:36:11.043 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-21T17:36:11.043 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-21T17:36:11.043 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-21T17:36:11.043 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-21T17:36:11.043 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-21T17:36:11.043 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.arena_block_size: 1048576 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.disable_auto_compactions: 0 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-21T17:36:11.044 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.inplace_update_support: 0 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.bloom_locality: 0 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.max_successive_merges: 0 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-21T17:36:11.045 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.paranoid_file_checks: 0 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.force_consistency_checks: 1 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.report_bg_io_stats: 0 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.ttl: 2592000 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.enable_blob_files: false 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.min_blob_size: 0 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.blob_file_size: 268435456 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-21T17:36:11.046 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.blob_file_starting_level: 0 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi040/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-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a7079328-65dc-40a3-ac03-b9605d5e5f9d 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726940170681998, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726940170682422, "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": 1726940170, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a7079328-65dc-40a3-ac03-b9605d5e5f9d", "db_session_id": "7EJWMADVN0HPDPC0UD1Z", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726940170682523, "job": 1, "event": "recovery_finished"} 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi040/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558a57bb0e00 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: DB pointer 0x558a57cb2000 2024-09-21T17:36:11.047 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** DB Stats ** 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** Compaction Stats [default] ** 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.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-09-21T17:36:11.048 INFO:journalctl@ceph.mon.smithi040.smithi040.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-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.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-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** Compaction Stats [default] ** 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.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-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-21T17:36:11.049 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Cumulative compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Interval compaction: 0.00 GB write, 0.58 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: Block cache BinnedLRUCache@0x558a57b81610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.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-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040 does not exist in monmap, will attempt to join an existing cluster 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: using public_addr v2:172.21.15.40:0/0 -> [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: starting mon.smithi040 rank -1 at public addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] at bind addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi040 fsid 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(???) e0 preinit fsid 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).mds e1 new map 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).mds e1 print_map 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: e1 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: btime 2024-09-21T17:33:27:631885+0000 2024-09-21T17:36:11.050 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: legacy client fscid: -1 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout: No filesystems configured 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T17:36:11.051 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi040.dtzhdr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dtzhdr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: Deploying daemon mgr.smithi040.dtzhdr on smithi040 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/2580153290' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:11.052 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:11.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T17:36:11.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:11.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: Deploying daemon mon.smithi040 on smithi040 2024-09-21T17:36:11.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:11.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/4249844326' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:36:11.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 ceph-mon[34588]: mon.smithi040@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-09-21T17:36:11.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 bash[34550]: b4ee41bb535848119d3f5ecb15f8327df4e25bedaba2c9e8d8af63c33637056f 2024-09-21T17:36:11.053 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:10 smithi040 systemd[1]: Started Ceph mon.smithi040 for 789c7c2a-783f-11ef-baf6-efdc52797490. 2024-09-21T17:36:11.262 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-21T17:36:11.262 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mon dump -f json 2024-09-21T17:36:11.523 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi040/config 2024-09-21T17:36:16.188 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: mon.smithi029 calling monitor election 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.? 172.21.15.40:0/197004853' entity='mgr.smithi040.dtzhdr' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dtzhdr/crt"} : dispatch 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: mon.smithi040 calling monitor election 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: mon.smithi029 is new leader, mons smithi029,smithi040 in quorum (ranks 0,1) 2024-09-21T17:36:16.190 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: monmap epoch 2 2024-09-21T17:36:16.190 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: fsid 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:36:16.190 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: last_changed 2024-09-21T17:36:10.715611+0000 2024-09-21T17:36:16.190 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: created 2024-09-21T17:33:10.224196+0000 2024-09-21T17:36:16.190 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: min_mon_release 19 (squid) 2024-09-21T17:36:16.190 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: election_strategy: 1 2024-09-21T17:36:16.190 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.smithi029 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: 1: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.smithi040 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: fsmap 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: osdmap e5: 0 total, 0 up, 0 in 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: mgrmap e18: smithi029.dkjlba(active, since 30s) 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: overall HEALTH_OK 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: Standby manager daemon smithi040.dtzhdr started 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.? 172.21.15.40:0/197004853' entity='mgr.smithi040.dtzhdr' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.? 172.21.15.40:0/197004853' entity='mgr.smithi040.dtzhdr' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dtzhdr/key"} : dispatch 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.? 172.21.15.40:0/197004853' entity='mgr.smithi040.dtzhdr' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:36:16.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: mon.smithi029 calling monitor election 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.? 172.21.15.40:0/197004853' entity='mgr.smithi040.dtzhdr' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dtzhdr/crt"} : dispatch 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: mon.smithi040 calling monitor election 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: mon.smithi029 is new leader, mons smithi029,smithi040 in quorum (ranks 0,1) 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: monmap epoch 2 2024-09-21T17:36:16.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: fsid 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: last_changed 2024-09-21T17:36:10.715611+0000 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: created 2024-09-21T17:33:10.224196+0000 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: min_mon_release 19 (squid) 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: election_strategy: 1 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: 0: [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon.smithi029 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: 1: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.smithi040 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: fsmap 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: osdmap e5: 0 total, 0 up, 0 in 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: mgrmap e18: smithi029.dkjlba(active, since 30s) 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: overall HEALTH_OK 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: Standby manager daemon smithi040.dtzhdr started 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.? 172.21.15.40:0/197004853' entity='mgr.smithi040.dtzhdr' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-21T17:36:16.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.? 172.21.15.40:0/197004853' entity='mgr.smithi040.dtzhdr' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dtzhdr/key"} : dispatch 2024-09-21T17:36:16.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.? 172.21.15.40:0/197004853' entity='mgr.smithi040.dtzhdr' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-21T17:36:16.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:16.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:36:16.648 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-09-21T17:36:16.648 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":2,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","modified":"2024-09-21T17:36:10.715611Z","created":"2024-09-21T17:33:10.224196Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-21T17:36:16.649 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 2 2024-09-21T17:36:17.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:16 smithi029 ceph-mon[25926]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:17.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:16 smithi029 ceph-mon[25926]: mgrmap e19: smithi029.dkjlba(active, since 30s), standbys: smithi040.dtzhdr 2024-09-21T17:36:17.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr metadata", "who": "smithi040.dtzhdr", "id": "smithi040.dtzhdr"} : dispatch 2024-09-21T17:36:17.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:36:17.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:16 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/3137859815' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:36:17.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:17.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:16 smithi040 ceph-mon[34588]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:17.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:16 smithi040 ceph-mon[34588]: mgrmap e19: smithi029.dkjlba(active, since 30s), standbys: smithi040.dtzhdr 2024-09-21T17:36:17.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr metadata", "who": "smithi040.dtzhdr", "id": "smithi040.dtzhdr"} : dispatch 2024-09-21T17:36:17.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:36:17.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:16 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/3137859815' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-21T17:36:17.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:36:17.497 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-21T17:36:17.498 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph config generate-minimal-conf 2024-09-21T17:36:17.769 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:18.421 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:36:18.421 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2024-09-21T17:36:18.421 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:36:18.421 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] 2024-09-21T17:36:19.063 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2537394145' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T17:36:19.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:19.091 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-21T17:36:19.091 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:36:19.091 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T17:36:19.121 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:36:19.121 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T17:36:19.187 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:36:19.187 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.conf 2024-09-21T17:36:19.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2537394145' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T17:36:19.211 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:19.215 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:36:19.215 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-21T17:36:19.280 DEBUG:tasks.cephadm:set 0 configs 2024-09-21T17:36:19.280 INFO:tasks.cephadm:Deploying OSDs... 2024-09-21T17:36:19.280 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:36:19.280 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T17:36:19.296 DEBUG:teuthology.misc:devs=['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-21T17:36:19.296 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme4n1 2024-09-21T17:36:19.354 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme4n1 2024-09-21T17:36:19.354 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T17:36:19.354 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 1040 Links: 1 Device type: 103,8 2024-09-21T17:36:19.354 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T17:36:19.354 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T17:36:19.354 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-21 17:34:51.336763595 +0000 2024-09-21T17:36:19.354 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-21 17:32:25.443934766 +0000 2024-09-21T17:36:19.354 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-21 17:32:25.443934766 +0000 2024-09-21T17:36:19.354 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-21 17:32:25.443934766 +0000 2024-09-21T17:36:19.355 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-21T17:36:19.419 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-21T17:36:19.419 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-21T17:36:19.419 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000128253 s, 4.0 MB/s 2024-09-21T17:36:19.420 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-21T17:36:19.478 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme3n1 2024-09-21T17:36:19.534 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme3n1 2024-09-21T17:36:19.534 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T17:36:19.534 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 1028 Links: 1 Device type: 103,6 2024-09-21T17:36:19.534 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T17:36:19.534 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T17:36:19.534 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-21 17:34:51.327763729 +0000 2024-09-21T17:36:19.534 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-21 17:32:25.312936720 +0000 2024-09-21T17:36:19.534 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-21 17:32:25.312936720 +0000 2024-09-21T17:36:19.534 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-21 17:32:25.309936765 +0000 2024-09-21T17:36:19.535 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-21T17:36:19.600 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-21T17:36:19.600 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-21T17:36:19.600 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000113748 s, 4.5 MB/s 2024-09-21T17:36:19.602 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-21T17:36:19.659 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme2n1 2024-09-21T17:36:19.716 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme2n1 2024-09-21T17:36:19.716 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T17:36:19.717 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 1016 Links: 1 Device type: 103,4 2024-09-21T17:36:19.717 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T17:36:19.717 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T17:36:19.717 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-21 17:34:51.319763848 +0000 2024-09-21T17:36:19.717 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-21 17:32:25.170938838 +0000 2024-09-21T17:36:19.717 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-21 17:32:25.170938838 +0000 2024-09-21T17:36:19.717 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-21 17:32:25.167938883 +0000 2024-09-21T17:36:19.717 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-21T17:36:19.780 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-21T17:36:19.780 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-21T17:36:19.781 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000126382 s, 4.1 MB/s 2024-09-21T17:36:19.782 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-21T17:36:19.839 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/nvme1n1 2024-09-21T17:36:19.895 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/nvme1n1 2024-09-21T17:36:19.895 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T17:36:19.895 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 1004 Links: 1 Device type: 103,2 2024-09-21T17:36:19.895 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T17:36:19.895 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T17:36:19.895 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-09-21 17:34:51.310763983 +0000 2024-09-21T17:36:19.896 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-09-21 17:32:25.028940956 +0000 2024-09-21T17:36:19.896 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-09-21 17:32:25.028940956 +0000 2024-09-21T17:36:19.896 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-09-21 17:32:25.024941015 +0000 2024-09-21T17:36:19.896 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-21T17:36:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:19 smithi029 ceph-mon[25926]: Updating smithi029:/etc/ceph/ceph.conf 2024-09-21T17:36:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:19 smithi029 ceph-mon[25926]: Updating smithi040:/etc/ceph/ceph.conf 2024-09-21T17:36:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:19 smithi029 ceph-mon[25926]: Updating smithi029:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:36:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:19 smithi029 ceph-mon[25926]: Updating smithi040:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:36:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:19 smithi029 ceph-mon[25926]: Reconfiguring mon.smithi029 (unknown last config time)... 2024-09-21T17:36:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:19 smithi029 ceph-mon[25926]: Reconfiguring daemon mon.smithi029 on smithi029 2024-09-21T17:36:19.960 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-09-21T17:36:19.961 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-09-21T17:36:19.961 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000126161 s, 4.1 MB/s 2024-09-21T17:36:19.962 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-21T17:36:20.019 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:36:20.019 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-09-21T17:36:20.037 DEBUG:teuthology.misc:devs=['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-21T17:36:20.037 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme4n1 2024-09-21T17:36:20.094 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme4n1 2024-09-21T17:36:20.094 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T17:36:20.094 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 1040 Links: 1 Device type: 103,8 2024-09-21T17:36:20.094 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T17:36:20.094 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T17:36:20.094 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-21 17:35:50.538705984 +0000 2024-09-21T17:36:20.094 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-21 17:32:27.075287031 +0000 2024-09-21T17:36:20.094 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-21 17:32:27.075287031 +0000 2024-09-21T17:36:20.095 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-09-21 17:32:27.070287095 +0000 2024-09-21T17:36:20.095 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-21T17:36:20.157 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:19 smithi040 ceph-mon[34588]: Updating smithi029:/etc/ceph/ceph.conf 2024-09-21T17:36:20.158 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:19 smithi040 ceph-mon[34588]: Updating smithi040:/etc/ceph/ceph.conf 2024-09-21T17:36:20.158 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:19 smithi040 ceph-mon[34588]: Updating smithi029:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:36:20.158 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:19 smithi040 ceph-mon[34588]: Updating smithi040:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/config/ceph.conf 2024-09-21T17:36:20.158 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:19 smithi040 ceph-mon[34588]: Reconfiguring mon.smithi029 (unknown last config time)... 2024-09-21T17:36:20.158 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:19 smithi040 ceph-mon[34588]: Reconfiguring daemon mon.smithi029 on smithi029 2024-09-21T17:36:20.160 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-21T17:36:20.160 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-21T17:36:20.160 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000251225 s, 2.0 MB/s 2024-09-21T17:36:20.161 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-21T17:36:20.220 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme3n1 2024-09-21T17:36:20.276 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme3n1 2024-09-21T17:36:20.276 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T17:36:20.277 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 1028 Links: 1 Device type: 103,6 2024-09-21T17:36:20.277 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T17:36:20.277 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T17:36:20.277 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-21 17:35:50.527706123 +0000 2024-09-21T17:36:20.277 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-21 17:32:26.935288801 +0000 2024-09-21T17:36:20.277 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-21 17:32:26.935288801 +0000 2024-09-21T17:36:20.277 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-09-21 17:32:26.931288852 +0000 2024-09-21T17:36:20.277 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-21T17:36:20.342 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-21T17:36:20.342 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-21T17:36:20.343 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000243021 s, 2.1 MB/s 2024-09-21T17:36:20.344 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-21T17:36:20.401 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme2n1 2024-09-21T17:36:20.458 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme2n1 2024-09-21T17:36:20.458 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T17:36:20.458 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 1016 Links: 1 Device type: 103,4 2024-09-21T17:36:20.458 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T17:36:20.459 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T17:36:20.459 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-21 17:35:50.517706250 +0000 2024-09-21T17:36:20.459 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-21 17:32:26.796290558 +0000 2024-09-21T17:36:20.459 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-21 17:32:26.796290558 +0000 2024-09-21T17:36:20.459 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-09-21 17:32:26.792290608 +0000 2024-09-21T17:36:20.460 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-21T17:36:20.523 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-21T17:36:20.523 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-21T17:36:20.523 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000236264 s, 2.2 MB/s 2024-09-21T17:36:20.525 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-21T17:36:20.582 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme1n1 2024-09-21T17:36:20.638 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme1n1 2024-09-21T17:36:20.638 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-21T17:36:20.639 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 1004 Links: 1 Device type: 103,2 2024-09-21T17:36:20.639 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-21T17:36:20.639 INFO:teuthology.orchestra.run.smithi040.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-21T17:36:20.639 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-09-21 17:35:50.506706389 +0000 2024-09-21T17:36:20.639 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-09-21 17:32:26.657292314 +0000 2024-09-21T17:36:20.639 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-09-21 17:32:26.657292314 +0000 2024-09-21T17:36:20.639 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: 2024-09-21 17:32:26.651292390 +0000 2024-09-21T17:36:20.639 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-21T17:36:20.703 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-09-21T17:36:20.703 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-09-21T17:36:20.704 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.00021803 s, 2.3 MB/s 2024-09-21T17:36:20.705 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-21T17:36:20.762 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch apply osd --all-available-devices 2024-09-21T17:36:21.049 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi040/config 2024-09-21T17:36:21.085 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:20 smithi029 ceph-mon[25926]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:21.086 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:20 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:21.086 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:20 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:21.086 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:20 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi029.dkjlba", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T17:36:21.086 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:20 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T17:36:21.086 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:20 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:21.086 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:20 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:21.159 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:20 smithi040 ceph-mon[34588]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:21.159 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:20 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:21.159 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:20 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:21.159 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:20 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi029.dkjlba", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T17:36:21.160 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:20 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T17:36:21.160 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:20 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:21.160 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:20 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:21.692 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled osd.all-available-devices update... 2024-09-21T17:36:21.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:21 smithi029 ceph-mon[25926]: Reconfiguring mgr.smithi029.dkjlba (unknown last config time)... 2024-09-21T17:36:21.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:21 smithi029 ceph-mon[25926]: Reconfiguring daemon mgr.smithi029.dkjlba on smithi029 2024-09-21T17:36:21.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:22.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:21 smithi040 ceph-mon[34588]: Reconfiguring mgr.smithi029.dkjlba (unknown last config time)... 2024-09-21T17:36:22.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:21 smithi040 ceph-mon[34588]: Reconfiguring daemon mgr.smithi029.dkjlba on smithi029 2024-09-21T17:36:22.073 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:22.380 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-21T17:36:22.380 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:23.223 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:23.223 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:36:23.223 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: Marking host: smithi029 for OSDSpec preview refresh. 2024-09-21T17:36:23.223 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: Marking host: smithi040 for OSDSpec preview refresh. 2024-09-21T17:36:23.223 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: Saving service osd.all-available-devices spec with placement * 2024-09-21T17:36:23.224 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:23.224 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:23.224 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: Reconfiguring ceph-exporter.smithi029 (monmap changed)... 2024-09-21T17:36:23.224 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T17:36:23.224 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:23.224 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:22 smithi029 ceph-mon[25926]: Reconfiguring daemon ceph-exporter.smithi029 on smithi029 2024-09-21T17:36:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:36:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: Marking host: smithi029 for OSDSpec preview refresh. 2024-09-21T17:36:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: Marking host: smithi040 for OSDSpec preview refresh. 2024-09-21T17:36:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: Saving service osd.all-available-devices spec with placement * 2024-09-21T17:36:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: Reconfiguring ceph-exporter.smithi029 (monmap changed)... 2024-09-21T17:36:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi029", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T17:36:23.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:23.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:22 smithi040 ceph-mon[34588]: Reconfiguring daemon ceph-exporter.smithi029 on smithi029 2024-09-21T17:36:23.631 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:24.359 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:24.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:24 smithi029 ceph-mon[25926]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:24.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:24.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:24.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:24 smithi029 ceph-mon[25926]: Reconfiguring crash.smithi029 (monmap changed)... 2024-09-21T17:36:24.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T17:36:24.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:24.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:24 smithi029 ceph-mon[25926]: Reconfiguring daemon crash.smithi029 on smithi029 2024-09-21T17:36:24.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:24 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4023466430' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:25.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:24 smithi040 ceph-mon[34588]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:25.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:25.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:25.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:24 smithi040 ceph-mon[34588]: Reconfiguring crash.smithi029 (monmap changed)... 2024-09-21T17:36:25.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T17:36:25.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:25.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:24 smithi040 ceph-mon[34588]: Reconfiguring daemon crash.smithi029 on smithi029 2024-09-21T17:36:25.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:24 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/4023466430' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:25.075 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:26.076 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:27.270 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:26 smithi029 ceph-mon[25926]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:27.270 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:26 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:27.270 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:26 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:27.271 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:26 smithi029 ceph-mon[25926]: Reconfiguring alertmanager.smithi029 (dependencies changed)... 2024-09-21T17:36:27.271 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:26 smithi029 ceph-mon[25926]: Reconfiguring daemon alertmanager.smithi029 on smithi029 2024-09-21T17:36:27.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:26 smithi040 ceph-mon[34588]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:27.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:26 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:27.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:26 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:27.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:26 smithi040 ceph-mon[34588]: Reconfiguring alertmanager.smithi029 (dependencies changed)... 2024-09-21T17:36:27.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:26 smithi040 ceph-mon[34588]: Reconfiguring daemon alertmanager.smithi029 on smithi029 2024-09-21T17:36:28.596 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:29.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:28 smithi029 ceph-mon[25926]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:29.244 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:29.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:28 smithi040 ceph-mon[34588]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:30.169 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:29 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2843230273' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:30.197 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:30.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:29 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2843230273' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:31.198 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:31.221 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:30 smithi029 ceph-mon[25926]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:31.221 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:30 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:36:31.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:30 smithi040 ceph-mon[34588]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:31.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:30 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:36:32.115 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:32.833 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:33.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:33 smithi029 ceph-mon[25926]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:33.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:33.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:33.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:33 smithi029 ceph-mon[25926]: Reconfiguring grafana.smithi029 (dependencies changed)... 2024-09-21T17:36:33.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:33 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1714107885' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:33 smithi040 ceph-mon[34588]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:33 smithi040 ceph-mon[34588]: Reconfiguring grafana.smithi029 (dependencies changed)... 2024-09-21T17:36:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:33 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1714107885' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:34.347 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:34 smithi029 ceph-mon[25926]: Reconfiguring daemon grafana.smithi029 on smithi029 2024-09-21T17:36:34.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:34 smithi040 ceph-mon[34588]: Reconfiguring daemon grafana.smithi029 on smithi029 2024-09-21T17:36:34.645 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:35.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:35 smithi029 ceph-mon[25926]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:35.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:35 smithi040 ceph-mon[34588]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:35.647 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:35.939 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:36.611 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:37.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:37 smithi029 ceph-mon[25926]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:37.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:37 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1622111515' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:37.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:37 smithi040 ceph-mon[34588]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:37.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:37 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1622111515' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:37.767 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:38.769 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:39.381 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:39 smithi029 ceph-mon[25926]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:39.382 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:39.382 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:39.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:39 smithi040 ceph-mon[34588]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:39.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:39.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:40.270 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:40 smithi029 ceph-mon[25926]: Reconfiguring prometheus.smithi029 (dependencies changed)... 2024-09-21T17:36:40.270 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:40 smithi029 ceph-mon[25926]: Reconfiguring daemon prometheus.smithi029 on smithi029 2024-09-21T17:36:40.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:40 smithi040 ceph-mon[34588]: Reconfiguring prometheus.smithi029 (dependencies changed)... 2024-09-21T17:36:40.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:40 smithi040 ceph-mon[34588]: Reconfiguring daemon prometheus.smithi029 on smithi029 2024-09-21T17:36:41.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:41 smithi029 ceph-mon[25926]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:41.221 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:41.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:41 smithi040 ceph-mon[34588]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:42.425 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:43.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:43 smithi029 ceph-mon[25926]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:43.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:43 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1343484758' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:43.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:43 smithi040 ceph-mon[34588]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:43.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:43 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1343484758' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:43.750 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:44.751 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:45.011 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:45.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:45 smithi029 ceph-mon[25926]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:45.327 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:45.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:45.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T17:36:45.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:45.436 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:45 smithi040 ceph-mon[34588]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:45.436 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:45.436 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:45.436 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-21T17:36:45.436 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:45.741 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:46 smithi040 ceph-mon[34588]: Reconfiguring ceph-exporter.smithi040 (monmap changed)... 2024-09-21T17:36:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:46 smithi040 ceph-mon[34588]: Reconfiguring daemon ceph-exporter.smithi040 on smithi040 2024-09-21T17:36:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:46 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1802481514' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:36:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:46.380 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T17:36:46.381 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:46.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:46 smithi029 ceph-mon[25926]: Reconfiguring ceph-exporter.smithi040 (monmap changed)... 2024-09-21T17:36:46.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:46 smithi029 ceph-mon[25926]: Reconfiguring daemon ceph-exporter.smithi040 on smithi040 2024-09-21T17:36:46.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:46 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1802481514' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:46.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:36:46.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:46.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:46.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-21T17:36:46.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:46.423 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:47.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:47 smithi040 ceph-mon[34588]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:47.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:47 smithi040 ceph-mon[34588]: Reconfiguring crash.smithi040 (monmap changed)... 2024-09-21T17:36:47.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:47 smithi040 ceph-mon[34588]: Reconfiguring daemon crash.smithi040 on smithi040 2024-09-21T17:36:47.424 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:47.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:47 smithi029 ceph-mon[25926]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:47.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:47 smithi029 ceph-mon[25926]: Reconfiguring crash.smithi040 (monmap changed)... 2024-09-21T17:36:47.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:47 smithi029 ceph-mon[25926]: Reconfiguring daemon crash.smithi040 on smithi040 2024-09-21T17:36:47.693 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:48.349 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:48.349 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:48.349 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:48.349 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:48 smithi029 ceph-mon[25926]: Reconfiguring mgr.smithi040.dtzhdr (monmap changed)... 2024-09-21T17:36:48.349 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi040.dtzhdr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T17:36:48.349 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T17:36:48.349 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:48.350 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:48 smithi029 ceph-mon[25926]: Reconfiguring daemon mgr.smithi040.dtzhdr on smithi040 2024-09-21T17:36:48.350 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:48 smithi029 ceph-mon[25926]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:48.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:48.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:48.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:48 smithi040 ceph-mon[34588]: Reconfiguring mgr.smithi040.dtzhdr (monmap changed)... 2024-09-21T17:36:48.474 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi040.dtzhdr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-21T17:36:48.474 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mgr services"} : dispatch 2024-09-21T17:36:48.474 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:48.474 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:48 smithi040 ceph-mon[34588]: Reconfiguring daemon mgr.smithi040.dtzhdr on smithi040 2024-09-21T17:36:48.474 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:48 smithi040 ceph-mon[34588]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:48.986 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:49.503 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:49 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/4294789756' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:49.503 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:49.503 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:49.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:49 smithi040 ceph-mon[34588]: Reconfiguring mon.smithi040 (monmap changed)... 2024-09-21T17:36:49.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T17:36:49.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T17:36:49.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:49.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:49 smithi040 ceph-mon[34588]: Reconfiguring daemon mon.smithi040 on smithi040 2024-09-21T17:36:49.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:49 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4294789756' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:49.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:49.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:49.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:49 smithi029 ceph-mon[25926]: Reconfiguring mon.smithi040 (monmap changed)... 2024-09-21T17:36:49.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-21T17:36:49.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-21T17:36:49.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:49.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:49 smithi029 ceph-mon[25926]: Reconfiguring daemon mon.smithi040 on smithi040 2024-09-21T17:36:49.987 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:50.257 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:50.935 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:51.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:51.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T17:36:51.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"} : dispatch 2024-09-21T17:36:51.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T17:36:51.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T17:36:51.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:36:51.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:50 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2981034999' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:51.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"} : dispatch 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"} : dispatch 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T17:36:51.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T17:36:51.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"} : dispatch 2024-09-21T17:36:51.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2024-09-21T17:36:51.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:51.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T17:36:51.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:36:51.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:50 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2981034999' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:51.790 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:52.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:51 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T17:36:52.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T17:36:52.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:51 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T17:36:52.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T17:36:52.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:51 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T17:36:52.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T17:36:52.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:51 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T17:36:52.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-21T17:36:52.791 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:53.208 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:53.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:52 smithi040 ceph-mon[34588]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:53.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:52 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T17:36:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:52 smithi029 ceph-mon[25926]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:52 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-21T17:36:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:54.132 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:55.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:54 smithi029 ceph-mon[25926]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:55.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:54 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1350005675' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:55.168 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:54 smithi040 ceph-mon[34588]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:54 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1350005675' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:56.169 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:56.661 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:36:57.039 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:56 smithi029 ceph-mon[25926]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:57.039 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:57.039 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:57.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:56 smithi040 ceph-mon[34588]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:57.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:57.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:57.323 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:36:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:36:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:36:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T17:36:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T17:36:58.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:58.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:58 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3572917927' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:36:58.148 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:58 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3572917927' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:36:58.177 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-21T17:36:59.174 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:36:59 smithi029 ceph-mon[25926]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:59.178 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:36:59.516 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:36:59 smithi040 ceph-mon[34588]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:36:59.974 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:00.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:00 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/3680749842' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5e75d5cc-81f8-4248-b7ba-0a1c4852b338"} : dispatch 2024-09-21T17:37:00.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:00 smithi029 ceph-mon[25926]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5e75d5cc-81f8-4248-b7ba-0a1c4852b338"} : dispatch 2024-09-21T17:37:00.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:00 smithi029 ceph-mon[25926]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e75d5cc-81f8-4248-b7ba-0a1c4852b338"}]': finished 2024-09-21T17:37:00.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:00 smithi029 ceph-mon[25926]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T17:37:00.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:00 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:00.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:00 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/3680749842' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5e75d5cc-81f8-4248-b7ba-0a1c4852b338"} : dispatch 2024-09-21T17:37:00.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:00 smithi040 ceph-mon[34588]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "5e75d5cc-81f8-4248-b7ba-0a1c4852b338"} : dispatch 2024-09-21T17:37:00.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:00 smithi040 ceph-mon[34588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e75d5cc-81f8-4248-b7ba-0a1c4852b338"}]': finished 2024-09-21T17:37:00.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:00 smithi040 ceph-mon[34588]: osdmap e6: 1 total, 0 up, 1 in 2024-09-21T17:37:00.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:00 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:00.780 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:01.300 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:01 smithi029 ceph-mon[25926]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:01.300 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:37:01.300 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:01 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/122206545' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:01.300 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:01 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2285336988' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e0caf13e-e9f0-47d9-8390-a0c5b775caa2"} : dispatch 2024-09-21T17:37:01.300 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:01 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2285336988' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0caf13e-e9f0-47d9-8390-a0c5b775caa2"}]': finished 2024-09-21T17:37:01.300 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:01 smithi029 ceph-mon[25926]: osdmap e7: 2 total, 0 up, 2 in 2024-09-21T17:37:01.300 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:01.300 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:01.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:01 smithi040 ceph-mon[34588]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:01.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:37:01.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:01 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/122206545' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:01.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:01 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2285336988' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e0caf13e-e9f0-47d9-8390-a0c5b775caa2"} : dispatch 2024-09-21T17:37:01.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:01 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2285336988' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0caf13e-e9f0-47d9-8390-a0c5b775caa2"}]': finished 2024-09-21T17:37:01.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:01 smithi040 ceph-mon[34588]: osdmap e7: 2 total, 0 up, 2 in 2024-09-21T17:37:01.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:01.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:01.785 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1726940219,"num_remapped_pgs":0} 2024-09-21T17:37:02.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:02 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/1680731423' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:02.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:02 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/1680731423' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:02.787 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:03.044 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:03.165 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:03 smithi029 ceph-mon[25926]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:03.165 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:03 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1627417770' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:03.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:03 smithi040 ceph-mon[34588]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:03.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:03 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1627417770' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:03.729 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:04.308 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:04 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3713890332' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:04.344 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1726940220,"num_remapped_pgs":0} 2024-09-21T17:37:04.384 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:04 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3713890332' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:05.346 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:05.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:05 smithi029 ceph-mon[25926]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:05.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:05 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/2902276686' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cd1baa5a-ce6e-4e53-9d31-4adbfdc0796e"} : dispatch 2024-09-21T17:37:05.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:05 smithi029 ceph-mon[25926]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cd1baa5a-ce6e-4e53-9d31-4adbfdc0796e"} : dispatch 2024-09-21T17:37:05.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:05 smithi029 ceph-mon[25926]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd1baa5a-ce6e-4e53-9d31-4adbfdc0796e"}]': finished 2024-09-21T17:37:05.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:05 smithi029 ceph-mon[25926]: osdmap e8: 3 total, 0 up, 3 in 2024-09-21T17:37:05.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:05 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:05.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:05 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:05.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:05 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:05.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:05 smithi040 ceph-mon[34588]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:05.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:05 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/2902276686' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cd1baa5a-ce6e-4e53-9d31-4adbfdc0796e"} : dispatch 2024-09-21T17:37:05.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:05 smithi040 ceph-mon[34588]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "cd1baa5a-ce6e-4e53-9d31-4adbfdc0796e"} : dispatch 2024-09-21T17:37:05.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:05 smithi040 ceph-mon[34588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd1baa5a-ce6e-4e53-9d31-4adbfdc0796e"}]': finished 2024-09-21T17:37:05.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:05 smithi040 ceph-mon[34588]: osdmap e8: 3 total, 0 up, 3 in 2024-09-21T17:37:05.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:05 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:05.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:05 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:05.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:05 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:05.637 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:06.230 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:06 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1218795427' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9697e9cb-100f-445b-a3bc-6ac5f11baf23"} : dispatch 2024-09-21T17:37:06.230 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:06 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1218795427' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9697e9cb-100f-445b-a3bc-6ac5f11baf23"}]': finished 2024-09-21T17:37:06.230 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:06 smithi029 ceph-mon[25926]: osdmap e9: 4 total, 0 up, 4 in 2024-09-21T17:37:06.230 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:06.230 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:06.230 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:06.230 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:06.230 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:06 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/617961881' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:06 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1218795427' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9697e9cb-100f-445b-a3bc-6ac5f11baf23"} : dispatch 2024-09-21T17:37:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:06 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1218795427' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9697e9cb-100f-445b-a3bc-6ac5f11baf23"}]': finished 2024-09-21T17:37:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:06 smithi040 ceph-mon[34588]: osdmap e9: 4 total, 0 up, 4 in 2024-09-21T17:37:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:06 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/617961881' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:06.396 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:07.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:07 smithi029 ceph-mon[25926]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:07.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:07 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2318971065' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:07.281 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1726940225,"num_remapped_pgs":0} 2024-09-21T17:37:07.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:07 smithi040 ceph-mon[34588]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:07.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:07 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2318971065' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:08.283 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:08.310 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:08 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3275511879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:08.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:08 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3275511879' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:08.547 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:09.254 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:09.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:09 smithi029 ceph-mon[25926]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:09.273 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:09 smithi040 ceph-mon[34588]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:09.906 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1726940225,"num_remapped_pgs":0} 2024-09-21T17:37:10.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/632138136' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:10.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/3354481965' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ddab73-1507-4a49-b4a4-1c1503cdabd4"} : dispatch 2024-09-21T17:37:10.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ddab73-1507-4a49-b4a4-1c1503cdabd4"} : dispatch 2024-09-21T17:37:10.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48ddab73-1507-4a49-b4a4-1c1503cdabd4"}]': finished 2024-09-21T17:37:10.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: osdmap e10: 5 total, 0 up, 5 in 2024-09-21T17:37:10.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:10.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:10.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:10.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:10.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:10 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:10.492 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/632138136' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:10.492 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/3354481965' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ddab73-1507-4a49-b4a4-1c1503cdabd4"} : dispatch 2024-09-21T17:37:10.492 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "48ddab73-1507-4a49-b4a4-1c1503cdabd4"} : dispatch 2024-09-21T17:37:10.492 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48ddab73-1507-4a49-b4a4-1c1503cdabd4"}]': finished 2024-09-21T17:37:10.493 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: osdmap e10: 5 total, 0 up, 5 in 2024-09-21T17:37:10.493 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:10.493 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:10.493 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:10.493 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:10.493 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:10 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:10.907 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:11.177 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:11.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:11 smithi040 ceph-mon[34588]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:11.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:11 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/1515935611' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:11.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:11 smithi029 ceph-mon[25926]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:11.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:11 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/1515935611' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:11.940 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:12.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4046421432' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "64fcf2c7-56ad-4f93-b83c-121f890d142c"} : dispatch 2024-09-21T17:37:12.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4046421432' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64fcf2c7-56ad-4f93-b83c-121f890d142c"}]': finished 2024-09-21T17:37:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: osdmap e11: 6 total, 0 up, 6 in 2024-09-21T17:37:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:12 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2128161601' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:12.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/4046421432' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "64fcf2c7-56ad-4f93-b83c-121f890d142c"} : dispatch 2024-09-21T17:37:12.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/4046421432' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64fcf2c7-56ad-4f93-b83c-121f890d142c"}]': finished 2024-09-21T17:37:12.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: osdmap e11: 6 total, 0 up, 6 in 2024-09-21T17:37:12.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:12.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:12.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:12.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:12.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:12.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:12.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:12 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2128161601' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:12.741 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1726940231,"num_remapped_pgs":0} 2024-09-21T17:37:13.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:13 smithi029 ceph-mon[25926]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:13.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:13 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/254676475' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:13.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:13 smithi040 ceph-mon[34588]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:13.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:13 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/254676475' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:13.742 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:14.012 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:14.690 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:15.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:15.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/3331227161' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "22f7ef0d-74fe-41fe-94d0-c84f69519182"} : dispatch 2024-09-21T17:37:15.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "22f7ef0d-74fe-41fe-94d0-c84f69519182"} : dispatch 2024-09-21T17:37:15.286 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22f7ef0d-74fe-41fe-94d0-c84f69519182"}]': finished 2024-09-21T17:37:15.287 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: osdmap e12: 7 total, 0 up, 7 in 2024-09-21T17:37:15.287 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:15.287 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:15.287 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:15.287 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:15.287 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:15.287 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:15.287 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:15.287 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:15 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3308736082' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:15.316 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1726940234,"num_remapped_pgs":0} 2024-09-21T17:37:15.398 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:15.398 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/3331227161' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "22f7ef0d-74fe-41fe-94d0-c84f69519182"} : dispatch 2024-09-21T17:37:15.398 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "22f7ef0d-74fe-41fe-94d0-c84f69519182"} : dispatch 2024-09-21T17:37:15.398 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "22f7ef0d-74fe-41fe-94d0-c84f69519182"}]': finished 2024-09-21T17:37:15.398 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: osdmap e12: 7 total, 0 up, 7 in 2024-09-21T17:37:15.398 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:15.399 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:15.399 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:15.399 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:15.399 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:15.399 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:15.399 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:15.399 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:15 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3308736082' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:16.315 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:16 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/3331899002' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:16.315 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:37:16.317 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:16 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/3331899002' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:37:16.586 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:17.391 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1736793134' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "920b09f6-383f-4775-b3d3-ba68a432ee70"} : dispatch 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1736793134' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "920b09f6-383f-4775-b3d3-ba68a432ee70"}]': finished 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: osdmap e13: 8 total, 0 up, 8 in 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:17.392 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:17.393 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:17.393 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:17.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:17.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1736793134' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "920b09f6-383f-4775-b3d3-ba68a432ee70"} : dispatch 2024-09-21T17:37:17.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1736793134' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "920b09f6-383f-4775-b3d3-ba68a432ee70"}]': finished 2024-09-21T17:37:17.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: osdmap e13: 8 total, 0 up, 8 in 2024-09-21T17:37:17.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:17.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:17.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:17.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:17.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:17.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:17.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:17.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:18.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:18 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2490052925' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:18.200 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:18.429 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:18 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2490052925' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:19.201 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:19.401 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:19 smithi040 ceph-mon[34588]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:19.402 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:19 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/474678117' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:19.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:19 smithi029 ceph-mon[25926]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:19.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:19 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/474678117' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-21T17:37:19.476 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:20.154 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:20.862 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:21 smithi029 ceph-mon[25926]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:21 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4226105434' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:21.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:21 smithi040 ceph-mon[34588]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:21.338 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:21 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/4226105434' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:21.863 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:22.373 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:23.028 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:23 smithi040 ceph-mon[34588]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:23 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T17:37:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:23 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:23 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1528411508' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:23.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:23 smithi029 ceph-mon[25926]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:23.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:23 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-21T17:37:23.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:23 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:23.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:23 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1528411508' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:24.170 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:24.242 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:24 smithi040 ceph-mon[34588]: Deploying daemon osd.0 on smithi040 2024-09-21T17:37:24.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:24 smithi029 ceph-mon[25926]: Deploying daemon osd.0 on smithi040 2024-09-21T17:37:25.172 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:25.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:25 smithi029 ceph-mon[25926]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:25.417 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:25 smithi040 ceph-mon[34588]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:25.969 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:26.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:26 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T17:37:26.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:26 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:26.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:26 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-21T17:37:26.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:26 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:26.621 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:27.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:27 smithi029 ceph-mon[25926]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:27.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:27 smithi029 ceph-mon[25926]: Deploying daemon osd.1 on smithi029 2024-09-21T17:37:27.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:27 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2171832821' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:27.393 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:27.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:27 smithi040 ceph-mon[34588]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:27.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:27 smithi040 ceph-mon[34588]: Deploying daemon osd.1 on smithi029 2024-09-21T17:37:27.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:27 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2171832821' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:28.394 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:28.992 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:29.158 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:29 smithi040 ceph-mon[34588]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:29.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:29 smithi029 ceph-mon[25926]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:30.600 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:31.444 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:31 smithi029 ceph-mon[25926]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:31.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:31.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:31.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T17:37:31.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:31.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:31 smithi029 ceph-mon[25926]: Deploying daemon osd.2 on smithi040 2024-09-21T17:37:31.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:31 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3703828420' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:31.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:37:31.494 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:31 smithi040 ceph-mon[34588]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:31.494 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:31.494 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:31.494 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-21T17:37:31.494 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:31.494 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:31 smithi040 ceph-mon[34588]: Deploying daemon osd.2 on smithi040 2024-09-21T17:37:31.494 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:31 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3703828420' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:31.494 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:37:31.870 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:32.871 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:33.136 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:33.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:33 smithi029 ceph-mon[25926]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:33.428 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:33 smithi040 ceph-mon[34588]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:33.802 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:34.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:34 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2509132437' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:34.501 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:34.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:34 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2509132437' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:35.412 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:35 smithi029 ceph-mon[25926]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:35.503 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:35.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:35 smithi040 ceph-mon[34588]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:35.777 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:36.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:36 smithi029 ceph-mon[25926]: from='osd.0 [v2:172.21.15.40:6800/2600736241,v1:172.21.15.40:6801/2600736241]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T17:37:36.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:36 smithi029 ceph-mon[25926]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T17:37:36.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:36 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:36.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:36 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:36.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:36 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T17:37:36.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:36 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:36.350 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:36 smithi040 ceph-mon[34588]: from='osd.0 [v2:172.21.15.40:6800/2600736241,v1:172.21.15.40:6801/2600736241]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T17:37:36.350 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:36 smithi040 ceph-mon[34588]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-21T17:37:36.351 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:36 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:36.351 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:36 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:36.351 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:36 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-21T17:37:36.351 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:36 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:36.698 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:37.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:37.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: Deploying daemon osd.3 on smithi029 2024-09-21T17:37:37.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T17:37:37.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: osdmap e14: 8 total, 0 up, 8 in 2024-09-21T17:37:37.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:37.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:37.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:37.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='osd.0 [v2:172.21.15.40:6800/2600736241,v1:172.21.15.40:6801/2600736241]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:37.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:37.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:37.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:37.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:37.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:37.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:37.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:37 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2472436461' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:37.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:37.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: Deploying daemon osd.3 on smithi029 2024-09-21T17:37:37.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-21T17:37:37.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: osdmap e14: 8 total, 0 up, 8 in 2024-09-21T17:37:37.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:37.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:37.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:37.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='osd.0 [v2:172.21.15.40:6800/2600736241,v1:172.21.15.40:6801/2600736241]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:37.445 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:37.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:37.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:37.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:37.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:37.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:37.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:37 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2472436461' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:37.472 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:38.188 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-21T17:37:38.188 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: osdmap e15: 8 total, 0 up, 8 in 2024-09-21T17:37:38.188 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:38.188 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:38.188 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:38.188 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:38.188 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:38.188 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:38.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:38.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:38.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:38.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:38.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:38.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T17:37:38.189 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: osdmap e15: 8 total, 0 up, 8 in 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:38.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:38.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:38.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:38.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:38.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-21T17:37:38.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:38.474 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:38.941 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:39.243 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: purged_snaps scrub starts 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: purged_snaps scrub ok 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: Deploying daemon osd.4 on smithi040 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: osd.0 [v2:172.21.15.40:6800/2600736241,v1:172.21.15.40:6801/2600736241] boot 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: osdmap e16: 8 total, 1 up, 8 in 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:39.244 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:39.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: purged_snaps scrub starts 2024-09-21T17:37:39.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: purged_snaps scrub ok 2024-09-21T17:37:39.407 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: Deploying daemon osd.4 on smithi040 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: osd.0 [v2:172.21.15.40:6800/2600736241,v1:172.21.15.40:6801/2600736241] boot 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: osdmap e16: 8 total, 1 up, 8 in 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:39.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:40.191 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:40 smithi040 ceph-mon[34588]: osdmap e17: 8 total, 1 up, 8 in 2024-09-21T17:37:40.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:40.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:40.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:40.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:40.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:40.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:40.192 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:40.235 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:40 smithi029 ceph-mon[25926]: osdmap e17: 8 total, 1 up, 8 in 2024-09-21T17:37:40.235 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:40.235 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:40.235 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:40.235 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:40.235 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:40.235 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:40.235 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:40.378 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:41.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:41 smithi040 ceph-mon[34588]: pgmap v62: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T17:37:41.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:41 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1882513876' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:41.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:41 smithi040 ceph-mon[34588]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T17:37:41.328 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1726940258,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:41.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:41 smithi029 ceph-mon[25926]: pgmap v62: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T17:37:41.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:41 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1882513876' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:41.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:41 smithi029 ceph-mon[25926]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-21T17:37:42.329 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:42.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T17:37:42.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: osdmap e18: 8 total, 1 up, 8 in 2024-09-21T17:37:42.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-21T17:37:42.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:42.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:42.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:42.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:42.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:42.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:42.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:42.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-21T17:37:42.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: osdmap e18: 8 total, 1 up, 8 in 2024-09-21T17:37:42.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-21T17:37:42.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:42.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:42.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:42.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:42.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:42.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:42.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:42.608 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:43.281 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: pgmap v64: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: osdmap e19: 8 total, 1 up, 8 in 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:43.282 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' 2024-09-21T17:37:43.283 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='osd.2 [v2:172.21.15.40:6808/3760340449,v1:172.21.15.40:6809/3760340449]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T17:37:43.283 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T17:37:43.283 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:43 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:43.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: pgmap v64: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T17:37:43.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-21T17:37:43.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: osdmap e19: 8 total, 1 up, 8 in 2024-09-21T17:37:43.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:43.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:43.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:43.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:43.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:43.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:43.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:43.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:43.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189]' entity='osd.1' 2024-09-21T17:37:43.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='osd.2 [v2:172.21.15.40:6808/3760340449,v1:172.21.15.40:6809/3760340449]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T17:37:43.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-21T17:37:43.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:43 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:43.961 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1726940258,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: purged_snaps scrub starts 2024-09-21T17:37:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: purged_snaps scrub ok 2024-09-21T17:37:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/4178850572' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: pgmap v66: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T17:37:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T17:37:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189] boot 2024-09-21T17:37:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: osdmap e20: 8 total, 2 up, 8 in 2024-09-21T17:37:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:44.375 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='osd.2 [v2:172.21.15.40:6808/3760340449,v1:172.21.15.40:6809/3760340449]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:44.376 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:44 smithi040 ceph-mon[34588]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:44.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: purged_snaps scrub starts 2024-09-21T17:37:44.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: purged_snaps scrub ok 2024-09-21T17:37:44.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4178850572' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:44.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: pgmap v66: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: osd.1 [v2:172.21.15.29:6802/2003498189,v1:172.21.15.29:6803/2003498189] boot 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: osdmap e20: 8 total, 2 up, 8 in 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='osd.2 [v2:172.21.15.40:6808/3760340449,v1:172.21.15.40:6809/3760340449]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:44.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:44 smithi029 ceph-mon[25926]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:44.962 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:45.297 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:45.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-21T17:37:45.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: osdmap e21: 8 total, 2 up, 8 in 2024-09-21T17:37:45.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:45.731 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='osd.2 ' entity='osd.2' 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:45.732 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:45 smithi040 ceph-mon[34588]: Deploying daemon osd.6 on smithi040 2024-09-21T17:37:45.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-21T17:37:45.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: osdmap e21: 8 total, 2 up, 8 in 2024-09-21T17:37:45.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:45.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:45.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:45.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:45.774 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:45.774 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:45.774 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:45.774 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='osd.2 ' entity='osd.2' 2024-09-21T17:37:45.774 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:45.774 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:45.774 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-21T17:37:45.774 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:45.774 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:45 smithi029 ceph-mon[25926]: Deploying daemon osd.6 on smithi040 2024-09-21T17:37:46.117 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: purged_snaps scrub starts 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: purged_snaps scrub ok 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: osd.2 [v2:172.21.15.40:6808/3760340449,v1:172.21.15.40:6809/3760340449] boot 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: osdmap e22: 8 total, 3 up, 8 in 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:46.710 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:46.711 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:46.711 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:46 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/349571468' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: purged_snaps scrub starts 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: purged_snaps scrub ok 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: osd.2 [v2:172.21.15.40:6808/3760340449,v1:172.21.15.40:6809/3760340449] boot 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: osdmap e22: 8 total, 3 up, 8 in 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:46.715 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:46.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:46.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:46.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:46.716 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:46 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/349571468' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:47.042 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1726940265,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:47.683 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: Deploying daemon osd.5 on smithi029 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: osdmap e23: 8 total, 3 up, 8 in 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:47.684 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:47 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:47.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:47.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:47.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-21T17:37:47.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:47.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: Deploying daemon osd.5 on smithi029 2024-09-21T17:37:47.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: osdmap e23: 8 total, 3 up, 8 in 2024-09-21T17:37:47.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:47.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:47.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:47.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:47.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:47 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:48.044 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:48.445 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:48.836 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:48 smithi040 ceph-mon[34588]: pgmap v71: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T17:37:48.836 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T17:37:48.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:48 smithi029 ceph-mon[25926]: pgmap v71: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T17:37:48.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-21T17:37:49.241 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T17:37:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:49 smithi029 ceph-mon[25926]: osdmap e24: 8 total, 3 up, 8 in 2024-09-21T17:37:49.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:49.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:49.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:49.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:49.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:49.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:49 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T17:37:49.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:49 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3582409923' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:50.002 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-21T17:37:50.002 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:49 smithi040 ceph-mon[34588]: osdmap e24: 8 total, 3 up, 8 in 2024-09-21T17:37:50.002 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:50.002 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:50.002 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:50.002 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:50.002 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:50.003 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:49 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-21T17:37:50.003 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:49 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3582409923' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:50.577 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 sudo[44831]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T17:37:50.577 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 sudo[44831]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T17:37:50.578 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 sudo[44831]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T17:37:50.578 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 sudo[44831]: pam_unix(sudo:session): session closed for user root 2024-09-21T17:37:50.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 sudo[55461]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-21T17:37:50.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 sudo[55461]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T17:37:50.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 sudo[55461]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T17:37:50.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 sudo[55461]: pam_unix(sudo:session): session closed for user root 2024-09-21T17:37:50.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 sudo[55466]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T17:37:50.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 sudo[55466]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T17:37:50.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 sudo[55466]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T17:37:50.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 sudo[55466]: pam_unix(sudo:session): session closed for user root 2024-09-21T17:37:50.784 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1726940265,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:50.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 sudo[44837]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-21T17:37:50.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 sudo[44837]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-21T17:37:50.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 sudo[44837]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-21T17:37:50.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 sudo[44837]: pam_unix(sudo:session): session closed for user root 2024-09-21T17:37:50.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: pgmap v74: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T17:37:50.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T17:37:50.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T17:37:50.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: osdmap e25: 8 total, 3 up, 8 in 2024-09-21T17:37:50.837 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='osd.4 [v2:172.21.15.40:6816/820090271,v1:172.21.15.40:6817/820090271]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:37:50.838 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:50.839 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T17:37:50.839 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:37:50.839 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:37:50.839 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T17:37:50.839 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:50.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: pgmap v74: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: osdmap e25: 8 total, 3 up, 8 in 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='osd.4 [v2:172.21.15.40:6816/820090271,v1:172.21.15.40:6817/820090271]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:50.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi029"} : dispatch 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mon metadata", "id": "smithi040"} : dispatch 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-21T17:37:50.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:51.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:51 smithi040 ceph-mon[34588]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T17:37:51.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:51 smithi040 ceph-mon[34588]: from='osd.4 [v2:172.21.15.40:6816/820090271,v1:172.21.15.40:6817/820090271]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:51.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:51 smithi040 ceph-mon[34588]: osdmap e26: 8 total, 3 up, 8 in 2024-09-21T17:37:51.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:51.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:51.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:51 smithi040 ceph-mon[34588]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:51.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:51.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:51.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:51.785 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:51 smithi029 ceph-mon[25926]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-21T17:37:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:51 smithi029 ceph-mon[25926]: from='osd.4 [v2:172.21.15.40:6816/820090271,v1:172.21.15.40:6817/820090271]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:51 smithi029 ceph-mon[25926]: osdmap e26: 8 total, 3 up, 8 in 2024-09-21T17:37:51.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:51.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:51.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:51 smithi029 ceph-mon[25926]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:51.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:51.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:51.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:52.047 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:52.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T17:37:52.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T17:37:52.656 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: Cluster is now healthy 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: osdmap e27: 8 total, 3 up, 8 in 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: mgrmap e20: smithi029.dkjlba(active, since 2m), standbys: smithi040.dtzhdr 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:52.657 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:52.755 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:52.755 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-21T17:37:52.755 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: Cluster is now healthy 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: osdmap e27: 8 total, 3 up, 8 in 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: mgrmap e20: smithi029.dkjlba(active, since 2m), standbys: smithi040.dtzhdr 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:52.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:53.474 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":28,"num_osds":8,"num_up_osds":4,"osd_up_since":1726940272,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:37:53.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: purged_snaps scrub starts 2024-09-21T17:37:53.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: purged_snaps scrub ok 2024-09-21T17:37:53.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:53.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: from='osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T17:37:53.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: osd.4 [v2:172.21.15.40:6816/820090271,v1:172.21.15.40:6817/820090271] boot 2024-09-21T17:37:53.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: osdmap e28: 8 total, 4 up, 8 in 2024-09-21T17:37:53.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: from='osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-21T17:37:53.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:53.698 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:53.698 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:53.698 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:53.698 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:53.698 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:53 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2017670146' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:53.725 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: purged_snaps scrub starts 2024-09-21T17:37:53.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: purged_snaps scrub ok 2024-09-21T17:37:53.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:53.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: from='osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-21T17:37:53.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: osd.4 [v2:172.21.15.40:6816/820090271,v1:172.21.15.40:6817/820090271] boot 2024-09-21T17:37:53.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: osdmap e28: 8 total, 4 up, 8 in 2024-09-21T17:37:53.726 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: from='osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-21T17:37:53.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:53.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-21T17:37:53.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:53.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:53.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:53.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:53 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2017670146' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:54.476 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:54.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:54 smithi029 ceph-mon[25926]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T17:37:54.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:54 smithi029 ceph-mon[25926]: from='osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-21T17:37:54.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:54 smithi029 ceph-mon[25926]: osdmap e29: 8 total, 4 up, 8 in 2024-09-21T17:37:54.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:54 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:54.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:54 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:54.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:54 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:54.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:54 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:54.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:54 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:54 smithi040 ceph-mon[34588]: pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-21T17:37:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:54 smithi040 ceph-mon[34588]: from='osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-21T17:37:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:54 smithi040 ceph-mon[34588]: osdmap e29: 8 total, 4 up, 8 in 2024-09-21T17:37:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:54 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:54 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:54 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:54 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:54 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:55.191 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:55.911 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: purged_snaps scrub starts 2024-09-21T17:37:55.911 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: purged_snaps scrub ok 2024-09-21T17:37:55.911 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485] boot 2024-09-21T17:37:55.911 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: osdmap e30: 8 total, 5 up, 8 in 2024-09-21T17:37:55.911 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:55.911 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:55.911 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:55.911 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:55.911 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:55.912 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:55.912 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T17:37:55.912 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:55.935 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: purged_snaps scrub starts 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: purged_snaps scrub ok 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: osd.3 [v2:172.21.15.29:6810/1227520485,v1:172.21.15.29:6811/1227520485] boot 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: osdmap e30: 8 total, 5 up, 8 in 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:55.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:55.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-21T17:37:55.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:37:56.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: Deploying daemon osd.7 on smithi029 2024-09-21T17:37:56.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: pgmap v83: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T17:37:56.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: osdmap e31: 8 total, 5 up, 8 in 2024-09-21T17:37:56.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/4293329245' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='osd.6 [v2:172.21.15.40:6824/932597980,v1:172.21.15.40:6825/932597980]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: osdmap e32: 8 total, 5 up, 8 in 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:56.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: Deploying daemon osd.7 on smithi029 2024-09-21T17:37:56.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: pgmap v83: 1 pgs: 1 peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: osdmap e31: 8 total, 5 up, 8 in 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4293329245' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='osd.6 [v2:172.21.15.40:6824/932597980,v1:172.21.15.40:6825/932597980]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: osdmap e32: 8 total, 5 up, 8 in 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:56.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:57.629 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":31,"num_osds":8,"num_up_osds":5,"osd_up_since":1726940274,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":1} 2024-09-21T17:37:57.923 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:57.924 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:57 smithi029 ceph-mon[25926]: from='osd.6 [v2:172.21.15.40:6824/932597980,v1:172.21.15.40:6825/932597980]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:57.924 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:57 smithi029 ceph-mon[25926]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:57 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:57 smithi040 ceph-mon[34588]: from='osd.6 [v2:172.21.15.40:6824/932597980,v1:172.21.15.40:6825/932597980]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:58.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:57 smithi040 ceph-mon[34588]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]} : dispatch 2024-09-21T17:37:58.630 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:37:58.908 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:58 smithi029 ceph-mon[25926]: pgmap v86: 1 pgs: 1 peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-21T17:37:58.908 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:58 smithi029 ceph-mon[25926]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-21T17:37:58.908 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:58 smithi029 ceph-mon[25926]: osdmap e33: 8 total, 5 up, 8 in 2024-09-21T17:37:58.909 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:58.909 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:58.909 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:58.909 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:59.005 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:37:59.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:58 smithi040 ceph-mon[34588]: pgmap v86: 1 pgs: 1 peering; 577 KiB data, 143 MiB used, 447 GiB / 447 GiB avail 2024-09-21T17:37:59.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:58 smithi040 ceph-mon[34588]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-09-21T17:37:59.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:58 smithi040 ceph-mon[34588]: osdmap e33: 8 total, 5 up, 8 in 2024-09-21T17:37:59.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:59.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:59.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:37:59.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:59.785 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:59 smithi029 ceph-mon[25926]: purged_snaps scrub starts 2024-09-21T17:37:59.785 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:59 smithi029 ceph-mon[25926]: purged_snaps scrub ok 2024-09-21T17:37:59.785 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:59 smithi029 ceph-mon[25926]: osd.6 [v2:172.21.15.40:6824/932597980,v1:172.21.15.40:6825/932597980] boot 2024-09-21T17:37:59.785 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:59 smithi029 ceph-mon[25926]: osdmap e34: 8 total, 6 up, 8 in 2024-09-21T17:37:59.786 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:59 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:37:59.786 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:59 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:37:59.786 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:37:59 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:00.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:59 smithi040 ceph-mon[34588]: purged_snaps scrub starts 2024-09-21T17:38:00.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:59 smithi040 ceph-mon[34588]: purged_snaps scrub ok 2024-09-21T17:38:00.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:59 smithi040 ceph-mon[34588]: osd.6 [v2:172.21.15.40:6824/932597980,v1:172.21.15.40:6825/932597980] boot 2024-09-21T17:38:00.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:59 smithi040 ceph-mon[34588]: osdmap e34: 8 total, 6 up, 8 in 2024-09-21T17:38:00.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:59 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:00.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:59 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-21T17:38:00.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:37:59 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:00.100 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:00.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:00 smithi029 ceph-mon[25926]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T17:38:00.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:00 smithi029 ceph-mon[25926]: osdmap e35: 8 total, 6 up, 8 in 2024-09-21T17:38:00.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:00 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:00.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:00 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:00.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:00 smithi029 ceph-mon[25926]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T17:38:00.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:00 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2506360223' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:00.844 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":35,"num_osds":8,"num_up_osds":6,"osd_up_since":1726940278,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:38:00.941 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:00 smithi040 ceph-mon[34588]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T17:38:00.941 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:00 smithi040 ceph-mon[34588]: osdmap e35: 8 total, 6 up, 8 in 2024-09-21T17:38:00.941 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:00 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:00.941 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:00 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:00.941 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:00 smithi040 ceph-mon[34588]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-21T17:38:00.941 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:00 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2506360223' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:01.845 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:38:01.984 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:01 smithi029 ceph-mon[25926]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T17:38:01.984 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:01 smithi029 ceph-mon[25926]: osdmap e36: 8 total, 6 up, 8 in 2024-09-21T17:38:01.984 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:01 smithi029 ceph-mon[25926]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-21T17:38:01.984 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:01.984 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:01.984 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:38:01.984 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:01 smithi029 ceph-mon[25926]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-21T17:38:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:01 smithi040 ceph-mon[34588]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-21T17:38:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:01 smithi040 ceph-mon[34588]: osdmap e36: 8 total, 6 up, 8 in 2024-09-21T17:38:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:01 smithi040 ceph-mon[34588]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-21T17:38:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:38:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:01 smithi040 ceph-mon[34588]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-21T17:38:02.115 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:02.781 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:02 smithi029 ceph-mon[25926]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T17:38:02.781 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:02 smithi029 ceph-mon[25926]: osdmap e37: 8 total, 6 up, 8 in 2024-09-21T17:38:02.781 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:02 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:02.781 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:02 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:02.781 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:02 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:02.781 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:02 smithi029 ceph-mon[25926]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' 2024-09-21T17:38:02.781 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:02 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:02.796 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:03.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:02 smithi040 ceph-mon[34588]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-21T17:38:03.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:02 smithi040 ceph-mon[34588]: osdmap e37: 8 total, 6 up, 8 in 2024-09-21T17:38:03.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:02 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:03.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:02 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:03.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:02 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:03.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:02 smithi040 ceph-mon[34588]: from='osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873]' entity='osd.5' 2024-09-21T17:38:03.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:02 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:03.608 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":37,"num_osds":8,"num_up_osds":6,"osd_up_since":1726940278,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:38:03.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:03 smithi029 ceph-mon[25926]: purged_snaps scrub starts 2024-09-21T17:38:03.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:03 smithi029 ceph-mon[25926]: purged_snaps scrub ok 2024-09-21T17:38:03.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:03 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1040697562' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:03.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:03 smithi029 ceph-mon[25926]: osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873] boot 2024-09-21T17:38:03.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:03 smithi029 ceph-mon[25926]: osdmap e38: 8 total, 7 up, 8 in 2024-09-21T17:38:03.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:03 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:03.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:03 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:04.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:03 smithi040 ceph-mon[34588]: purged_snaps scrub starts 2024-09-21T17:38:04.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:03 smithi040 ceph-mon[34588]: purged_snaps scrub ok 2024-09-21T17:38:04.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:03 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1040697562' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:04.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:03 smithi040 ceph-mon[34588]: osd.5 [v2:172.21.15.29:6818/3387305873,v1:172.21.15.29:6819/3387305873] boot 2024-09-21T17:38:04.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:03 smithi040 ceph-mon[34588]: osdmap e38: 8 total, 7 up, 8 in 2024-09-21T17:38:04.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:03 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-21T17:38:04.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:03 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:04.609 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:38:04.963 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:05.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:04 smithi029 ceph-mon[25926]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-21T17:38:05.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:04 smithi029 ceph-mon[25926]: osdmap e39: 8 total, 7 up, 8 in 2024-09-21T17:38:05.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:05.254 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:05.255 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:04 smithi040 ceph-mon[34588]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-09-21T17:38:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:04 smithi040 ceph-mon[34588]: osdmap e39: 8 total, 7 up, 8 in 2024-09-21T17:38:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:04 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:04 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:04 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:05.672 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:06.146 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:05 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/221211583' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:05 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/221211583' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:06.626 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1726940282,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:38:07.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:06 smithi040 ceph-mon[34588]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-09-21T17:38:07.398 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:06 smithi029 ceph-mon[25926]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-09-21T17:38:07.628 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:38:08.338 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:09.039 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:09.039 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:08 smithi029 ceph-mon[25926]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-09-21T17:38:09.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:08 smithi040 ceph-mon[34588]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-09-21T17:38:09.827 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1726940282,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":0} 2024-09-21T17:38:10.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:10 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3809109451' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:10.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:10 smithi040 ceph-mon[34588]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T17:38:10.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:10 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3809109451' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:10.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:10 smithi029 ceph-mon[25926]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-21T17:38:10.829 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd stat -f json 2024-09-21T17:38:11.115 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:11.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:11 smithi029 ceph-mon[25926]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-09-21T17:38:11.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:11 smithi029 ceph-mon[25926]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T17:38:11.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:11 smithi029 ceph-mon[25926]: osdmap e40: 8 total, 7 up, 8 in 2024-09-21T17:38:11.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:11 smithi029 ceph-mon[25926]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-21T17:38:11.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:11 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:11.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:11 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:11.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:11 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:11.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:11 smithi040 ceph-mon[34588]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-09-21T17:38:11.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:11 smithi040 ceph-mon[34588]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-21T17:38:11.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:11 smithi040 ceph-mon[34588]: osdmap e40: 8 total, 7 up, 8 in 2024-09-21T17:38:11.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:11 smithi040 ceph-mon[34588]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]} : dispatch 2024-09-21T17:38:11.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:11 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:11.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:11 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:11.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:11 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:11.833 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:12.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-21T17:38:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: osdmap e41: 8 total, 7 up, 8 in 2024-09-21T17:38:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:38:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' 2024-09-21T17:38:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758] boot 2024-09-21T17:38:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: osdmap e42: 8 total, 8 up, 8 in 2024-09-21T17:38:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:12.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:12 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3234498084' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:12.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-09-21T17:38:12.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: osdmap e41: 8 total, 7 up, 8 in 2024-09-21T17:38:12.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:12.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:12.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:38:12.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: from='osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758]' entity='osd.7' 2024-09-21T17:38:12.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: osd.7 [v2:172.21.15.29:6826/3856293758,v1:172.21.15.29:6827/3856293758] boot 2024-09-21T17:38:12.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: osdmap e42: 8 total, 8 up, 8 in 2024-09-21T17:38:12.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-21T17:38:12.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:12 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3234498084' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-21T17:38:12.940 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":42,"num_osds":8,"num_up_osds":8,"osd_up_since":1726940291,"num_in_osds":8,"osd_in_since":1726940236,"num_remapped_pgs":1} 2024-09-21T17:38:12.940 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T17:38:13.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:13 smithi029 ceph-mon[25926]: purged_snaps scrub starts 2024-09-21T17:38:13.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:13 smithi029 ceph-mon[25926]: purged_snaps scrub ok 2024-09-21T17:38:13.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:13 smithi029 ceph-mon[25926]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-09-21T17:38:13.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:13 smithi029 ceph-mon[25926]: osdmap e43: 8 total, 8 up, 8 in 2024-09-21T17:38:13.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:13 smithi040 ceph-mon[34588]: purged_snaps scrub starts 2024-09-21T17:38:13.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:13 smithi040 ceph-mon[34588]: purged_snaps scrub ok 2024-09-21T17:38:13.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:13 smithi040 ceph-mon[34588]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-09-21T17:38:13.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:13 smithi040 ceph-mon[34588]: osdmap e43: 8 total, 8 up, 8 in 2024-09-21T17:38:13.312 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:14.027 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:14.027 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":44,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","created":"2024-09-21T17:33:27.632100+0000","modified":"2024-09-21T17:38:13.596727+0000","last_up_change":"2024-09-21T17:38:11.593996+0000","last_in_change":"2024-09-21T17:37:16.653939+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-09-21T17:37:47.798600+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","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":"5e75d5cc-81f8-4248-b7ba-0a1c4852b338","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6801","nonce":2600736241}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6803","nonce":2600736241}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6807","nonce":2600736241}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6805","nonce":2600736241}]},"public_addr":"172.21.15.40:6801/2600736241","cluster_addr":"172.21.15.40:6803/2600736241","heartbeat_back_addr":"172.21.15.40:6807/2600736241","heartbeat_front_addr":"172.21.15.40:6805/2600736241","state":["exists","up"]},{"osd":1,"uuid":"e0caf13e-e9f0-47d9-8390-a0c5b775caa2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6803","nonce":2003498189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6805","nonce":2003498189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6809","nonce":2003498189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6807","nonce":2003498189}]},"public_addr":"172.21.15.29:6803/2003498189","cluster_addr":"172.21.15.29:6805/2003498189","heartbeat_back_addr":"172.21.15.29:6809/2003498189","heartbeat_front_addr":"172.21.15.29:6807/2003498189","state":["exists","up"]},{"osd":2,"uuid":"cd1baa5a-ce6e-4e53-9d31-4adbfdc0796e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6809","nonce":3760340449}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6811","nonce":3760340449}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6815","nonce":3760340449}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6813","nonce":3760340449}]},"public_addr":"172.21.15.40:6809/3760340449","cluster_addr":"172.21.15.40:6811/3760340449","heartbeat_back_addr":"172.21.15.40:6815/3760340449","heartbeat_front_addr":"172.21.15.40:6813/3760340449","state":["exists","up"]},{"osd":3,"uuid":"9697e9cb-100f-445b-a3bc-6ac5f11baf23","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.29:6810","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6811","nonce":1227520485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6813","nonce":1227520485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6817","nonce":1227520485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6815","nonce":1227520485}]},"public_addr":"172.21.15.29:6811/1227520485","cluster_addr":"172.21.15.29:6813/1227520485","heartbeat_back_addr":"172.21.15.29:6817/1227520485","heartbeat_front_addr":"172.21.15.29:6815/1227520485","state":["exists","up"]},{"osd":4,"uuid":"48ddab73-1507-4a49-b4a4-1c1503cdabd4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6817","nonce":820090271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6818","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6819","nonce":820090271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6823","nonce":820090271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6821","nonce":820090271}]},"public_addr":"172.21.15.40:6817/820090271","cluster_addr":"172.21.15.40:6819/820090271","heartbeat_back_addr":"172.21.15.40:6823/820090271","heartbeat_front_addr":"172.21.15.40:6821/820090271","state":["exists","up"]},{"osd":5,"uuid":"64fcf2c7-56ad-4f93-b83c-121f890d142c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6819","nonce":3387305873}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6821","nonce":3387305873}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6825","nonce":3387305873}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6823","nonce":3387305873}]},"public_addr":"172.21.15.29:6819/3387305873","cluster_addr":"172.21.15.29:6821/3387305873","heartbeat_back_addr":"172.21.15.29:6825/3387305873","heartbeat_front_addr":"172.21.15.29:6823/3387305873","state":["exists","up"]},{"osd":6,"uuid":"22f7ef0d-74fe-41fe-94d0-c84f69519182","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6824","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6825","nonce":932597980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6826","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6827","nonce":932597980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6831","nonce":932597980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6829","nonce":932597980}]},"public_addr":"172.21.15.40:6825/932597980","cluster_addr":"172.21.15.40:6827/932597980","heartbeat_back_addr":"172.21.15.40:6831/932597980","heartbeat_front_addr":"172.21.15.40:6829/932597980","state":["exists","up"]},{"osd":7,"uuid":"920b09f6-383f-4775-b3d3-ba68a432ee70","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6827","nonce":3856293758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6829","nonce":3856293758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6833","nonce":3856293758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6831","nonce":3856293758}]},"public_addr":"172.21.15.29:6827/3856293758","cluster_addr":"172.21.15.29:6829/3856293758","heartbeat_back_addr":"172.21.15.29:6833/3856293758","heartbeat_front_addr":"172.21.15.29:6831/3856293758","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:36.122552+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:41.713184+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:43.526113+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:52.631682+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:50.985456+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:38:01.071838+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:57.512493+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:38:10.472883+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[{"pgid":"1.0","osds":[0,3]}],"primary_temp":[],"blocklist":{"172.21.15.29:6801/1544909212":"2024-09-22T17:35:45.332741+0000","172.21.15.29:0/1932538645":"2024-09-22T17:33:59.199836+0000","172.21.15.29:0/3249472147":"2024-09-22T17:35:45.332741+0000","172.21.15.29:6801/2169306923":"2024-09-22T17:33:59.199836+0000","172.21.15.29:0/1438803861":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/1653988666":"2024-09-22T17:35:45.332741+0000","172.21.15.29:0/2906433737":"2024-09-22T17:35:45.332741+0000","172.21.15.29:0/321093975":"2024-09-22T17:33:59.199836+0000","172.21.15.29:6801/2257686304":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/2558429640":"2024-09-22T17:33:59.199836+0000","172.21.15.29:6800/2257686304":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/87372641":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/2940076278":"2024-09-22T17:34:35.113856+0000","172.21.15.29:6800/2169306923":"2024-09-22T17:33:59.199836+0000","172.21.15.29:6800/1544909212":"2024-09-22T17:35:45.332741+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-21T17:38:14.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:14.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:14.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:14 smithi029 ceph-mon[25926]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:14.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:14 smithi029 ceph-mon[25926]: osdmap e44: 8 total, 8 up, 8 in 2024-09-21T17:38:14.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:14 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/210639792' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T17:38:14.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:14.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:14.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:14 smithi040 ceph-mon[34588]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:14.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:14 smithi040 ceph-mon[34588]: osdmap e44: 8 total, 8 up, 8 in 2024-09-21T17:38:14.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:14 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/210639792' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T17:38:14.812 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-21T17:37:47.798600+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-21T17:38:14.812 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd pool get .mgr pg_num 2024-09-21T17:38:15.337 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:15.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:15 smithi029 ceph-mon[25926]: osdmap e45: 8 total, 8 up, 8 in 2024-09-21T17:38:16.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:15 smithi040 ceph-mon[34588]: osdmap e45: 8 total, 8 up, 8 in 2024-09-21T17:38:16.273 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2024-09-21T17:38:16.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:16 smithi029 ceph-mon[25926]: pgmap v108: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:16.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:16 smithi029 ceph-mon[25926]: osdmap e46: 8 total, 8 up, 8 in 2024-09-21T17:38:16.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:38:16.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:16 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2305433865' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T17:38:16.964 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:16 smithi040 ceph-mon[34588]: pgmap v108: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:16.964 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:16 smithi040 ceph-mon[34588]: osdmap e46: 8 total, 8 up, 8 in 2024-09-21T17:38:16.964 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:38:16.964 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:16 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2305433865' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-21T17:38:17.257 INFO:tasks.cephadm:Setting up client nodes... 2024-09-21T17:38:17.258 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-21T17:38:18.050 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:18.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: Detected new or changed devices on smithi040 2024-09-21T17:38:18.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:18.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:18.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:18.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:18.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:18.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:18.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: Adjusting osd_memory_target on smithi040 to 3729M 2024-09-21T17:38:18.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:18.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:18 smithi029 ceph-mon[25926]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:18.679 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: Detected new or changed devices on smithi040 2024-09-21T17:38:18.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:18.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:18.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:18.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:18.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:18.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:18.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: Adjusting osd_memory_target on smithi040 to 3729M 2024-09-21T17:38:18.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:18.680 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:18 smithi040 ceph-mon[34588]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:18.845 INFO:teuthology.orchestra.run.smithi029.stdout:[client.0] 2024-09-21T17:38:18.846 INFO:teuthology.orchestra.run.smithi029.stdout: key = AQCKBO9mxFk6MhAA0Xuiikg+rQ+swlta7w+t1w== 2024-09-21T17:38:19.546 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:19 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1799894264' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T17:38:19.547 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:19 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1799894264' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T17:38:19.582 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:38:19.583 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-21T17:38:19.583 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-21T17:38:19.625 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-21T17:38:19.649 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:19 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1799894264' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T17:38:19.649 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:19 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1799894264' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T17:38:19.884 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi040/config 2024-09-21T17:38:20.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:20 smithi040 ceph-mon[34588]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:20.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:20 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:20.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:20 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:20.626 INFO:teuthology.orchestra.run.smithi040.stdout:[client.1] 2024-09-21T17:38:20.627 INFO:teuthology.orchestra.run.smithi040.stdout: key = AQCMBO9mWQf+JBAAaZidIojAQ35daQQRrBSwfA== 2024-09-21T17:38:20.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:20 smithi029 ceph-mon[25926]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:20.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:20 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:20.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:20 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:21.316 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:38:21.316 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-21T17:38:21.316 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-21T17:38:21.395 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph config log 1 --format=json 2024-09-21T17:38:21.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:21 smithi029 ceph-mon[25926]: from='client.? 172.21.15.40:0/1885487746' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T17:38:21.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:21 smithi029 ceph-mon[25926]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T17:38:21.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:21 smithi029 ceph-mon[25926]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T17:38:21.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:21 smithi040 ceph-mon[34588]: from='client.? 172.21.15.40:0/1885487746' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T17:38:21.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:21 smithi040 ceph-mon[34588]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-21T17:38:21.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:21 smithi040 ceph-mon[34588]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-21T17:38:22.089 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:22.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:22 smithi029 ceph-mon[25926]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:23.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:22 smithi040 ceph-mon[34588]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:23.271 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:23.914 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:23 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2395575528' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T17:38:23.943 INFO:teuthology.orchestra.run.smithi029.stdout:[{"version":18,"timestamp":"2024-09-21T17:38:17.356003+0000","name":"","changes":[{"name":"osd/host:smithi040/osd_memory_target","new_value":"3910231142"}]}] 2024-09-21T17:38:23.944 INFO:tasks.ceph_manager:config epoch is 18 2024-09-21T17:38:23.944 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-21T17:38:23.944 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-21T17:38:23.944 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph mgr dump --format=json 2024-09-21T17:38:24.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:23 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2395575528' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-21T17:38:24.648 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:24.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:24.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:24.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:24.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:24.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:24.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:24.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:24.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:24.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:38:24.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:38:24.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:24.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:38:24.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T17:38:24.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:38:24.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T17:38:24.931 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:38:25.019 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:25.019 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:25.019 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:25.019 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-21T17:38:25.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:38:25.449 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:25.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:25 smithi029 ceph-mon[25926]: Detected new or changed devices on smithi029 2024-09-21T17:38:25.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:25 smithi029 ceph-mon[25926]: Adjusting osd_memory_target on smithi029 to 2961M 2024-09-21T17:38:25.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:25 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2731840312' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T17:38:26.019 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:25 smithi040 ceph-mon[34588]: Detected new or changed devices on smithi029 2024-09-21T17:38:26.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:25 smithi040 ceph-mon[34588]: Adjusting osd_memory_target on smithi029 to 2961M 2024-09-21T17:38:26.020 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:25 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2731840312' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-21T17:38:26.757 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:26 smithi029 ceph-mon[25926]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:26.793 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":20,"flags":0,"active_gid":14229,"active_name":"smithi029.dkjlba","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":3389622860},{"type":"v1","addr":"172.21.15.29:6801","nonce":3389622860}]},"active_addr":"172.21.15.29:6801/3389622860","active_change":"2024-09-21T17:35:45.332848+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":14256,"name":"smithi040.dtzhdr","mgr_features":4540719139924082687,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.8","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.29:8443/","prometheus":"http://172.21.15.29: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.29:0","nonce":3988665883}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":4211882828}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":2799955966}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":830843429}]}]} 2024-09-21T17:38:26.798 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-21T17:38:26.798 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-21T17:38:26.798 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T17:38:27.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:26 smithi040 ceph-mon[34588]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:27.834 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:28.567 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:28.567 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":46,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","created":"2024-09-21T17:33:27.632100+0000","modified":"2024-09-21T17:38:15.599513+0000","last_up_change":"2024-09-21T17:38:11.593996+0000","last_in_change":"2024-09-21T17:37:16.653939+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-09-21T17:37:47.798600+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","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":"5e75d5cc-81f8-4248-b7ba-0a1c4852b338","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6801","nonce":2600736241}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6803","nonce":2600736241}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6807","nonce":2600736241}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6805","nonce":2600736241}]},"public_addr":"172.21.15.40:6801/2600736241","cluster_addr":"172.21.15.40:6803/2600736241","heartbeat_back_addr":"172.21.15.40:6807/2600736241","heartbeat_front_addr":"172.21.15.40:6805/2600736241","state":["exists","up"]},{"osd":1,"uuid":"e0caf13e-e9f0-47d9-8390-a0c5b775caa2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6803","nonce":2003498189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6805","nonce":2003498189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6809","nonce":2003498189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6807","nonce":2003498189}]},"public_addr":"172.21.15.29:6803/2003498189","cluster_addr":"172.21.15.29:6805/2003498189","heartbeat_back_addr":"172.21.15.29:6809/2003498189","heartbeat_front_addr":"172.21.15.29:6807/2003498189","state":["exists","up"]},{"osd":2,"uuid":"cd1baa5a-ce6e-4e53-9d31-4adbfdc0796e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6809","nonce":3760340449}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6811","nonce":3760340449}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6815","nonce":3760340449}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6813","nonce":3760340449}]},"public_addr":"172.21.15.40:6809/3760340449","cluster_addr":"172.21.15.40:6811/3760340449","heartbeat_back_addr":"172.21.15.40:6815/3760340449","heartbeat_front_addr":"172.21.15.40:6813/3760340449","state":["exists","up"]},{"osd":3,"uuid":"9697e9cb-100f-445b-a3bc-6ac5f11baf23","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.29:6810","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6811","nonce":1227520485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6813","nonce":1227520485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6817","nonce":1227520485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6815","nonce":1227520485}]},"public_addr":"172.21.15.29:6811/1227520485","cluster_addr":"172.21.15.29:6813/1227520485","heartbeat_back_addr":"172.21.15.29:6817/1227520485","heartbeat_front_addr":"172.21.15.29:6815/1227520485","state":["exists","up"]},{"osd":4,"uuid":"48ddab73-1507-4a49-b4a4-1c1503cdabd4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6817","nonce":820090271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6818","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6819","nonce":820090271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6823","nonce":820090271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6821","nonce":820090271}]},"public_addr":"172.21.15.40:6817/820090271","cluster_addr":"172.21.15.40:6819/820090271","heartbeat_back_addr":"172.21.15.40:6823/820090271","heartbeat_front_addr":"172.21.15.40:6821/820090271","state":["exists","up"]},{"osd":5,"uuid":"64fcf2c7-56ad-4f93-b83c-121f890d142c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6819","nonce":3387305873}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6821","nonce":3387305873}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6825","nonce":3387305873}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6823","nonce":3387305873}]},"public_addr":"172.21.15.29:6819/3387305873","cluster_addr":"172.21.15.29:6821/3387305873","heartbeat_back_addr":"172.21.15.29:6825/3387305873","heartbeat_front_addr":"172.21.15.29:6823/3387305873","state":["exists","up"]},{"osd":6,"uuid":"22f7ef0d-74fe-41fe-94d0-c84f69519182","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6824","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6825","nonce":932597980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6826","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6827","nonce":932597980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6831","nonce":932597980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6829","nonce":932597980}]},"public_addr":"172.21.15.40:6825/932597980","cluster_addr":"172.21.15.40:6827/932597980","heartbeat_back_addr":"172.21.15.40:6831/932597980","heartbeat_front_addr":"172.21.15.40:6829/932597980","state":["exists","up"]},{"osd":7,"uuid":"920b09f6-383f-4775-b3d3-ba68a432ee70","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6827","nonce":3856293758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6829","nonce":3856293758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6833","nonce":3856293758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6831","nonce":3856293758}]},"public_addr":"172.21.15.29:6827/3856293758","cluster_addr":"172.21.15.29:6829/3856293758","heartbeat_back_addr":"172.21.15.29:6833/3856293758","heartbeat_front_addr":"172.21.15.29:6831/3856293758","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:36.122552+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:41.713184+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:43.526113+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:52.631682+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:50.985456+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:38:01.071838+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:57.512493+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:38:10.472883+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/1544909212":"2024-09-22T17:35:45.332741+0000","172.21.15.29:0/1932538645":"2024-09-22T17:33:59.199836+0000","172.21.15.29:0/3249472147":"2024-09-22T17:35:45.332741+0000","172.21.15.29:6801/2169306923":"2024-09-22T17:33:59.199836+0000","172.21.15.29:0/1438803861":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/1653988666":"2024-09-22T17:35:45.332741+0000","172.21.15.29:0/2906433737":"2024-09-22T17:35:45.332741+0000","172.21.15.29:0/321093975":"2024-09-22T17:33:59.199836+0000","172.21.15.29:6801/2257686304":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/2558429640":"2024-09-22T17:33:59.199836+0000","172.21.15.29:6800/2257686304":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/87372641":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/2940076278":"2024-09-22T17:34:35.113856+0000","172.21.15.29:6800/2169306923":"2024-09-22T17:33:59.199836+0000","172.21.15.29:6800/1544909212":"2024-09-22T17:35:45.332741+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-21T17:38:28.924 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:28 smithi040 ceph-mon[34588]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:28.924 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:28 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/4154922633' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T17:38:28.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:28 smithi029 ceph-mon[25926]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:28.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:28 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4154922633' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T17:38:29.466 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-21T17:38:29.466 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd dump --format=json 2024-09-21T17:38:29.884 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:30.582 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:38:30.582 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":46,"fsid":"789c7c2a-783f-11ef-baf6-efdc52797490","created":"2024-09-21T17:33:27.632100+0000","modified":"2024-09-21T17:38:15.599513+0000","last_up_change":"2024-09-21T17:38:11.593996+0000","last_in_change":"2024-09-21T17:37:16.653939+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-09-21T17:37:47.798600+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","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":"5e75d5cc-81f8-4248-b7ba-0a1c4852b338","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6801","nonce":2600736241}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6803","nonce":2600736241}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6807","nonce":2600736241}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2600736241},{"type":"v1","addr":"172.21.15.40:6805","nonce":2600736241}]},"public_addr":"172.21.15.40:6801/2600736241","cluster_addr":"172.21.15.40:6803/2600736241","heartbeat_back_addr":"172.21.15.40:6807/2600736241","heartbeat_front_addr":"172.21.15.40:6805/2600736241","state":["exists","up"]},{"osd":1,"uuid":"e0caf13e-e9f0-47d9-8390-a0c5b775caa2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":33,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6803","nonce":2003498189}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6805","nonce":2003498189}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6809","nonce":2003498189}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":2003498189},{"type":"v1","addr":"172.21.15.29:6807","nonce":2003498189}]},"public_addr":"172.21.15.29:6803/2003498189","cluster_addr":"172.21.15.29:6805/2003498189","heartbeat_back_addr":"172.21.15.29:6809/2003498189","heartbeat_front_addr":"172.21.15.29:6807/2003498189","state":["exists","up"]},{"osd":2,"uuid":"cd1baa5a-ce6e-4e53-9d31-4adbfdc0796e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6809","nonce":3760340449}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6811","nonce":3760340449}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6815","nonce":3760340449}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":3760340449},{"type":"v1","addr":"172.21.15.40:6813","nonce":3760340449}]},"public_addr":"172.21.15.40:6809/3760340449","cluster_addr":"172.21.15.40:6811/3760340449","heartbeat_back_addr":"172.21.15.40:6815/3760340449","heartbeat_front_addr":"172.21.15.40:6813/3760340449","state":["exists","up"]},{"osd":3,"uuid":"9697e9cb-100f-445b-a3bc-6ac5f11baf23","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.29:6810","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6811","nonce":1227520485}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6813","nonce":1227520485}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6817","nonce":1227520485}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":1227520485},{"type":"v1","addr":"172.21.15.29:6815","nonce":1227520485}]},"public_addr":"172.21.15.29:6811/1227520485","cluster_addr":"172.21.15.29:6813/1227520485","heartbeat_back_addr":"172.21.15.29:6817/1227520485","heartbeat_front_addr":"172.21.15.29:6815/1227520485","state":["exists","up"]},{"osd":4,"uuid":"48ddab73-1507-4a49-b4a4-1c1503cdabd4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6817","nonce":820090271}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6818","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6819","nonce":820090271}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6823","nonce":820090271}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":820090271},{"type":"v1","addr":"172.21.15.40:6821","nonce":820090271}]},"public_addr":"172.21.15.40:6817/820090271","cluster_addr":"172.21.15.40:6819/820090271","heartbeat_back_addr":"172.21.15.40:6823/820090271","heartbeat_front_addr":"172.21.15.40:6821/820090271","state":["exists","up"]},{"osd":5,"uuid":"64fcf2c7-56ad-4f93-b83c-121f890d142c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6818","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6819","nonce":3387305873}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6821","nonce":3387305873}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6825","nonce":3387305873}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":3387305873},{"type":"v1","addr":"172.21.15.29:6823","nonce":3387305873}]},"public_addr":"172.21.15.29:6819/3387305873","cluster_addr":"172.21.15.29:6821/3387305873","heartbeat_back_addr":"172.21.15.29:6825/3387305873","heartbeat_front_addr":"172.21.15.29:6823/3387305873","state":["exists","up"]},{"osd":6,"uuid":"22f7ef0d-74fe-41fe-94d0-c84f69519182","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6824","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6825","nonce":932597980}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6826","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6827","nonce":932597980}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6831","nonce":932597980}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":932597980},{"type":"v1","addr":"172.21.15.40:6829","nonce":932597980}]},"public_addr":"172.21.15.40:6825/932597980","cluster_addr":"172.21.15.40:6827/932597980","heartbeat_back_addr":"172.21.15.40:6831/932597980","heartbeat_front_addr":"172.21.15.40:6829/932597980","state":["exists","up"]},{"osd":7,"uuid":"920b09f6-383f-4775-b3d3-ba68a432ee70","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6826","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6827","nonce":3856293758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6829","nonce":3856293758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6833","nonce":3856293758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":3856293758},{"type":"v1","addr":"172.21.15.29:6831","nonce":3856293758}]},"public_addr":"172.21.15.29:6827/3856293758","cluster_addr":"172.21.15.29:6829/3856293758","heartbeat_back_addr":"172.21.15.29:6833/3856293758","heartbeat_front_addr":"172.21.15.29:6831/3856293758","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:36.122552+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:41.713184+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:43.526113+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:52.631682+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:50.985456+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:38:01.071838+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:37:57.512493+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-21T17:38:10.472883+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:6801/1544909212":"2024-09-22T17:35:45.332741+0000","172.21.15.29:0/1932538645":"2024-09-22T17:33:59.199836+0000","172.21.15.29:0/3249472147":"2024-09-22T17:35:45.332741+0000","172.21.15.29:6801/2169306923":"2024-09-22T17:33:59.199836+0000","172.21.15.29:0/1438803861":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/1653988666":"2024-09-22T17:35:45.332741+0000","172.21.15.29:0/2906433737":"2024-09-22T17:35:45.332741+0000","172.21.15.29:0/321093975":"2024-09-22T17:33:59.199836+0000","172.21.15.29:6801/2257686304":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/2558429640":"2024-09-22T17:33:59.199836+0000","172.21.15.29:6800/2257686304":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/87372641":"2024-09-22T17:34:35.113856+0000","172.21.15.29:0/2940076278":"2024-09-22T17:34:35.113856+0000","172.21.15.29:6800/2169306923":"2024-09-22T17:33:59.199836+0000","172.21.15.29:6800/1544909212":"2024-09-22T17:35:45.332741+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-21T17:38:30.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:30 smithi029 ceph-mon[25926]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:30.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:30 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1963353200' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T17:38:30.974 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:30 smithi040 ceph-mon[34588]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:30.974 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:30 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1963353200' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-21T17:38:31.310 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph tell osd.0 flush_pg_stats 2024-09-21T17:38:31.311 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph tell osd.1 flush_pg_stats 2024-09-21T17:38:31.311 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph tell osd.2 flush_pg_stats 2024-09-21T17:38:31.311 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph tell osd.3 flush_pg_stats 2024-09-21T17:38:31.312 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph tell osd.4 flush_pg_stats 2024-09-21T17:38:31.312 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph tell osd.5 flush_pg_stats 2024-09-21T17:38:31.312 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph tell osd.6 flush_pg_stats 2024-09-21T17:38:31.313 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph tell osd.7 flush_pg_stats 2024-09-21T17:38:31.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:38:31.997 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:38:32.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:32 smithi029 ceph-mon[25926]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:32.783 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:32.784 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:32.788 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:32.790 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:32.797 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:32.876 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:32.876 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:33.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:32 smithi040 ceph-mon[34588]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:34.912 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:34 smithi029 ceph-mon[25926]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:35.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:34 smithi040 ceph-mon[34588]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:35.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:35 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:35.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:35 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:36.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:35 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:36.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:35 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:38:36.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:36 smithi029 ceph-mon[25926]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:37.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:36 smithi040 ceph-mon[34588]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:37.136 INFO:teuthology.orchestra.run.smithi029.stdout:94489280525 2024-09-21T17:38:37.136 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.2 2024-09-21T17:38:38.719 INFO:teuthology.orchestra.run.smithi029.stdout:85899345934 2024-09-21T17:38:38.720 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.1 2024-09-21T17:38:38.927 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:38 smithi029 ceph-mon[25926]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:39.027 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:38 smithi040 ceph-mon[34588]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:39.675 INFO:teuthology.orchestra.run.smithi029.stdout:163208757258 2024-09-21T17:38:39.675 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.5 2024-09-21T17:38:40.670 INFO:teuthology.orchestra.run.smithi029.stdout:146028888075 2024-09-21T17:38:40.670 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.6 2024-09-21T17:38:40.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:40 smithi029 ceph-mon[25926]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:41.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:40 smithi040 ceph-mon[34588]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:41.141 INFO:teuthology.orchestra.run.smithi029.stdout:120259084300 2024-09-21T17:38:41.141 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.4 2024-09-21T17:38:41.901 INFO:teuthology.orchestra.run.smithi029.stdout:180388626439 2024-09-21T17:38:41.902 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.7 2024-09-21T17:38:42.419 INFO:teuthology.orchestra.run.smithi029.stdout:128849018891 2024-09-21T17:38:42.419 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.3 2024-09-21T17:38:42.494 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:42.494 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:42.498 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:42.512 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:42.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:42 smithi029 ceph-mon[25926]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:43.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:42 smithi040 ceph-mon[34588]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:44.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:44 smithi029 ceph-mon[25926]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:45.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:44 smithi040 ceph-mon[34588]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:46.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:46 smithi029 ceph-mon[25926]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:46.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:38:47.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:46 smithi040 ceph-mon[34588]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:47.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:38:48.191 INFO:teuthology.orchestra.run.smithi029.stdout:68719476752 2024-09-21T17:38:48.192 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph osd last-stat-seq osd.0 2024-09-21T17:38:48.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:48 smithi029 ceph-mon[25926]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:48.988 INFO:teuthology.orchestra.run.smithi029.stdout:85899345936 2024-09-21T17:38:49.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:48 smithi040 ceph-mon[34588]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:49.739 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345936 for osd.1 2024-09-21T17:38:49.740 DEBUG:teuthology.parallel:result is None 2024-09-21T17:38:49.842 INFO:teuthology.orchestra.run.smithi029.stdout:94489280528 2024-09-21T17:38:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:49 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3516988401' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T17:38:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:49 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1272527880' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T17:38:50.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:49 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3516988401' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-21T17:38:50.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:49 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1272527880' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-21T17:38:50.275 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:50.275 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:50.465 INFO:teuthology.orchestra.run.smithi029.stdout:163208757261 2024-09-21T17:38:50.769 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:50 smithi029 ceph-mon[25926]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:50.769 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:50 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/727066256' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T17:38:50.803 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280525 got 94489280528 for osd.2 2024-09-21T17:38:50.803 DEBUG:teuthology.parallel:result is None 2024-09-21T17:38:51.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:50 smithi040 ceph-mon[34588]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:51.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:50 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/727066256' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-21T17:38:51.725 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:52.187 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:52.214 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757258 got 163208757261 for osd.5 2024-09-21T17:38:52.214 DEBUG:teuthology.parallel:result is None 2024-09-21T17:38:52.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:52 smithi029 ceph-mon[25926]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:53.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:52 smithi040 ceph-mon[34588]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:53.598 INFO:teuthology.orchestra.run.smithi029.stdout:120259084303 2024-09-21T17:38:53.702 INFO:teuthology.orchestra.run.smithi029.stdout:180388626443 2024-09-21T17:38:53.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:53 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2656596058' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T17:38:54.002 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:38:54.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:53 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2656596058' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-21T17:38:54.518 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626439 got 180388626443 for osd.7 2024-09-21T17:38:54.519 DEBUG:teuthology.parallel:result is None 2024-09-21T17:38:54.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:54 smithi029 ceph-mon[25926]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:54.773 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:54 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/2192603657' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-21T17:38:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:54 smithi040 ceph-mon[34588]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:55.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:54 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/2192603657' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-21T17:38:55.386 INFO:teuthology.orchestra.run.smithi029.stdout:146028888077 2024-09-21T17:38:55.602 INFO:teuthology.orchestra.run.smithi029.stdout:68719476754 2024-09-21T17:38:55.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:55 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/3120989981' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-21T17:38:55.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:55 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/1289454517' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T17:38:56.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:55 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/3120989981' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-21T17:38:56.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:55 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/1289454517' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-21T17:38:56.112 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888075 got 146028888077 for osd.6 2024-09-21T17:38:56.113 DEBUG:teuthology.parallel:result is None 2024-09-21T17:38:56.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:56 smithi029 ceph-mon[25926]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:57.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:56 smithi040 ceph-mon[34588]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:57.276 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476752 got 68719476754 for osd.0 2024-09-21T17:38:57.276 DEBUG:teuthology.parallel:result is None 2024-09-21T17:38:57.734 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084300 got 120259084303 for osd.4 2024-09-21T17:38:57.735 DEBUG:teuthology.parallel:result is None 2024-09-21T17:38:58.168 INFO:teuthology.orchestra.run.smithi029.stdout:128849018895 2024-09-21T17:38:58.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:58 smithi029 ceph-mon[25926]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:58.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:38:58 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/4109470990' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T17:38:59.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:58 smithi040 ceph-mon[34588]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:38:59.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:38:58 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/4109470990' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-21T17:38:59.070 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018891 got 128849018895 for osd.3 2024-09-21T17:38:59.070 DEBUG:teuthology.parallel:result is None 2024-09-21T17:38:59.070 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-21T17:38:59.071 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T17:38:59.335 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:00.099 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:00.099 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-09-21T17:39:00.849 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":131,"stamp":"2024-09-21T17:38:59.369961+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":238244,"kb_used_data":5356,"kb_used_omap":12,"kb_used_meta":232691,"kb_avail":749690204,"statfs":{"total":767926730752,"available":767682768896,"internally_reserved":0,"allocated":5484544,"data_stored":3290032,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":238276144},"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.001864"},"pg_stats":[{"pgid":"1.0","version":"25'132","reported_seq":186,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-09-21T17:38:15.610484+0000","last_change":"2024-09-21T17:38:15.610036+0000","last_active":"2024-09-21T17:38:15.610484+0000","last_peered":"2024-09-21T17:38:15.610484+0000","last_clean":"2024-09-21T17:38:15.610484+0000","last_became_active":"2024-09-21T17:38:15.609623+0000","last_became_peered":"2024-09-21T17:38:15.609623+0000","last_unstale":"2024-09-21T17:38:15.610484+0000","last_undegraded":"2024-09-21T17:38:15.610484+0000","last_fullsized":"2024-09-21T17:38:15.610484+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T17:37:48.614868+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T17:37:48.614868+0000","last_clean_scrub_stamp":"2024-09-21T17:37:48.614868+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-22T20:20:37.751283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32224,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708832,"statfs":{"total":95990841344,"available":95957843968,"internally_reserved":0,"allocated":1056768,"data_stored":780234,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31644,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709412,"statfs":{"total":95990841344,"available":95958437888,"internally_reserved":0,"allocated":462848,"data_stored":189866,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":34,"seq":146028888079,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189866,"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":3,"up_from":30,"seq":128849018895,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28068,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712988,"statfs":{"total":95990841344,"available":95962099712,"internally_reserved":0,"allocated":1056768,"data_stored":780234,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":28,"seq":120259084305,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189866,"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":2,"up_from":22,"seq":94489280530,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31640,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709416,"statfs":{"total":95990841344,"available":95958441984,"internally_reserved":0,"allocated":462848,"data_stored":189866,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":20,"seq":85899345939,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31640,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709416,"statfs":{"total":95990841344,"available":95958441984,"internally_reserved":0,"allocated":462848,"data_stored":189866,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28060,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712996,"statfs":{"total":95990841344,"available":95962107904,"internally_reserved":0,"allocated":1056768,"data_stored":780234,"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-21T17:39:00.849 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph pg dump --format=json 2024-09-21T17:39:01.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:00 smithi040 ceph-mon[34588]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:01.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:00 smithi040 ceph-mon[34588]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:01.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:00 smithi029 ceph-mon[25926]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:01.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:00 smithi029 ceph-mon[25926]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:01.344 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:01.838 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:39:01.838 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:01.838 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:02.009 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:02.009 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2024-09-21T17:39:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:39:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:02.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:02.752 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":132,"stamp":"2024-09-21T17:39:01.370259+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":238244,"kb_used_data":5356,"kb_used_omap":12,"kb_used_meta":232691,"kb_avail":749690204,"statfs":{"total":767926730752,"available":767682768896,"internally_reserved":0,"allocated":5484544,"data_stored":3290032,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":238276144},"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.001791"},"pg_stats":[{"pgid":"1.0","version":"25'132","reported_seq":186,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-09-21T17:38:15.610484+0000","last_change":"2024-09-21T17:38:15.610036+0000","last_active":"2024-09-21T17:38:15.610484+0000","last_peered":"2024-09-21T17:38:15.610484+0000","last_clean":"2024-09-21T17:38:15.610484+0000","last_became_active":"2024-09-21T17:38:15.609623+0000","last_became_peered":"2024-09-21T17:38:15.609623+0000","last_unstale":"2024-09-21T17:38:15.610484+0000","last_undegraded":"2024-09-21T17:38:15.610484+0000","last_fullsized":"2024-09-21T17:38:15.610484+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-21T17:37:48.614868+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-21T17:37:48.614868+0000","last_clean_scrub_stamp":"2024-09-21T17:37:48.614868+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-22T20:20:37.751283+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32224,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708832,"statfs":{"total":95990841344,"available":95957843968,"internally_reserved":0,"allocated":1056768,"data_stored":780234,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":38,"seq":163208757263,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31644,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709412,"statfs":{"total":95990841344,"available":95958437888,"internally_reserved":0,"allocated":462848,"data_stored":189866,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":34,"seq":146028888079,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189866,"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":3,"up_from":30,"seq":128849018896,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28068,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712988,"statfs":{"total":95990841344,"available":95962099712,"internally_reserved":0,"allocated":1056768,"data_stored":780234,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":28,"seq":120259084305,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":189866,"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":2,"up_from":22,"seq":94489280530,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31640,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709416,"statfs":{"total":95990841344,"available":95958441984,"internally_reserved":0,"allocated":462848,"data_stored":189866,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":20,"seq":85899345939,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31640,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709416,"statfs":{"total":95990841344,"available":95958441984,"internally_reserved":0,"allocated":462848,"data_stored":189866,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28060,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712996,"statfs":{"total":95990841344,"available":95962107904,"internally_reserved":0,"allocated":1056768,"data_stored":780234,"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-21T17:39:02.753 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-21T17:39:02.753 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-21T17:39:02.753 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-21T17:39:02.753 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph health --format=json 2024-09-21T17:39:03.013 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:03.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:02 smithi040 ceph-mon[34588]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:03.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:02 smithi040 ceph-mon[34588]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:03.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:02 smithi029 ceph-mon[25926]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:03.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:02 smithi029 ceph-mon[25926]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:03.705 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:03.705 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-21T17:39:04.027 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:03 smithi040 ceph-mon[34588]: from='client.? 172.21.15.29:0/124185250' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T17:39:04.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:03 smithi029 ceph-mon[25926]: from='client.? 172.21.15.29:0/124185250' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-21T17:39:04.516 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-21T17:39:04.517 INFO:tasks.cephadm:Setup complete, yielding 2024-09-21T17:39:04.517 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T17:39:04.526 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:39:04.527 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch status' 2024-09-21T17:39:04.793 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:04.914 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:04 smithi029 ceph-mon[25926]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:05.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:04 smithi040 ceph-mon[34588]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:05.487 INFO:teuthology.orchestra.run.smithi029.stdout:Backend: cephadm 2024-09-21T17:39:05.488 INFO:teuthology.orchestra.run.smithi029.stdout:Available: Yes 2024-09-21T17:39:05.488 INFO:teuthology.orchestra.run.smithi029.stdout:Paused: No 2024-09-21T17:39:06.400 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ps' 2024-09-21T17:39:06.661 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:06 smithi040 ceph-mon[34588]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:06 smithi040 ceph-mon[34588]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:07.062 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:06 smithi029 ceph-mon[25926]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:07.063 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:06 smithi029 ceph-mon[25926]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:07.363 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T17:39:07.363 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (2m) 47s ago 3m 17.7M - 0.27.0 11f11916f8cd a79b1dc56956 2024-09-21T17:39:07.363 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter.smithi029 smithi029 *:9926 running (4m) 47s ago 4m 8056k - 19.3.0-5129-g0ecbb435 3fa9090ef91d aa0a256a0e2c 2024-09-21T17:39:07.363 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter.smithi040 smithi040 *:9926 running (3m) 54s ago 3m 5326k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 8e400c767c67 2024-09-21T17:39:07.363 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (4m) 47s ago 4m 6899k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 9e34911b9ae4 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi040 smithi040 running (3m) 54s ago 3m 6903k - 19.3.0-5129-g0ecbb435 3fa9090ef91d c77eb5d305ad 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (2m) 47s ago 3m 77.4M - 10.4.8 5aad1d7cf004 38e58673d8db 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.dkjlba smithi029 *:9283,8765,8443 running (5m) 47s ago 5m 510M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 7f73836e681d 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi040.dtzhdr smithi040 *:8443,9283,8765 running (3m) 54s ago 3m 453M - 19.3.0-5129-g0ecbb435 3fa9090ef91d c8ada8b4c4b8 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (5m) 47s ago 5m 49.6M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d f6346fe3a028 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi040 smithi040 running (2m) 54s ago 2m 42.6M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d b4ee41bb5358 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (4m) 47s ago 4m 9.97M - 1.7.0 72c9c2088986 342a1dc34bfd 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi040 smithi040 *:9100 running (3m) 54s ago 3m 11.3M - 1.7.0 72c9c2088986 26c24cee57c0 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi040 running (97s) 54s ago 97s 38.9M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d 253ed10eee6c 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (92s) 47s ago 91s 48.3M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d ecf3afd76cce 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi040 running (90s) 54s ago 89s 46.8M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d 263361e679a4 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (81s) 47s ago 80s 37.7M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d d7bcf502dcf9 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi040 running (82s) 54s ago 82s 30.2M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d d42821638eee 2024-09-21T17:39:07.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi029 running (72s) 47s ago 72s 36.8M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d c55a9afeb900 2024-09-21T17:39:07.365 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi040 running (75s) 54s ago 75s 29.5M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d 3bca9a6c5cb2 2024-09-21T17:39:07.365 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi029 running (62s) 47s ago 62s 35.9M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d 528f840f6d33 2024-09-21T17:39:07.365 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (2m) 47s ago 3m 41.8M - 2.51.0 1d3b7f56885b 52e81f36803c 2024-09-21T17:39:08.168 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ls' 2024-09-21T17:39:08.430 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:08.824 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:08 smithi029 ceph-mon[25926]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:08.825 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:08 smithi029 ceph-mon[25926]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:09.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:08 smithi040 ceph-mon[34588]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:09.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:08 smithi040 ceph-mon[34588]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager ?:9093,9094 1/1 48s ago 4m count:1 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter ?:9926 2/2 55s ago 4m * 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:crash 2/2 55s ago 4m * 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:grafana ?:3000 1/1 48s ago 4m count:1 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:mgr 2/2 55s ago 4m count:2 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:mon 2/2 55s ago 4m smithi029:172.21.15.29=smithi029;smithi040:172.21.15.40=smithi040;count:2 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter ?:9100 2/2 55s ago 4m * 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:osd.all-available-devices 8 55s ago 2m * 2024-09-21T17:39:09.120 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus ?:9095 1/1 48s ago 4m count:1 2024-09-21T17:39:09.828 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:09 smithi029 ceph-mon[25926]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:09.861 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch host ls' 2024-09-21T17:39:10.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:09 smithi040 ceph-mon[34588]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:10.123 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:10.753 INFO:teuthology.orchestra.run.smithi029.stdout:HOST ADDR LABELS STATUS 2024-09-21T17:39:10.753 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 172.21.15.29 2024-09-21T17:39:10.753 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 172.21.15.40 2024-09-21T17:39:10.753 INFO:teuthology.orchestra.run.smithi029.stdout:2 hosts in cluster 2024-09-21T17:39:10.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:10 smithi029 ceph-mon[25926]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:11.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:10 smithi040 ceph-mon[34588]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:11.423 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch device ls' 2024-09-21T17:39:11.683 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:11.987 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:11 smithi029 ceph-mon[25926]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:12.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:11 smithi040 ceph-mon[34588]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:12.385 INFO:teuthology.orchestra.run.smithi029.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-21T17:39:12.385 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7512009B480DGN 447G No 47s ago Has a FileSystem, LVM detected 2024-09-21T17:39:12.385 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme1n1 ssd Linux_618b73402a4a96c45aeb 89.4G No 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:12.386 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme2n1 ssd Linux_5bf7301d596ed60559d5 89.4G No 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:12.386 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme3n1 ssd Linux_97dfda44ed8bcd5b403a 89.4G No 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:12.386 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme4n1 ssd Linux_380212d29bd110d90559 89.4G No 47s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:12.386 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330009J400BGN 372G No 55s ago Has a FileSystem, LVM detected 2024-09-21T17:39:12.386 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme1n1 ssd Linux_9d47f64409535f850108 89.4G No 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:12.386 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme2n1 ssd Linux_2bac2f794a05726fbef7 89.4G No 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:12.386 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme3n1 ssd Linux_93a2a0299a4a6370fd3b 89.4G No 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:12.386 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme4n1 ssd Linux_c8557ea604d95546de9e 89.4G No 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:13.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:12 smithi040 ceph-mon[34588]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:13.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:12 smithi029 ceph-mon[25926]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:13.316 INFO:teuthology.run_tasks:Running task vip... 2024-09-21T17:39:13.334 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-21T17:39:13.334 INFO:tasks.vip:peername 172.21.15.29 2024-09-21T17:39:13.337 INFO:tasks.vip:172.21.15.29 in 172.21.0.0/20, pos 3868 2024-09-21T17:39:13.340 INFO:tasks.vip:smithi029.front.sepia.ceph.com static 10.0.15.29, vnet 10.0.0.0/16 2024-09-21T17:39:13.341 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.29')] 2024-09-21T17:39:13.341 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip route ls 2024-09-21T17:39:13.368 INFO:teuthology.orchestra.run.smithi029.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.29 metric 100 2024-09-21T17:39:13.368 INFO:teuthology.orchestra.run.smithi029.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 metric 100 2024-09-21T17:39:13.370 INFO:tasks.vip:Configuring 10.0.15.29 on smithi029.front.sepia.ceph.com iface ens1f0... 2024-09-21T17:39:13.370 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip addr add 10.0.15.29/16 dev ens1f0 2024-09-21T17:39:13.437 INFO:tasks.vip:peername 172.21.15.40 2024-09-21T17:39:13.440 INFO:tasks.vip:172.21.15.40 in 172.21.0.0/20, pos 3879 2024-09-21T17:39:13.444 INFO:tasks.vip:smithi040.front.sepia.ceph.com static 10.0.15.40, vnet 10.0.0.0/16 2024-09-21T17:39:13.444 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip route ls 2024-09-21T17:39:13.477 INFO:teuthology.orchestra.run.smithi040.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.40 metric 100 2024-09-21T17:39:13.477 INFO:teuthology.orchestra.run.smithi040.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.40 metric 100 2024-09-21T17:39:13.479 INFO:tasks.vip:Configuring 10.0.15.40 on smithi040.front.sepia.ceph.com iface ens1f0... 2024-09-21T17:39:13.479 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip addr add 10.0.15.40/16 dev ens1f0 2024-09-21T17:39:13.548 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T17:39:13.559 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:39:13.559 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch device ls --refresh' 2024-09-21T17:39:13.820 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:13.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:13 smithi029 ceph-mon[25926]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:14.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:13 smithi040 ceph-mon[34588]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:14.536 INFO:teuthology.orchestra.run.smithi029.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-21T17:39:14.536 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7512009B480DGN 447G No 49s ago Has a FileSystem, LVM detected 2024-09-21T17:39:14.536 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme1n1 ssd Linux_618b73402a4a96c45aeb 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:14.536 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme2n1 ssd Linux_5bf7301d596ed60559d5 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:14.536 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme3n1 ssd Linux_97dfda44ed8bcd5b403a 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:14.536 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme4n1 ssd Linux_380212d29bd110d90559 89.4G No 49s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:14.536 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330009J400BGN 372G No 57s ago Has a FileSystem, LVM detected 2024-09-21T17:39:14.536 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme1n1 ssd Linux_9d47f64409535f850108 89.4G No 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:14.536 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme2n1 ssd Linux_2bac2f794a05726fbef7 89.4G No 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:14.537 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme3n1 ssd Linux_93a2a0299a4a6370fd3b 89.4G No 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:14.537 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme4n1 ssd Linux_c8557ea604d95546de9e 89.4G No 57s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:39:14.907 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:14 smithi029 ceph-mon[25926]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:14.907 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:39:15.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:14 smithi040 ceph-mon[34588]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:15.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:39:15.351 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-21T17:39:15.377 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:39:15.378 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-21T17:39:15.407 INFO:teuthology.orchestra.run.smithi029.stderr:+ systemctl stop nfs-server 2024-09-21T17:39:15.415 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi040.front.sepia.ceph.com 2024-09-21T17:39:15.416 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-21T17:39:15.442 INFO:teuthology.orchestra.run.smithi040.stderr:+ systemctl stop nfs-server 2024-09-21T17:39:15.449 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T17:39:15.461 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:39:15.462 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph fs volume create foofs' 2024-09-21T17:39:16.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:15 smithi040 ceph-mon[34588]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:16.165 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:16.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:15 smithi029 ceph-mon[25926]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:16.802 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:16 smithi029 ceph-mon[25926]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:16.802 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:39:16.802 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:16.802 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:17.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:16 smithi040 ceph-mon[34588]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:17.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:39:17.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:17.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:17.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:17 smithi040 ceph-mon[34588]: from='client.24355 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:17.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-21T17:39:17.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:17.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:17 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:17.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:17 smithi029 ceph-mon[25926]: from='client.24355 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:17.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-21T17:39:17.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:17.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:17 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:18.991 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:18 smithi040 ceph-mon[34588]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:18.992 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-21T17:39:18.992 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:18 smithi040 ceph-mon[34588]: osdmap e47: 8 total, 8 up, 8 in 2024-09-21T17:39:18.992 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:18 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-21T17:39:19.154 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:18 smithi029 ceph-mon[25926]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:19.154 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-21T17:39:19.154 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:18 smithi029 ceph-mon[25926]: osdmap e47: 8 total, 8 up, 8 in 2024-09-21T17:39:19.154 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:18 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-21T17:39:19.154 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:18 smithi029 ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029[25903]: 2024-09-21T17:39:18.761+0000 7f272a947640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T17:39:19.651 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.29/16 --port 2999' 2024-09-21T17:39:19.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-21T17:39:19.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: osdmap e48: 8 total, 8 up, 8 in 2024-09-21T17:39:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-21T17:39:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T17:39:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T17:39:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-21T17:39:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: osdmap e49: 8 total, 8 up, 8 in 2024-09-21T17:39:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: fsmap foofs:0 2024-09-21T17:39:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: Saving service mds.foofs spec with placement count:2 2024-09-21T17:39:19.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:19 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-21T17:39:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: osdmap e48: 8 total, 8 up, 8 in 2024-09-21T17:39:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-21T17:39:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-21T17:39:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-21T17:39:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-21T17:39:20.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: osdmap e49: 8 total, 8 up, 8 in 2024-09-21T17:39:20.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: fsmap foofs:0 2024-09-21T17:39:20.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: Saving service mds.foofs spec with placement count:2 2024-09-21T17:39:20.029 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:19 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:20.372 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:20.937 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:20 smithi040 ceph-mon[34588]: pgmap v144: 65 pgs: 18 creating+peering, 41 unknown, 6 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:20.937 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:20 smithi040 ceph-mon[34588]: osdmap e50: 8 total, 8 up, 8 in 2024-09-21T17:39:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:20 smithi029 ceph-mon[25926]: pgmap v144: 65 pgs: 18 creating+peering, 41 unknown, 6 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:20 smithi029 ceph-mon[25926]: osdmap e50: 8 total, 8 up, 8 in 2024-09-21T17:39:22.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:21 smithi029 ceph-mon[25926]: osdmap e51: 8 total, 8 up, 8 in 2024-09-21T17:39:22.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:21 smithi029 ceph-mon[25926]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.29/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:22.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-21T17:39:22.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:21 smithi040 ceph-mon[34588]: osdmap e51: 8 total, 8 up, 8 in 2024-09-21T17:39:22.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:21 smithi040 ceph-mon[34588]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.29/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:22.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-21T17:39:22.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:22.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:23 smithi040 ceph-mon[34588]: pgmap v147: 65 pgs: 23 creating+peering, 29 unknown, 13 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:23 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-21T17:39:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:23 smithi040 ceph-mon[34588]: osdmap e52: 8 total, 8 up, 8 in 2024-09-21T17:39:23.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:23 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-21T17:39:23.385 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:23 smithi029 ceph-mon[25926]: pgmap v147: 65 pgs: 23 creating+peering, 29 unknown, 13 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:23.385 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:23 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-21T17:39:23.385 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:23 smithi029 ceph-mon[25926]: osdmap e52: 8 total, 8 up, 8 in 2024-09-21T17:39:23.385 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:23 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-21T17:39:23.830 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-09-21T17:39:24.129 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-21T17:39:24.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:24 smithi029 ceph-mon[25926]: osdmap e53: 8 total, 8 up, 8 in 2024-09-21T17:39:24.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:24 smithi029 ceph-mon[25926]: Saving service nfs.foo spec with placement count:1 2024-09-21T17:39:24.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:24.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:24 smithi029 ceph-mon[25926]: Saving service ingress.nfs.foo spec with placement count:2 2024-09-21T17:39:24.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:24.436 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:24.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-21T17:39:24.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:24 smithi040 ceph-mon[34588]: osdmap e53: 8 total, 8 up, 8 in 2024-09-21T17:39:24.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:24 smithi040 ceph-mon[34588]: Saving service nfs.foo spec with placement count:1 2024-09-21T17:39:24.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:24.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:24 smithi040 ceph-mon[34588]: Saving service ingress.nfs.foo spec with placement count:2 2024-09-21T17:39:24.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:25.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:25 smithi029 ceph-mon[25926]: pgmap v150: 97 pgs: 24 creating+peering, 45 unknown, 28 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:25.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:25 smithi029 ceph-mon[25926]: osdmap e54: 8 total, 8 up, 8 in 2024-09-21T17:39:25.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:25 smithi029 ceph-mon[25926]: mgrmap e21: smithi029.dkjlba(active, since 3m), standbys: smithi040.dtzhdr 2024-09-21T17:39:25.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:25 smithi040 ceph-mon[34588]: pgmap v150: 97 pgs: 24 creating+peering, 45 unknown, 28 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-09-21T17:39:25.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:25 smithi040 ceph-mon[34588]: osdmap e54: 8 total, 8 up, 8 in 2024-09-21T17:39:25.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:25 smithi040 ceph-mon[34588]: mgrmap e21: smithi029.dkjlba(active, since 3m), standbys: smithi040.dtzhdr 2024-09-21T17:39:26.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:26 smithi029 ceph-mon[25926]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:26.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:26 smithi040 ceph-mon[34588]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:39:27.240 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: pgmap v152: 97 pgs: 1 creating+peering, 4 unknown, 92 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T17:39:27.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:27.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:27.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:27.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:39:27.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:27.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:39:27.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.maxklk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T17:39:27.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.maxklk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T17:39:27.241 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:27 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:27.301 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: pgmap v152: 97 pgs: 1 creating+peering, 4 unknown, 92 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T17:39:27.301 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:27.302 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:27.302 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:27.302 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:39:27.302 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:27.302 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:39:27.302 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.maxklk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T17:39:27.302 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi040.maxklk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T17:39:27.302 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:27 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:28.210 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:28 smithi040 ceph-mon[34588]: Deploying daemon mds.foofs.smithi040.maxklk on smithi040 2024-09-21T17:39:28.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:28 smithi029 ceph-mon[25926]: Deploying daemon mds.foofs.smithi040.maxklk on smithi040 2024-09-21T17:39:29.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:29 smithi040 ceph-mon[34588]: pgmap v153: 97 pgs: 97 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T17:39:29.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:29 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:29.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:29 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:29.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:29 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:29.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:29 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.qkekfr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T17:39:29.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:29 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.qkekfr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T17:39:29.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:29 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:29.444 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:29 smithi029 ceph-mon[25926]: pgmap v153: 97 pgs: 97 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-21T17:39:29.444 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:29 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:29.444 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:29 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:29.444 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:29 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:29.444 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:29 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.qkekfr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-21T17:39:29.444 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:29 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.qkekfr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-21T17:39:29.444 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:29 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:30.075 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-09-21T17:39:30.076 INFO:teuthology.orchestra.run.smithi029.stdout: "bind": "/fake", 2024-09-21T17:39:30.076 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster": "foo", 2024-09-21T17:39:30.076 INFO:teuthology.orchestra.run.smithi029.stdout: "fs": "foofs", 2024-09-21T17:39:30.076 INFO:teuthology.orchestra.run.smithi029.stdout: "mode": "RW", 2024-09-21T17:39:30.076 INFO:teuthology.orchestra.run.smithi029.stdout: "path": "/" 2024-09-21T17:39:30.076 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-09-21T17:39:30.335 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: Deploying daemon mds.foofs.smithi029.qkekfr on smithi029 2024-09-21T17:39:30.336 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: mds.? [v2:172.21.15.40:6832/543564201,v1:172.21.15.40:6833/543564201] up:boot 2024-09-21T17:39:30.336 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: daemon mds.foofs.smithi040.maxklk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-21T17:39:30.336 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T17:39:30.336 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T17:39:30.336 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: Cluster is now healthy 2024-09-21T17:39:30.336 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: fsmap foofs:0 1 up:standby 2024-09-21T17:39:30.336 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mds metadata", "who": "foofs.smithi040.maxklk"} : dispatch 2024-09-21T17:39:30.336 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:creating} 2024-09-21T17:39:30.336 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:30 smithi040 ceph-mon[34588]: daemon mds.foofs.smithi040.maxklk is now active in filesystem foofs as rank 0 2024-09-21T17:39:30.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: Deploying daemon mds.foofs.smithi029.qkekfr on smithi029 2024-09-21T17:39:30.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: mds.? [v2:172.21.15.40:6832/543564201,v1:172.21.15.40:6833/543564201] up:boot 2024-09-21T17:39:30.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: daemon mds.foofs.smithi040.maxklk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-21T17:39:30.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-21T17:39:30.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-21T17:39:30.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: Cluster is now healthy 2024-09-21T17:39:30.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: fsmap foofs:0 1 up:standby 2024-09-21T17:39:30.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mds metadata", "who": "foofs.smithi040.maxklk"} : dispatch 2024-09-21T17:39:30.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:creating} 2024-09-21T17:39:30.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:30 smithi029 ceph-mon[25926]: daemon mds.foofs.smithi040.maxklk is now active in filesystem foofs as rank 0 2024-09-21T17:39:31.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:31 smithi029 ceph-mon[25926]: pgmap v154: 97 pgs: 97 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 0 op/s 2024-09-21T17:39:31.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:31 smithi029 ceph-mon[25926]: mds.? [v2:172.21.15.40:6832/543564201,v1:172.21.15.40:6833/543564201] up:active 2024-09-21T17:39:31.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:31 smithi029 ceph-mon[25926]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 2024-09-21T17:39:31.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T17:39:31.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-21T17:39:31.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T17:39:31.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:39:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:31 smithi040 ceph-mon[34588]: pgmap v154: 97 pgs: 97 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 0 op/s 2024-09-21T17:39:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:31 smithi040 ceph-mon[34588]: mds.? [v2:172.21.15.40:6832/543564201,v1:172.21.15.40:6833/543564201] up:active 2024-09-21T17:39:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:31 smithi040 ceph-mon[34588]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 2024-09-21T17:39:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T17:39:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-21T17:39:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.foofs.94ac2614", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-21T17:39:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:39:31.656 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-21T17:39:31.667 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-21T17:39:31.668 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:39:32.352 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:33.090 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:33.090 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:23.055281Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:32.392023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:39:33.449 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: pgmap v155: 97 pgs: 97 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 2 op/s 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: mgrmap e22: smithi029.dkjlba(active, since 3m), standbys: smithi040.dtzhdr 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T17:39:33.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T17:39:33.451 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:33.451 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T17:39:33.451 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T17:39:33.451 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T17:39:33.451 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T17:39:33.451 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:33 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: pgmap v155: 97 pgs: 97 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 2 op/s 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: mgrmap e22: smithi029.dkjlba(active, since 3m), standbys: smithi040.dtzhdr 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T17:39:33.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T17:39:33.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T17:39:33.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T17:39:33.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:33.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T17:39:33.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T17:39:33.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T17:39:33.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T17:39:33.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:33 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:39:33.900 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:39:34.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: Creating key for client.nfs.foo.0.0.smithi029.gsbpbv 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: Rados config object exists: conf-nfs.foo 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: Creating key for client.nfs.foo.0.0.smithi029.gsbpbv-rgw 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: Bind address in nfs.foo.0.0.smithi029.gsbpbv's ganesha conf is defaulting to empty 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: Deploying daemon nfs.foo.0.0.smithi029.gsbpbv on smithi029 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: mds.? [v2:172.21.15.29:6834/1205059279,v1:172.21.15.29:6835/1205059279] up:boot 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 1 up:standby 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mds metadata", "who": "foofs.smithi029.qkekfr"} : dispatch 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 1 up:standby 2024-09-21T17:39:34.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:34 smithi029 ceph-mon[25926]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:34.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: Creating key for client.nfs.foo.0.0.smithi029.gsbpbv 2024-09-21T17:39:34.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T17:39:34.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: Rados config object exists: conf-nfs.foo 2024-09-21T17:39:34.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: Creating key for client.nfs.foo.0.0.smithi029.gsbpbv-rgw 2024-09-21T17:39:34.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: Bind address in nfs.foo.0.0.smithi029.gsbpbv's ganesha conf is defaulting to empty 2024-09-21T17:39:34.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: Deploying daemon nfs.foo.0.0.smithi029.gsbpbv on smithi029 2024-09-21T17:39:34.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: mds.? [v2:172.21.15.29:6834/1205059279,v1:172.21.15.29:6835/1205059279] up:boot 2024-09-21T17:39:34.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 1 up:standby 2024-09-21T17:39:34.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "mds metadata", "who": "foofs.smithi029.qkekfr"} : dispatch 2024-09-21T17:39:34.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 1 up:standby 2024-09-21T17:39:34.529 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:34 smithi040 ceph-mon[34588]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:34.901 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:39:35.330 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:35.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:35 smithi029 ceph-mon[25926]: pgmap v156: 97 pgs: 97 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-21T17:39:35.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:35 smithi029 ceph-mon[25926]: mds.? [v2:172.21.15.40:6832/543564201,v1:172.21.15.40:6833/543564201] up:active 2024-09-21T17:39:35.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:35 smithi029 ceph-mon[25926]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 1 up:standby 2024-09-21T17:39:35.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:35 smithi040 ceph-mon[34588]: pgmap v156: 97 pgs: 97 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-09-21T17:39:35.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:35 smithi040 ceph-mon[34588]: mds.? [v2:172.21.15.40:6832/543564201,v1:172.21.15.40:6833/543564201] up:active 2024-09-21T17:39:35.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:35 smithi040 ceph-mon[34588]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 1 up:standby 2024-09-21T17:39:36.032 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:36.032 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:23.055281Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:32.392023Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:39:36.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:36 smithi029 ceph-mon[25926]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 180 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T17:39:36.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:36 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:36.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:36 smithi029 ceph-mon[25926]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:36.977 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:39:37.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:36 smithi040 ceph-mon[34588]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 180 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-21T17:39:37.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:36 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:37.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:36 smithi040 ceph-mon[34588]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:37.978 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:39:38.246 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:38.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:38 smithi029 ceph-mon[25926]: mds.? [v2:172.21.15.29:6834/1205059279,v1:172.21.15.29:6835/1205059279] up:standby 2024-09-21T17:39:38.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:38 smithi029 ceph-mon[25926]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 1 up:standby 2024-09-21T17:39:38.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:38.368 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:38.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:38.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:38.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:38.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:38 smithi040 ceph-mon[34588]: mds.? [v2:172.21.15.29:6834/1205059279,v1:172.21.15.29:6835/1205059279] up:standby 2024-09-21T17:39:38.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:38 smithi040 ceph-mon[34588]: fsmap foofs:1 {0=foofs.smithi040.maxklk=up:active} 1 up:standby 2024-09-21T17:39:38.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:38.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:38.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:38.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:38.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:39.117 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:39.117 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:23.055281Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:39:39.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:39 smithi029 ceph-mon[25926]: Deploying daemon haproxy.nfs.foo.smithi029.pltqiu on smithi029 2024-09-21T17:39:39.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:39 smithi029 ceph-mon[25926]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T17:39:39.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:39 smithi040 ceph-mon[34588]: Deploying daemon haproxy.nfs.foo.smithi029.pltqiu on smithi029 2024-09-21T17:39:39.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:39 smithi040 ceph-mon[34588]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-21T17:39:40.251 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:39:40.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:40 smithi029 ceph-mon[25926]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:40.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:40 smithi040 ceph-mon[34588]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:41.252 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:39:41.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:41 smithi029 ceph-mon[25926]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-21T17:39:41.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:41 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:41.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:41 smithi040 ceph-mon[34588]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-21T17:39:41.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:41 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:42.199 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:43.134 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:43.134 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:23.055281Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:39:43.224 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:43 smithi029 ceph-mon[25926]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2024-09-21T17:39:43.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:43 smithi040 ceph-mon[34588]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.4 KiB/s wr, 5 op/s 2024-09-21T17:39:44.402 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:44 smithi029 ceph-mon[25926]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:44.439 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:39:44.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:44 smithi040 ceph-mon[34588]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:45.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:45 smithi029 ceph-mon[25926]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-09-21T17:39:45.439 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:39:45.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:45 smithi040 ceph-mon[34588]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2024-09-21T17:39:45.795 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:46.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:39:46.482 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:46.482 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:23.055281Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:39:46.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:39:47.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:47 smithi029 ceph-mon[25926]: pgmap v162: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-09-21T17:39:47.329 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:39:47.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:47 smithi040 ceph-mon[34588]: pgmap v162: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2024-09-21T17:39:48.330 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:39:48.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:48 smithi029 ceph-mon[25926]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:48.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:48.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:48.355 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:48.429 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:48 smithi040 ceph-mon[34588]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:48.429 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:48.429 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:48.429 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:48.603 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:49 smithi029 ceph-mon[25926]: pgmap v163: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T17:39:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:49 smithi029 ceph-mon[25926]: Deploying daemon haproxy.nfs.foo.smithi040.bgtfaz on smithi040 2024-09-21T17:39:49.313 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:49.313 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:47.599744Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:39:49.439 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:49 smithi040 ceph-mon[34588]: pgmap v163: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T17:39:49.439 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:49 smithi040 ceph-mon[34588]: Deploying daemon haproxy.nfs.foo.smithi040.bgtfaz on smithi040 2024-09-21T17:39:50.055 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:39:51.057 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:39:51.332 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:51.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:51 smithi029 ceph-mon[25926]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:51.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:51 smithi029 ceph-mon[25926]: pgmap v164: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T17:39:51.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:51 smithi040 ceph-mon[34588]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:51.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:51 smithi040 ceph-mon[34588]: pgmap v164: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T17:39:52.114 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:52.114 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:47.599744Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:39:52.894 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:39:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:53 smithi029 ceph-mon[25926]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T17:39:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:53 smithi029 ceph-mon[25926]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:53.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:53 smithi040 ceph-mon[34588]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T17:39:53.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:53 smithi040 ceph-mon[34588]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:53.894 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:39:54.184 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:54.892 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:54.892 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:53.979514Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:39:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:54 smithi029 ceph-mon[25926]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T17:39:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:54 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:54 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:54 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:54 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:54 smithi029 ceph-mon[25926]: 10.0.31.29 is in 10.0.0.0/16 on smithi029 interface ens1f0 2024-09-21T17:39:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:54 smithi029 ceph-mon[25926]: 10.0.31.29 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-09-21T17:39:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:54 smithi029 ceph-mon[25926]: Deploying daemon keepalived.nfs.foo.smithi029.cphdag on smithi029 2024-09-21T17:39:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:54 smithi040 ceph-mon[34588]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T17:39:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:54 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:54 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:54 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:54 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:39:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:54 smithi040 ceph-mon[34588]: 10.0.31.29 is in 10.0.0.0/16 on smithi029 interface ens1f0 2024-09-21T17:39:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:54 smithi040 ceph-mon[34588]: 10.0.31.29 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-09-21T17:39:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:54 smithi040 ceph-mon[34588]: Deploying daemon keepalived.nfs.foo.smithi029.cphdag on smithi029 2024-09-21T17:39:56.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:55 smithi040 ceph-mon[34588]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:56.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:55 smithi029 ceph-mon[25926]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:39:56.686 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:39:57.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:56 smithi040 ceph-mon[34588]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T17:39:57.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:56 smithi029 ceph-mon[25926]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T17:39:57.688 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:39:58.050 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:39:58.911 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:39:58.911 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:53.979514Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:39:59.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:58 smithi029 ceph-mon[25926]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:39:59.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:58 smithi040 ceph-mon[34588]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:00.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:39:59 smithi040 ceph-mon[34588]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:00.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:39:59 smithi029 ceph-mon[25926]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:01.188 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:40:01.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:00 smithi040 ceph-mon[34588]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:01.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:00 smithi040 ceph-mon[34588]: overall HEALTH_OK 2024-09-21T17:40:01.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:00 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:40:01.410 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:00 smithi029 ceph-mon[25926]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:01.411 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:00 smithi029 ceph-mon[25926]: overall HEALTH_OK 2024-09-21T17:40:01.411 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:00 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:40:02.189 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:40:02.923 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:40:03.256 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:02 smithi029 ceph-mon[25926]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:03.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:02 smithi040 ceph-mon[34588]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:03.739 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:40:03.740 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:39:53.979514Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:40:04.543 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:40:05.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:04 smithi029 ceph-mon[25926]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:05.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:04 smithi029 ceph-mon[25926]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:05.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:05.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:05.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:04 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:04 smithi040 ceph-mon[34588]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:04 smithi040 ceph-mon[34588]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:04 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:04 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:04 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:05.544 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:40:05.835 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:40:06.124 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:05 smithi029 ceph-mon[25926]: 10.0.31.29 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-09-21T17:40:06.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:05 smithi029 ceph-mon[25926]: 10.0.31.29 is in 10.0.0.0/16 on smithi029 interface ens1f0 2024-09-21T17:40:06.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:05 smithi029 ceph-mon[25926]: Deploying daemon keepalived.nfs.foo.smithi040.ysujxs on smithi040 2024-09-21T17:40:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:05 smithi040 ceph-mon[34588]: 10.0.31.29 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-09-21T17:40:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:05 smithi040 ceph-mon[34588]: 10.0.31.29 is in 10.0.0.0/16 on smithi029 interface ens1f0 2024-09-21T17:40:06.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:05 smithi040 ceph-mon[34588]: Deploying daemon keepalived.nfs.foo.smithi040.ysujxs on smithi040 2024-09-21T17:40:06.591 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:40:06.591 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:40:04.847240Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:40:07.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:06 smithi029 ceph-mon[25926]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T17:40:07.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:06 smithi040 ceph-mon[34588]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T17:40:07.296 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:40:08.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:08 smithi040 ceph-mon[34588]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:08.297 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:40:08.309 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:08 smithi029 ceph-mon[25926]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:08.564 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:40:09.249 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:40:09.249 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:40:04.847240Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:40:09.249 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:09 smithi029 ceph-mon[25926]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:09.267 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:09 smithi040 ceph-mon[34588]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:09.948 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:40:10.948 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:40:11.227 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:40:11.259 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:11 smithi040 ceph-mon[34588]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:11.259 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:11 smithi040 ceph-mon[34588]: pgmap v174: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:11.341 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:11 smithi029 ceph-mon[25926]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:11.342 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:11 smithi029 ceph-mon[25926]: pgmap v174: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:11.962 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:40:11.962 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:16.679072Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:16.679166Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:40:11.511012Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "running": 0, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:16.679310Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:16.679379Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:16.679240Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:16.679447Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:40:12.540 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:12 smithi029 ceph-mon[25926]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:12.541 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:12.541 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:12.541 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:12.541 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:12.541 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:12.541 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:12 smithi029 ceph-mon[25926]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:12.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:12 smithi040 ceph-mon[34588]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:12.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:12.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:12.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:12.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:12.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:12.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:12 smithi040 ceph-mon[34588]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:13.093 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:40:14.094 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:40:14.681 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:40:14.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:14 smithi040 ceph-mon[34588]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:14.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:14 smithi029 ceph-mon[25926]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:15.705 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:40:15.705 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:21.000582Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:21.000724Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:40:11.511012Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "last_refresh": "2024-09-21T17:40:15.387905Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "last_refresh": "2024-09-21T17:40:15.387837Z", "running": 1, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:21.000434Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:21.000265Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:21.000866Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:21.001445Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:40:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:16 smithi029 ceph-mon[25926]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T17:40:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:16 smithi029 ceph-mon[25926]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:16.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:16.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:40:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:16 smithi040 ceph-mon[34588]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T17:40:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:16 smithi040 ceph-mon[34588]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:40:16.709 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:40:17.710 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:40:18.352 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:40:18.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:18 smithi029 ceph-mon[25926]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:18.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:18 smithi040 ceph-mon[34588]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:19.426 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:40:19.426 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:39:21.001026Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:39:21.000582Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:39:21.000724Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:39:21.001162Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:40:11.511012Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "last_refresh": "2024-09-21T17:40:15.387905Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "last_refresh": "2024-09-21T17:40:15.387837Z", "running": 1, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:39:21.000434Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:39:21.000265Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:39:37.362818Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:39:21.000866Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:39:21.001445Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:39:21.001308Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:40:20.351 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-21T17:40:20.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:20 smithi029 ceph-mon[25926]: pgmap v179: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:20.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:20 smithi029 ceph-mon[25926]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:20.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:20 smithi040 ceph-mon[34588]: pgmap v179: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:20.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:20 smithi040 ceph-mon[34588]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:21.353 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:40:21.649 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:40:22.362 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:40:22.362 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:40:21.454328Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:40:15.387186Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:40:15.387281Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:40:21.454401Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:40:11.511012Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "last_refresh": "2024-09-21T17:40:15.387905Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "last_refresh": "2024-09-21T17:40:15.387837Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:40:15.387424Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:40:15.387494Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:40:22.073489Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "last_refresh": "2024-09-21T17:40:21.454931Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:40:15.387354Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:40:15.387565Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:40:21.454475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:40:22.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:22 smithi029 ceph-mon[25926]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:22.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:22.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:22.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:40:22.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:40:22.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:22.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:40:22.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:22 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:22.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:22 smithi029 ceph-mon[25926]: Reconfiguring prometheus.smithi029 (dependencies changed)... 2024-09-21T17:40:22.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:22 smithi040 ceph-mon[34588]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:22.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:22.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:22.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:40:22.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:40:22.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:22.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:40:22.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:22 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:22.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:22 smithi040 ceph-mon[34588]: Reconfiguring prometheus.smithi029 (dependencies changed)... 2024-09-21T17:40:23.542 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-21T17:40:23.543 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-21T17:40:23.558 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-21T17:40:23.558 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- ceph orch ls -f json 2024-09-21T17:40:23.679 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:23 smithi029 ceph-mon[25926]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:23.679 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:23 smithi029 ceph-mon[25926]: Reconfiguring daemon prometheus.smithi029 on smithi029 2024-09-21T17:40:23.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:23 smithi040 ceph-mon[34588]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:23.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:23 smithi040 ceph-mon[34588]: Reconfiguring daemon prometheus.smithi029 on smithi029 2024-09-21T17:40:24.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:24 smithi040 ceph-mon[34588]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:24.785 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:24 smithi029 ceph-mon[25926]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:25.585 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:40:26.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:26 smithi029 ceph-mon[25926]: pgmap v182: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T17:40:26.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:26 smithi040 ceph-mon[34588]: pgmap v182: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T17:40:26.943 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-09-21T17:40:26.943 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-21T17:34:26.013242Z", "last_refresh": "2024-09-21T17:40:21.454328Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:35:56.280123Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-21T17:34:19.872116Z", "last_refresh": "2024-09-21T17:40:15.387186Z", "ports": [9926], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:35:59.658368Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-21T17:34:18.021205Z", "last_refresh": "2024-09-21T17:40:15.387281Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-21T17:34:23.398334Z", "last_refresh": "2024-09-21T17:40:21.454401Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:40:11.511012Z 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.29/16"}, "status": {"created": "2024-09-21T17:39:23.052362Z", "last_refresh": "2024-09-21T17:40:15.387905Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.29/16"}}, {"events": ["2024-09-21T17:39:32.388421Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-21T17:39:18.779184Z", "last_refresh": "2024-09-21T17:40:15.387837Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:06.295405Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-21T17:34:16.741443Z", "last_refresh": "2024-09-21T17:40:15.387424Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:15.743030Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-21T17:35:03.720746Z", "last_refresh": "2024-09-21T17:40:15.387494Z", "running": 2, "size": 2}}, {"events": ["2024-09-21T17:40:22.073489Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-21T17:39:23.047550Z", "last_refresh": "2024-09-21T17:40:21.454931Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-21T17:36:03.440138Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-21T17:34:24.806906Z", "last_refresh": "2024-09-21T17:40:15.387354Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-21T17:36:21.689952Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-21T17:36:21.685573Z", "last_refresh": "2024-09-21T17:40:15.387565Z", "running": 8, "size": 8}}, {"events": ["2024-09-21T17:36:15.747682Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-21T17:34:21.171327Z", "last_refresh": "2024-09-21T17:40:21.454475Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-21T17:40:27.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:27 smithi029 ceph-mon[25926]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:27.756 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-21T17:40:27.756 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-21T17:40:27.767 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:40:27.767 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-21T17:40:27.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:27 smithi040 ceph-mon[34588]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-21T17:40:27.795 INFO:teuthology.orchestra.run.smithi029.stderr:+ mkdir /mnt/foo 2024-09-21T17:40:27.813 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-21T17:40:27.878 INFO:teuthology.orchestra.run.smithi029.stderr:+ sleep 5 2024-09-21T17:40:28.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:28 smithi040 ceph-mon[34588]: pgmap v183: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:28.881 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:28 smithi029 ceph-mon[25926]: pgmap v183: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:30.440 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:30 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:30.440 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:30 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:30.440 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:30 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T17:40:30.440 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:30 smithi040 ceph-mon[34588]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T17:40:30.440 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:30 smithi040 ceph-mon[34588]: pgmap v184: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:30.440 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:30 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:30.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:30 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:30.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:30 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:30.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:30 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-21T17:40:30.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:30 smithi029 ceph-mon[25926]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-21T17:40:30.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:30 smithi029 ceph-mon[25926]: pgmap v184: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:30.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:30 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:31.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:40:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:40:32.530 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:32 smithi040 ceph-mon[34588]: pgmap v185: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:32.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:32 smithi029 ceph-mon[25926]: pgmap v185: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:32.883 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.29:/fake /mnt/foo -o port=2999' 2024-09-21T17:40:33.023 INFO:teuthology.orchestra.run.smithi029.stderr:+ mount -t nfs 10.0.31.29:/fake /mnt/foo -o port=2999 2024-09-21T17:40:34.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:34.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:34.697 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:34 smithi029 ceph-mon[25926]: pgmap v186: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:34 smithi040 ceph-mon[34588]: pgmap v186: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:40:35.492 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-21T17:40:35.559 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo test 2024-09-21T17:40:35.573 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-21T17:40:35.638 INFO:teuthology.orchestra.run.smithi029.stderr:+ sync 2024-09-21T17:40:35.959 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T17:40:35.970 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:40:35.970 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-09-21T17:40:35.970 DEBUG:teuthology.orchestra.run.smithi029:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-09-21T17:40:35.970 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch daemon stop $haproxy 2024-09-21T17:40:35.970 DEBUG:teuthology.orchestra.run.smithi029:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-09-21T17:40:35.970 DEBUG:teuthology.orchestra.run.smithi029:> cat /mnt/foo/testfile 2024-09-21T17:40:35.970 DEBUG:teuthology.orchestra.run.smithi029:> echo $haproxy > /mnt/foo/testfile 2024-09-21T17:40:35.970 DEBUG:teuthology.orchestra.run.smithi029:> sync 2024-09-21T17:40:35.970 DEBUG:teuthology.orchestra.run.smithi029:> ceph orch daemon start $haproxy 2024-09-21T17:40:35.971 DEBUG:teuthology.orchestra.run.smithi029:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-09-21T17:40:35.971 DEBUG:teuthology.orchestra.run.smithi029:> done 2024-09-21T17:40:35.971 DEBUG:teuthology.orchestra.run.smithi029:> ' 2024-09-21T17:40:36.495 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:36 smithi029 ceph-mon[25926]: pgmap v187: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T17:40:36.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:36 smithi040 ceph-mon[34588]: pgmap v187: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-21T17:40:36.917 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:40:37.423 INFO:teuthology.orchestra.run.smithi029.stdout:Check with each haproxy down in turn... 2024-09-21T17:40:37.954 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled to stop haproxy.nfs.foo.smithi029.pltqiu on host 'smithi029' 2024-09-21T17:40:39.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:38 smithi040 ceph-mon[34588]: pgmap v188: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T17:40:39.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:38 smithi040 ceph-mon[34588]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:39.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:38 smithi040 ceph-mon[34588]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi029.pltqiu", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:39.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:38 smithi040 ceph-mon[34588]: Schedule stop daemon haproxy.nfs.foo.smithi029.pltqiu 2024-09-21T17:40:39.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:39.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:38 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:39.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:38 smithi029 ceph-mon[25926]: pgmap v188: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T17:40:39.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:38 smithi029 ceph-mon[25926]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:39.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:38 smithi029 ceph-mon[25926]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi029.pltqiu", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:39.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:38 smithi029 ceph-mon[25926]: Schedule stop daemon haproxy.nfs.foo.smithi029.pltqiu 2024-09-21T17:40:39.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:39.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:38 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:40.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:39 smithi040 ceph-mon[34588]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:40.329 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:39 smithi029 ceph-mon[25926]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:41.208 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:40 smithi040 ceph-mon[34588]: pgmap v189: 97 pgs: 97 active+clean; 581 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T17:40:41.208 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:40 smithi040 ceph-mon[34588]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:41.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:41.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:41.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:40:41.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:40:41.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:41.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:40:41.209 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:40 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:41.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:40 smithi029 ceph-mon[25926]: pgmap v189: 97 pgs: 97 active+clean; 581 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T17:40:41.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:40 smithi029 ceph-mon[25926]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:41.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:41.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:41.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:40:41.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:40:41.409 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:41.410 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:40:41.410 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:40 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:42.165 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:41 smithi029 ceph-mon[25926]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:42.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:41 smithi040 ceph-mon[34588]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:43.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:42 smithi040 ceph-mon[34588]: pgmap v190: 97 pgs: 97 active+clean; 588 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:40:43.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:43.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:43.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:43.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:42 smithi029 ceph-mon[25926]: pgmap v190: 97 pgs: 97 active+clean; 588 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:40:43.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:43.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:43.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:44.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:43 smithi029 ceph-mon[25926]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:44.239 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:43 smithi040 ceph-mon[34588]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:45.224 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:44 smithi029 ceph-mon[25926]: pgmap v191: 97 pgs: 97 active+clean; 588 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:40:45.225 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:44 smithi029 ceph-mon[25926]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:45.259 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:44 smithi040 ceph-mon[34588]: pgmap v191: 97 pgs: 97 active+clean; 588 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:40:45.259 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:44 smithi040 ceph-mon[34588]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:46.239 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:45 smithi040 ceph-mon[34588]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:46.239 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:40:46.263 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:45 smithi029 ceph-mon[25926]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:46.263 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:40:47.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:46 smithi040 ceph-mon[34588]: pgmap v192: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T17:40:47.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:46 smithi040 ceph-mon[34588]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:47.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:47.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:46 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:47.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:46 smithi029 ceph-mon[25926]: pgmap v192: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T17:40:47.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:46 smithi029 ceph-mon[25926]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:47.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:47.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:46 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:49.234 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:48 smithi040 ceph-mon[34588]: pgmap v193: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T17:40:49.234 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:48 smithi040 ceph-mon[34588]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:49.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:48 smithi029 ceph-mon[25926]: pgmap v193: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T17:40:49.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:48 smithi029 ceph-mon[25926]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:50.136 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi029.pltqiu smithi029 *:2999,9999 stopped 0s ago 62s - - 2024-09-21T17:40:50.139 INFO:teuthology.orchestra.run.smithi029.stdout:test 2024-09-21T17:40:50.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:50 smithi029 ceph-mon[25926]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:50.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:50.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:50.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:40:50.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:40:50.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:50.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:40:50.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:50 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:50.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:50 smithi040 ceph-mon[34588]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:50.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:50.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:50.449 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:40:50.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:40:50.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:50.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:40:50.450 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:50 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:50.745 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled to start haproxy.nfs.foo.smithi029.pltqiu on host 'smithi029' 2024-09-21T17:40:51.468 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:51 smithi029 ceph-mon[25926]: pgmap v194: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:40:51.468 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:51 smithi029 ceph-mon[25926]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:51.468 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:51.468 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:51.469 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:51 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:51.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:51 smithi040 ceph-mon[34588]: pgmap v194: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:40:51.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:51 smithi040 ceph-mon[34588]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:51.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:51.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:51.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:51 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:52.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:52 smithi040 ceph-mon[34588]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi029.pltqiu", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:52.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:52 smithi040 ceph-mon[34588]: Schedule start daemon haproxy.nfs.foo.smithi029.pltqiu 2024-09-21T17:40:52.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:52 smithi040 ceph-mon[34588]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:52.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:52 smithi029 ceph-mon[25926]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi029.pltqiu", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:52.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:52 smithi029 ceph-mon[25926]: Schedule start daemon haproxy.nfs.foo.smithi029.pltqiu 2024-09-21T17:40:52.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:52 smithi029 ceph-mon[25926]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:53 smithi029 ceph-mon[25926]: pgmap v195: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:40:53.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:53 smithi040 ceph-mon[34588]: pgmap v195: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:40:54.495 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:54 smithi029 ceph-mon[25926]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:54.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:54 smithi040 ceph-mon[34588]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:55.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:55 smithi040 ceph-mon[34588]: pgmap v196: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:40:55.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:55 smithi040 ceph-mon[34588]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:55.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:55.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:55 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:55.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:55 smithi040 ceph-mon[34588]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:55.563 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:55 smithi029 ceph-mon[25926]: pgmap v196: 97 pgs: 97 active+clean; 589 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:40:55.563 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:55 smithi029 ceph-mon[25926]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:55.563 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:55.563 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:55 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:55.563 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:55 smithi029 ceph-mon[25926]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:56.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:56 smithi040 ceph-mon[34588]: pgmap v197: 97 pgs: 97 active+clean; 599 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T17:40:56.589 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:56 smithi029 ceph-mon[25926]: pgmap v197: 97 pgs: 97 active+clean; 599 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T17:40:57.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:57 smithi040 ceph-mon[34588]: mgrmap e23: smithi029.dkjlba(active, since 5m), standbys: smithi040.dtzhdr 2024-09-21T17:40:57.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:57 smithi040 ceph-mon[34588]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:57.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:57 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:57.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:57 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:57.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:57 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:40:57.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:57 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:40:57.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:57 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:57.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:57 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:40:57.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:57 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:57.594 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:57 smithi029 ceph-mon[25926]: mgrmap e23: smithi029.dkjlba(active, since 5m), standbys: smithi040.dtzhdr 2024-09-21T17:40:57.594 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:57 smithi029 ceph-mon[25926]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:57.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:57.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:57.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:40:57.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:40:57.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:57.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:40:57.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:57 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:58.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:58 smithi029 ceph-mon[25926]: pgmap v198: 97 pgs: 97 active+clean; 599 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-21T17:40:58.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:58 smithi029 ceph-mon[25926]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:58.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:58.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:58 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:58.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:58 smithi040 ceph-mon[34588]: pgmap v198: 97 pgs: 97 active+clean; 599 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-09-21T17:40:58.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:58 smithi040 ceph-mon[34588]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:58.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:58.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:58 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:40:59.373 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:59 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:59.374 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:40:59 smithi029 ceph-mon[25926]: from='client.24479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:40:59.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:59 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:40:59.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:40:59 smithi040 ceph-mon[34588]: from='client.24479 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:00.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:00 smithi029 ceph-mon[25926]: pgmap v199: 97 pgs: 97 active+clean; 599 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T17:41:00.516 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:00 smithi040 ceph-mon[34588]: pgmap v199: 97 pgs: 97 active+clean; 599 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-21T17:41:01.491 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:01 smithi040 ceph-mon[34588]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:01.491 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:01 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:41:01.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:01 smithi029 ceph-mon[25926]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:01.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:01 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:41:02.303 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:02 smithi040 ceph-mon[34588]: pgmap v200: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-21T17:41:02.303 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:02 smithi040 ceph-mon[34588]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:02.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:02 smithi029 ceph-mon[25926]: pgmap v200: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-21T17:41:02.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:02 smithi029 ceph-mon[25926]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:03.522 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:03 smithi029 ceph-mon[25926]: mgrmap e24: smithi029.dkjlba(active, since 5m), standbys: smithi040.dtzhdr 2024-09-21T17:41:03.522 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:03 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:03.522 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:03 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:03.522 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:03 smithi029 ceph-mon[25926]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:03.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:03 smithi040 ceph-mon[34588]: mgrmap e24: smithi029.dkjlba(active, since 5m), standbys: smithi040.dtzhdr 2024-09-21T17:41:03.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:03 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:03.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:03 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:03.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:03 smithi040 ceph-mon[34588]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:04.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:04 smithi029 ceph-mon[25926]: pgmap v201: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-21T17:41:04.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:04 smithi040 ceph-mon[34588]: pgmap v201: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2024-09-21T17:41:05.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:05 smithi029 ceph-mon[25926]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:05.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:05 smithi040 ceph-mon[34588]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:06.933 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi029.pltqiu smithi029 *:2999,9999 running (9s) 1s ago 79s 8224k - 2.3.17-d1c9119 e85424b0d443 9c67e4950862 2024-09-21T17:41:06.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:06 smithi029 ceph-mon[25926]: pgmap v202: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T17:41:06.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:06 smithi029 ceph-mon[25926]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:06.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:06.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:06.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:06.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:06.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:06.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:06.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:06 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:06 smithi040 ceph-mon[34588]: pgmap v202: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T17:41:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:06 smithi040 ceph-mon[34588]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:07.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:06 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:07.235 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled to stop haproxy.nfs.foo.smithi040.bgtfaz on host 'smithi040' 2024-09-21T17:41:07.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:07 smithi029 ceph-mon[25926]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:07.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:07 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:07.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:07 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:07.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:07 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:08.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:07 smithi040 ceph-mon[34588]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:08.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:07 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:08.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:07 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:08.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:07 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:08.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:08 smithi029 ceph-mon[25926]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi040.bgtfaz", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:08.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:08 smithi029 ceph-mon[25926]: Schedule stop daemon haproxy.nfs.foo.smithi040.bgtfaz 2024-09-21T17:41:08.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:08 smithi029 ceph-mon[25926]: pgmap v203: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T17:41:08.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:08 smithi029 ceph-mon[25926]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:09.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:08 smithi040 ceph-mon[34588]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi040.bgtfaz", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:09.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:08 smithi040 ceph-mon[34588]: Schedule stop daemon haproxy.nfs.foo.smithi040.bgtfaz 2024-09-21T17:41:09.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:08 smithi040 ceph-mon[34588]: pgmap v203: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T17:41:09.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:08 smithi040 ceph-mon[34588]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:09.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:09 smithi029 ceph-mon[25926]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:10.027 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:09 smithi040 ceph-mon[34588]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:10.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:10 smithi029 ceph-mon[25926]: pgmap v204: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T17:41:10.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:10 smithi029 ceph-mon[25926]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:11.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:10 smithi040 ceph-mon[34588]: pgmap v204: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T17:41:11.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:10 smithi040 ceph-mon[34588]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:12.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:11 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:12.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:11 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:12.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:11 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:12.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:11 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:12.982 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:12 smithi029 ceph-mon[25926]: pgmap v205: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T17:41:12.983 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:12 smithi029 ceph-mon[25926]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:13.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:12 smithi040 ceph-mon[34588]: pgmap v205: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T17:41:13.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:12 smithi040 ceph-mon[34588]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:14.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:13 smithi029 ceph-mon[25926]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:14.277 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:13 smithi040 ceph-mon[34588]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:15.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:14 smithi029 ceph-mon[25926]: pgmap v206: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T17:41:15.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:15.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:15.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:15.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:15.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:15.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:15.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:14 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:15.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:14 smithi029 ceph-mon[25926]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:15.246 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:14 smithi040 ceph-mon[34588]: pgmap v206: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T17:41:15.246 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:15.246 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:15.247 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:15.247 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:15.247 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:15.247 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:15.247 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:14 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:15.247 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:14 smithi040 ceph-mon[34588]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:16 smithi029 ceph-mon[25926]: pgmap v207: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T17:41:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:16 smithi029 ceph-mon[25926]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:16.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:41:16.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:16 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:16 smithi040 ceph-mon[34588]: pgmap v207: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-09-21T17:41:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:16 smithi040 ceph-mon[34588]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:41:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:16 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:17.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:17 smithi029 ceph-mon[25926]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:18.027 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:17 smithi040 ceph-mon[34588]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:18.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:18 smithi029 ceph-mon[25926]: pgmap v208: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:41:18.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:18 smithi029 ceph-mon[25926]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:19.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:18 smithi040 ceph-mon[34588]: pgmap v208: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:41:19.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:18 smithi040 ceph-mon[34588]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:19.471 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi040.bgtfaz smithi040 *:2999,9999 stopped 0s ago 85s - - 2024-09-21T17:41:19.473 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi029.pltqiu 2024-09-21T17:41:20.078 INFO:teuthology.orchestra.run.smithi029.stdout:Scheduled to start haproxy.nfs.foo.smithi040.bgtfaz on host 'smithi040' 2024-09-21T17:41:20.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:19 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:20.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:19 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:20.277 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:19 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:20.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:19 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:21 smithi029 ceph-mon[25926]: pgmap v209: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:41:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:21 smithi029 ceph-mon[25926]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:21 smithi029 ceph-mon[25926]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi040.bgtfaz", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:21 smithi029 ceph-mon[25926]: Schedule start daemon haproxy.nfs.foo.smithi040.bgtfaz 2024-09-21T17:41:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:21.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:21 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:21.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:21 smithi040 ceph-mon[34588]: pgmap v209: 97 pgs: 97 active+clean; 600 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-21T17:41:21.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:21 smithi040 ceph-mon[34588]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:21.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:21 smithi040 ceph-mon[34588]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi040.bgtfaz", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:21.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:21 smithi040 ceph-mon[34588]: Schedule start daemon haproxy.nfs.foo.smithi040.bgtfaz 2024-09-21T17:41:21.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:21.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:21 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:22.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:22 smithi029 ceph-mon[25926]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:22.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:22 smithi040 ceph-mon[34588]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:23.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:23 smithi029 ceph-mon[25926]: pgmap v210: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:41:23.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:23 smithi029 ceph-mon[25926]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:23.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:23 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:23.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:23 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:23.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:23 smithi040 ceph-mon[34588]: pgmap v210: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-21T17:41:23.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:23 smithi040 ceph-mon[34588]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:23.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:23 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:23.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:23 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:24.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:24 smithi040 ceph-mon[34588]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:24.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:24.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:24.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:24.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:24.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:24 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:24.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:24 smithi029 ceph-mon[25926]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:24.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:24.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:24.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:24.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:24.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:24 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:25.391 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:25 smithi040 ceph-mon[34588]: pgmap v211: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T17:41:25.391 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:25 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:25.392 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:25 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:25.392 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:25 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:25.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:25 smithi029 ceph-mon[25926]: pgmap v211: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T17:41:25.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:25 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:25.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:25 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:25.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:25 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:26.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:26 smithi029 ceph-mon[25926]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:26.457 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:26 smithi040 ceph-mon[34588]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:27.363 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:27 smithi029 ceph-mon[25926]: pgmap v212: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T17:41:27.364 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:27 smithi029 ceph-mon[25926]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:27.392 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:27 smithi040 ceph-mon[34588]: pgmap v212: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-21T17:41:27.392 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:27 smithi040 ceph-mon[34588]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:28.407 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:28 smithi040 ceph-mon[34588]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:28.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:28 smithi029 ceph-mon[25926]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:29.352 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:29 smithi040 ceph-mon[34588]: pgmap v213: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T17:41:29.352 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:29 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:29.352 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:29 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:29.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:29 smithi029 ceph-mon[25926]: pgmap v213: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T17:41:29.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:29 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:29.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:29 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:29.643 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi040.bgtfaz smithi040 *:2999,9999 running (5s) 1s ago 95s 6089k - 2.3.17-d1c9119 e85424b0d443 1b0273f08953 2024-09-21T17:41:30.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:30 smithi029 ceph-mon[25926]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:30.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:30 smithi040 ceph-mon[34588]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:30.547 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-21T17:41:30.563 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> echo "Removing daemon $id fsid $fsid..." 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> echo "Waking up cephadm..." 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> 2024-09-21T17:41:30.563 DEBUG:teuthology.orchestra.run.smithi029:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-21T17:41:30.564 DEBUG:teuthology.orchestra.run.smithi029:> echo "Mount is back!" 2024-09-21T17:41:30.564 DEBUG:teuthology.orchestra.run.smithi029:> done 2024-09-21T17:41:30.564 DEBUG:teuthology.orchestra.run.smithi029:> ' 2024-09-21T17:41:30.591 INFO:teuthology.orchestra.run.smithi029.stderr:++ hostname 2024-09-21T17:41:30.592 INFO:teuthology.orchestra.run.smithi029.stdout:Check with smithi029 ganesha(s) down... 2024-09-21T17:41:30.593 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo 'Check with smithi029 ganesha(s) down...' 2024-09-21T17:41:30.593 INFO:teuthology.orchestra.run.smithi029.stderr:++ systemctl 2024-09-21T17:41:30.593 INFO:teuthology.orchestra.run.smithi029.stderr:++ grep ceph- 2024-09-21T17:41:30.593 INFO:teuthology.orchestra.run.smithi029.stderr:++ grep @nfs 2024-09-21T17:41:30.593 INFO:teuthology.orchestra.run.smithi029.stderr:++ awk '{print $1}' 2024-09-21T17:41:30.601 INFO:teuthology.orchestra.run.smithi029.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-09-21T17:41:30.601 INFO:teuthology.orchestra.run.smithi029.stderr:++ echo ceph-789c7c2a-783f-11ef-baf6-efdc52797490@nfs.foo.0.0.smithi029.gsbpbv.service 2024-09-21T17:41:30.601 INFO:teuthology.orchestra.run.smithi029.stderr:++ sed s/@/-/ 2024-09-21T17:41:30.602 INFO:teuthology.orchestra.run.smithi029.stderr:+ cid=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-nfs.foo.0.0.smithi029.gsbpbv.service 2024-09-21T17:41:30.603 INFO:teuthology.orchestra.run.smithi029.stderr:++ echo ceph-789c7c2a-783f-11ef-baf6-efdc52797490@nfs.foo.0.0.smithi029.gsbpbv.service 2024-09-21T17:41:30.603 INFO:teuthology.orchestra.run.smithi029.stderr:++ cut -d @ -f 2 2024-09-21T17:41:30.603 INFO:teuthology.orchestra.run.smithi029.stderr:++ sed 's/.service$//' 2024-09-21T17:41:30.604 INFO:teuthology.orchestra.run.smithi029.stderr:+ id=nfs.foo.0.0.smithi029.gsbpbv 2024-09-21T17:41:30.605 INFO:teuthology.orchestra.run.smithi029.stderr:++ echo ceph-789c7c2a-783f-11ef-baf6-efdc52797490@nfs.foo.0.0.smithi029.gsbpbv.service 2024-09-21T17:41:30.605 INFO:teuthology.orchestra.run.smithi029.stderr:++ cut -d @ -f 1 2024-09-21T17:41:30.605 INFO:teuthology.orchestra.run.smithi029.stderr:++ cut -d - -f 2- 2024-09-21T17:41:30.605 INFO:teuthology.orchestra.run.smithi029.stderr:+ fsid=789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:41:30.605 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi029.gsbpbv fsid 789c7c2a-783f-11ef-baf6-efdc52797490...' 2024-09-21T17:41:30.606 INFO:teuthology.orchestra.run.smithi029.stdout:Removing daemon nfs.foo.0.0.smithi029.gsbpbv fsid 789c7c2a-783f-11ef-baf6-efdc52797490... 2024-09-21T17:41:30.606 INFO:teuthology.orchestra.run.smithi029.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 --name nfs.foo.0.0.smithi029.gsbpbv 2024-09-21T17:41:31.276 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:31 smithi029 ceph-mon[25926]: pgmap v214: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T17:41:31.276 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:31 smithi029 ceph-mon[25926]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:31.277 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:31 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:41:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:31 smithi040 ceph-mon[34588]: pgmap v214: 97 pgs: 97 active+clean; 610 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-21T17:41:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:31 smithi040 ceph-mon[34588]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:31.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:31 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:41:33.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:33 smithi029 ceph-mon[25926]: pgmap v215: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T17:41:33.527 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:33 smithi040 ceph-mon[34588]: pgmap v215: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-21T17:41:33.812 INFO:teuthology.orchestra.run.smithi029.stdout:Waking up cephadm... 2024-09-21T17:41:33.812 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo 'Waking up cephadm...' 2024-09-21T17:41:33.812 INFO:teuthology.orchestra.run.smithi029.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-09-21T17:41:34.058 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring fsid 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:41:34.122 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:41:34.243 INFO:teuthology.orchestra.run.smithi029.stderr:Using ceph image with id '3fa9090ef91d' and tag '0ecbb435437226bc091a0c2d4549ba25bf724efe' created on 2024-09-21 15:43:11 +0000 UTC 2024-09-21T17:41:34.244 INFO:teuthology.orchestra.run.smithi029.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5 2024-09-21T17:41:34.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:34 smithi029 ceph-mon[25926]: pgmap v216: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:34.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:34.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:34.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:34.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:34.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:34.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:34.643 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:34 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:34 smithi040 ceph-mon[34588]: pgmap v216: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:34.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:34 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (5m) 1s ago 6m 17.1M - 0.27.0 11f11916f8cd a79b1dc56956 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter.smithi029 smithi029 *:9926 running (6m) 1s ago 6m 8484k - 19.3.0-5129-g0ecbb435 3fa9090ef91d aa0a256a0e2c 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter.smithi040 smithi040 *:9926 running (5m) 6s ago 5m 5326k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 8e400c767c67 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (6m) 1s ago 6m 6899k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 9e34911b9ae4 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi040 smithi040 running (5m) 6s ago 5m 6903k - 19.3.0-5129-g0ecbb435 3fa9090ef91d c77eb5d305ad 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (4m) 1s ago 6m 76.7M - 10.4.8 5aad1d7cf004 38e58673d8db 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi029.pltqiu smithi029 *:2999,9999 running (37s) 1s ago 107s 8572k - 2.3.17-d1c9119 e85424b0d443 9c67e4950862 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi040.bgtfaz smithi040 *:2999,9999 running (10s) 6s ago 101s 6089k - 2.3.17-d1c9119 e85424b0d443 1b0273f08953 2024-09-21T17:41:34.953 INFO:teuthology.orchestra.run.smithi029.stdout:keepalived.nfs.foo.smithi029.cphdag smithi029 running (91s) 1s ago 90s 1602k - 2.2.4 4a3a1ff181d9 2c0401696538 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:keepalived.nfs.foo.smithi040.ysujxs smithi040 running (83s) 6s ago 83s 1598k - 2.2.4 4a3a1ff181d9 2a9f7e305c66 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.qkekfr smithi029 running (2m) 1s ago 2m 16.8M - 19.3.0-5129-g0ecbb435 3fa9090ef91d d344af7c28c7 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi040.maxklk smithi040 running (2m) 6s ago 2m 18.2M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 38accbda9818 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.dkjlba smithi029 *:9283,8765,8443 running (7m) 1s ago 7m 530M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 7f73836e681d 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi040.dtzhdr smithi040 *:8443,9283,8765 running (5m) 6s ago 5m 455M - 19.3.0-5129-g0ecbb435 3fa9090ef91d c8ada8b4c4b8 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (7m) 1s ago 8m 52.5M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d f6346fe3a028 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi040 smithi040 running (5m) 6s ago 5m 38.8M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d b4ee41bb5358 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.gsbpbv smithi029 *:12999 running (119s) 1s ago 117s 80.5M - 5.9 3fa9090ef91d 2d1596a5cb49 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (6m) 1s ago 6m 10.4M - 1.7.0 72c9c2088986 342a1dc34bfd 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi040 smithi040 *:9100 running (5m) 6s ago 5m 11.6M - 1.7.0 72c9c2088986 26c24cee57c0 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi040 running (4m) 6s ago 4m 46.0M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d 253ed10eee6c 2024-09-21T17:41:34.954 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (3m) 1s ago 3m 53.7M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d ecf3afd76cce 2024-09-21T17:41:34.955 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi040 running (3m) 6s ago 3m 52.2M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d 263361e679a4 2024-09-21T17:41:34.955 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (3m) 1s ago 3m 47.3M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d d7bcf502dcf9 2024-09-21T17:41:34.955 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi040 running (3m) 6s ago 3m 41.9M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d d42821638eee 2024-09-21T17:41:34.955 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi029 running (3m) 1s ago 3m 49.3M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d c55a9afeb900 2024-09-21T17:41:34.955 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi040 running (3m) 6s ago 3m 42.0M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d 3bca9a6c5cb2 2024-09-21T17:41:34.955 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi029 running (3m) 1s ago 3m 50.2M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d 528f840f6d33 2024-09-21T17:41:34.955 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (66s) 1s ago 5m 41.9M - 2.51.0 1d3b7f56885b 449cc9e8625a 2024-09-21T17:41:35.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:35 smithi040 ceph-mon[34588]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:35.727 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:35 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:35.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:35 smithi029 ceph-mon[25926]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:41:35.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:35 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:35.993 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:36.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:36 smithi029 ceph-mon[25926]: pgmap v217: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:36.777 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:36 smithi040 ceph-mon[34588]: pgmap v217: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:36.994 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:36.994 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:37.995 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:37.995 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:38.778 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:38 smithi040 ceph-mon[34588]: pgmap v218: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:38.814 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:38 smithi029 ceph-mon[25926]: pgmap v218: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:38.996 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:38.996 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:39.849 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:39.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:39 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:39.997 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:39.997 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:40.027 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:40.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:39 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:40.858 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:40 smithi029 ceph-mon[25926]: pgmap v219: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:40.998 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:40.999 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:41.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:40 smithi040 ceph-mon[34588]: pgmap v219: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:42.000 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:42.000 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:43.001 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:43.001 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:43.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: pgmap v220: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:43.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:43.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:43.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: Fencing old nfs.foo.0.0.smithi029.gsbpbv 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv"} : dispatch 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv"}]': finished 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: Creating key for client.nfs.foo.0.1.smithi029.gtihip 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi029.gtihip", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi029.gtihip", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T17:41:43.199 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T17:41:43.200 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: Rados config object exists: conf-nfs.foo 2024-09-21T17:41:43.200 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: Creating key for client.nfs.foo.0.1.smithi029.gtihip-rgw 2024-09-21T17:41:43.200 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi029.gtihip-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T17:41:43.200 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi029.gtihip-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T17:41:43.200 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: Bind address in nfs.foo.0.1.smithi029.gtihip's ganesha conf is defaulting to empty 2024-09-21T17:41:43.200 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:43.200 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:42 smithi029 ceph-mon[25926]: Deploying daemon nfs.foo.0.1.smithi029.gtihip on smithi029 2024-09-21T17:41:43.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: pgmap v220: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:41:43.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:43.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:43.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:43.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: Fencing old nfs.foo.0.0.smithi029.gsbpbv 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv"} : dispatch 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi029.gsbpbv"}]': finished 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: Creating key for client.nfs.foo.0.1.smithi029.gtihip 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi029.gtihip", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi029.gtihip", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-21T17:41:43.280 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:43.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-21T17:41:43.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-21T17:41:43.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: Rados config object exists: conf-nfs.foo 2024-09-21T17:41:43.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: Creating key for client.nfs.foo.0.1.smithi029.gtihip-rgw 2024-09-21T17:41:43.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi029.gtihip-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-21T17:41:43.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi029.gtihip-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-21T17:41:43.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: Bind address in nfs.foo.0.1.smithi029.gtihip's ganesha conf is defaulting to empty 2024-09-21T17:41:43.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:43.281 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:42 smithi040 ceph-mon[34588]: Deploying daemon nfs.foo.0.1.smithi029.gtihip on smithi029 2024-09-21T17:41:44.003 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:44.003 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:45.004 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:45.004 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:45.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:44 smithi029 ceph-mon[25926]: pgmap v221: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T17:41:45.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:44 smithi029 ceph-mon[25926]: from='mds.? [v2:172.21.15.40:6832/543564201,v1:172.21.15.40:6833/543564201]' entity='mds.foofs.smithi040.maxklk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.29:0/243474690"} : dispatch 2024-09-21T17:41:45.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:44 smithi029 ceph-mon[25926]: from='mds.? ' entity='mds.foofs.smithi040.maxklk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.29:0/243474690"} : dispatch 2024-09-21T17:41:45.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:45.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:45.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:45.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:45.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:44 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:45.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:44 smithi040 ceph-mon[34588]: pgmap v221: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 170 B/s wr, 0 op/s 2024-09-21T17:41:45.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:44 smithi040 ceph-mon[34588]: from='mds.? [v2:172.21.15.40:6832/543564201,v1:172.21.15.40:6833/543564201]' entity='mds.foofs.smithi040.maxklk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.29:0/243474690"} : dispatch 2024-09-21T17:41:45.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:44 smithi040 ceph-mon[34588]: from='mds.? ' entity='mds.foofs.smithi040.maxklk' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.29:0/243474690"} : dispatch 2024-09-21T17:41:45.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:45.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:45.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:45.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:45.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:44 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:41:46.005 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:46.005 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:46.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:45 smithi029 ceph-mon[25926]: Evicting (and blocklisting) client session 14708 (172.21.15.29:0/243474690) 2024-09-21T17:41:46.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:45 smithi029 ceph-mon[25926]: from='mds.? ' entity='mds.foofs.smithi040.maxklk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.29:0/243474690"}]': finished 2024-09-21T17:41:46.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:45 smithi029 ceph-mon[25926]: osdmap e55: 8 total, 8 up, 8 in 2024-09-21T17:41:46.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:46.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:45 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:41:46.213 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:45 smithi040 ceph-mon[34588]: Evicting (and blocklisting) client session 14708 (172.21.15.29:0/243474690) 2024-09-21T17:41:46.213 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:45 smithi040 ceph-mon[34588]: from='mds.? ' entity='mds.foofs.smithi040.maxklk' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.29:0/243474690"}]': finished 2024-09-21T17:41:46.213 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:45 smithi040 ceph-mon[34588]: osdmap e55: 8 total, 8 up, 8 in 2024-09-21T17:41:46.213 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:46.213 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:45 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:41:47.006 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:47.006 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:47.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:46 smithi029 ceph-mon[25926]: pgmap v223: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 204 B/s wr, 0 op/s 2024-09-21T17:41:47.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:46 smithi040 ceph-mon[34588]: pgmap v223: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 204 B/s wr, 0 op/s 2024-09-21T17:41:48.007 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:48.008 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:49.009 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:49.009 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:49.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:48 smithi040 ceph-mon[34588]: pgmap v224: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 204 B/s wr, 0 op/s 2024-09-21T17:41:49.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:49.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:48 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:48 smithi029 ceph-mon[25926]: pgmap v224: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 204 B/s wr, 0 op/s 2024-09-21T17:41:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:49.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:48 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:50.010 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:50.010 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:51.010 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:50 smithi029 ceph-mon[25926]: pgmap v225: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 409 B/s wr, 1 op/s 2024-09-21T17:41:51.011 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:51.011 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:51.214 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:50 smithi040 ceph-mon[34588]: pgmap v225: 97 pgs: 97 active+clean; 611 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 409 B/s wr, 1 op/s 2024-09-21T17:41:52.012 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:52.012 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:53.013 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:53.014 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:53.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-21T17:41:53.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: Reconfiguring haproxy.nfs.foo.smithi029.pltqiu (dependencies changed)... 2024-09-21T17:41:53.279 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:52 smithi040 ceph-mon[34588]: Reconfiguring daemon haproxy.nfs.foo.smithi029.pltqiu on smithi029 2024-09-21T17:41:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-21T17:41:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:53.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:41:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:41:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:41:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: Reconfiguring haproxy.nfs.foo.smithi029.pltqiu (dependencies changed)... 2024-09-21T17:41:53.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:52 smithi029 ceph-mon[25926]: Reconfiguring daemon haproxy.nfs.foo.smithi029.pltqiu on smithi029 2024-09-21T17:41:54.016 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:54.016 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:55.017 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:55.017 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:55.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:54 smithi029 ceph-mon[25926]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2024-09-21T17:41:55.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:54 smithi040 ceph-mon[34588]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 818 B/s wr, 2 op/s 2024-09-21T17:41:56.018 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:56.019 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:56 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:56 smithi029 ceph-mon[25926]: Reconfiguring haproxy.nfs.foo.smithi040.bgtfaz (dependencies changed)... 2024-09-21T17:41:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:56 smithi029 ceph-mon[25926]: Reconfiguring daemon haproxy.nfs.foo.smithi040.bgtfaz on smithi040 2024-09-21T17:41:56.696 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:56 smithi029 ceph-mon[25926]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 682 B/s wr, 1 op/s 2024-09-21T17:41:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:56 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:41:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:56 smithi040 ceph-mon[34588]: Reconfiguring haproxy.nfs.foo.smithi040.bgtfaz (dependencies changed)... 2024-09-21T17:41:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:56 smithi040 ceph-mon[34588]: Reconfiguring daemon haproxy.nfs.foo.smithi040.bgtfaz on smithi040 2024-09-21T17:41:56.779 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:56 smithi040 ceph-mon[34588]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 682 B/s wr, 1 op/s 2024-09-21T17:41:57.020 INFO:teuthology.orchestra.run.smithi029.stderr:+ true 2024-09-21T17:41:57.021 INFO:teuthology.orchestra.run.smithi029.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-21T17:41:57.023 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi040.bgtfaz 2024-09-21T17:41:57.024 INFO:teuthology.orchestra.run.smithi029.stdout:Mount is back! 2024-09-21T17:41:57.024 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo 'Mount is back!' 2024-09-21T17:41:57.027 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi040.front.sepia.ceph.com 2024-09-21T17:41:57.027 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-21T17:41:57.027 DEBUG:teuthology.orchestra.run.smithi040:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-21T17:41:57.027 DEBUG:teuthology.orchestra.run.smithi040:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-21T17:41:57.027 DEBUG:teuthology.orchestra.run.smithi040:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-21T17:41:57.027 DEBUG:teuthology.orchestra.run.smithi040:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-21T17:41:57.028 DEBUG:teuthology.orchestra.run.smithi040:> echo "Removing daemon $id fsid $fsid..." 2024-09-21T17:41:57.028 DEBUG:teuthology.orchestra.run.smithi040:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-21T17:41:57.028 DEBUG:teuthology.orchestra.run.smithi040:> 2024-09-21T17:41:57.028 DEBUG:teuthology.orchestra.run.smithi040:> echo "Waking up cephadm..." 2024-09-21T17:41:57.028 DEBUG:teuthology.orchestra.run.smithi040:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-21T17:41:57.028 DEBUG:teuthology.orchestra.run.smithi040:> 2024-09-21T17:41:57.028 DEBUG:teuthology.orchestra.run.smithi040:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-21T17:41:57.028 DEBUG:teuthology.orchestra.run.smithi040:> echo "Mount is back!" 2024-09-21T17:41:57.029 DEBUG:teuthology.orchestra.run.smithi040:> done 2024-09-21T17:41:57.029 DEBUG:teuthology.orchestra.run.smithi040:> ' 2024-09-21T17:41:57.059 INFO:teuthology.orchestra.run.smithi040.stderr:++ hostname 2024-09-21T17:41:57.059 INFO:teuthology.orchestra.run.smithi040.stderr:+ echo 'Check with smithi040 ganesha(s) down...' 2024-09-21T17:41:57.059 INFO:teuthology.orchestra.run.smithi040.stdout:Check with smithi040 ganesha(s) down... 2024-09-21T17:41:57.060 INFO:teuthology.orchestra.run.smithi040.stderr:++ systemctl 2024-09-21T17:41:57.060 INFO:teuthology.orchestra.run.smithi040.stderr:++ grep ceph- 2024-09-21T17:41:57.060 INFO:teuthology.orchestra.run.smithi040.stderr:++ grep @nfs 2024-09-21T17:41:57.060 INFO:teuthology.orchestra.run.smithi040.stderr:++ awk '{print $1}' 2024-09-21T17:41:57.070 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-21T17:41:57.089 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:41:57.089 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-21T17:41:57.365 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:41:57.897 INFO:teuthology.orchestra.run.smithi029.stdout:167 167 2024-09-21T17:41:58.596 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:58 smithi029 ceph-mon[25926]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 682 B/s wr, 1 op/s 2024-09-21T17:41:58.630 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch status' 2024-09-21T17:41:58.766 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:58 smithi040 ceph-mon[34588]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 597 B/s rd, 682 B/s wr, 1 op/s 2024-09-21T17:41:58.901 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:41:59.639 INFO:teuthology.orchestra.run.smithi029.stdout:Backend: cephadm 2024-09-21T17:41:59.639 INFO:teuthology.orchestra.run.smithi029.stdout:Available: Yes 2024-09-21T17:41:59.639 INFO:teuthology.orchestra.run.smithi029.stdout:Paused: No 2024-09-21T17:42:00.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:59 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:00.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:59 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:00.110 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:41:59 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:42:00.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:59 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:00.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:59 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:00.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:41:59 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-21T17:42:00.421 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ps' 2024-09-21T17:42:01.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:00 smithi040 ceph-mon[34588]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 938 B/s wr, 2 op/s 2024-09-21T17:42:01.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:00 smithi040 ceph-mon[34588]: from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:01.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:00 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:42:01.074 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:42:01.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:00 smithi029 ceph-mon[25926]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 938 B/s wr, 2 op/s 2024-09-21T17:42:01.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:00 smithi029 ceph-mon[25926]: from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:01.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:00 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-21T17:42:01.778 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (5m) 9s ago 6m 17.1M - 0.27.0 11f11916f8cd a79b1dc56956 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter.smithi029 smithi029 *:9926 running (7m) 9s ago 7m 8514k - 19.3.0-5129-g0ecbb435 3fa9090ef91d aa0a256a0e2c 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter.smithi040 smithi040 *:9926 running (6m) 13s ago 6m 5326k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 8e400c767c67 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (7m) 9s ago 7m 6899k - 19.3.0-5129-g0ecbb435 3fa9090ef91d 9e34911b9ae4 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi040 smithi040 running (6m) 13s ago 6m 6903k - 19.3.0-5129-g0ecbb435 3fa9090ef91d c77eb5d305ad 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (5m) 9s ago 6m 77.7M - 10.4.8 5aad1d7cf004 38e58673d8db 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi029.pltqiu smithi029 *:2999,9999 starting - - - - 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:haproxy.nfs.foo.smithi040.bgtfaz smithi040 *:2999,9999 starting - - - - 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:keepalived.nfs.foo.smithi029.cphdag smithi029 running (118s) 9s ago 116s 1602k - 2.2.4 4a3a1ff181d9 2c0401696538 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:keepalived.nfs.foo.smithi040.ysujxs smithi040 running (110s) 13s ago 110s 1598k - 2.2.4 4a3a1ff181d9 2a9f7e305c66 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.qkekfr smithi029 running (2m) 9s ago 2m 16.9M - 19.3.0-5129-g0ecbb435 3fa9090ef91d d344af7c28c7 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi040.maxklk smithi040 running (2m) 13s ago 2m 18.5M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 38accbda9818 2024-09-21T17:42:01.779 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.dkjlba smithi029 *:9283,8765,8443 running (8m) 9s ago 8m 531M - 19.3.0-5129-g0ecbb435 3fa9090ef91d 7f73836e681d 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi040.dtzhdr smithi040 *:8443,9283,8765 running (5m) 13s ago 5m 455M - 19.3.0-5129-g0ecbb435 3fa9090ef91d c8ada8b4c4b8 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (8m) 9s ago 8m 52.4M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d f6346fe3a028 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi040 smithi040 running (5m) 13s ago 5m 39.2M 2048M 19.3.0-5129-g0ecbb435 3fa9090ef91d b4ee41bb5358 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.1.smithi029.gtihip smithi029 *:12999 running (17s) 9s ago 17s 63.7M - 5.9 3fa9090ef91d 4ede39056969 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (6m) 9s ago 6m 10.2M - 1.7.0 72c9c2088986 342a1dc34bfd 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi040 smithi040 *:9100 running (5m) 13s ago 5m 11.2M - 1.7.0 72c9c2088986 26c24cee57c0 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi040 running (4m) 13s ago 4m 46.2M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d 253ed10eee6c 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (4m) 9s ago 4m 54.8M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d ecf3afd76cce 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi040 running (4m) 13s ago 4m 52.4M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d 263361e679a4 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (4m) 9s ago 4m 48.4M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d d7bcf502dcf9 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi040 running (4m) 13s ago 4m 42.7M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d d42821638eee 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi029 running (4m) 9s ago 4m 50.0M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d c55a9afeb900 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi040 running (4m) 13s ago 4m 42.2M 3729M 19.3.0-5129-g0ecbb435 3fa9090ef91d 3bca9a6c5cb2 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi029 running (3m) 9s ago 3m 52.0M 2961M 19.3.0-5129-g0ecbb435 3fa9090ef91d 528f840f6d33 2024-09-21T17:42:01.780 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (92s) 9s ago 6m 46.2M - 2.51.0 1d3b7f56885b 449cc9e8625a 2024-09-21T17:42:03.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:02 smithi029 ceph-mon[25926]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T17:42:03.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:02 smithi029 ceph-mon[25926]: from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:03.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:02 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:03.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:02 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:03.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:02 smithi040 ceph-mon[34588]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 767 B/s wr, 1 op/s 2024-09-21T17:42:03.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:02 smithi040 ceph-mon[34588]: from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:03.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:02 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:03.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:02 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:03.351 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ls' 2024-09-21T17:42:04.124 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:42:04.826 INFO:teuthology.orchestra.run.smithi029.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager ?:9093,9094 1/1 12s ago 7m count:1 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-exporter ?:9926 2/2 12s ago 7m * 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:crash 2/2 12s ago 7m * 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:grafana ?:3000 1/1 12s ago 7m count:1 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:ingress.nfs.foo 10.0.31.29:2999,9999 3/4 12s ago 2m count:2 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs 2/2 12s ago 2m count:2 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:mgr 2/2 12s ago 7m count:2 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:mon 2/2 12s ago 7m smithi029:172.21.15.29=smithi029;smithi040:172.21.15.40=smithi040;count:2 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo ?:12999 1/1 12s ago 2m count:1 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter ?:9100 2/2 12s ago 7m * 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:osd.all-available-devices 8 12s ago 5m * 2024-09-21T17:42:04.827 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus ?:9095 1/1 12s ago 7m count:1 2024-09-21T17:42:05.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:04 smithi029 ceph-mon[25926]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-21T17:42:05.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:04 smithi040 ceph-mon[34588]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-21T17:42:05.681 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch host ls' 2024-09-21T17:42:06.080 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:42:06.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:05 smithi029 ceph-mon[25926]: from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:06.214 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:05 smithi040 ceph-mon[34588]: from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:07.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:06 smithi029 ceph-mon[25926]: pgmap v233: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T17:42:07.214 INFO:teuthology.orchestra.run.smithi029.stdout:HOST ADDR LABELS STATUS 2024-09-21T17:42:07.214 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 172.21.15.29 2024-09-21T17:42:07.214 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 172.21.15.40 2024-09-21T17:42:07.214 INFO:teuthology.orchestra.run.smithi029.stdout:2 hosts in cluster 2024-09-21T17:42:07.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:06 smithi040 ceph-mon[34588]: pgmap v233: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-21T17:42:08.009 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch device ls' 2024-09-21T17:42:08.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:07 smithi029 ceph-mon[25926]: from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:08.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:07 smithi040 ceph-mon[34588]: from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:08.310 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:42:09.091 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:08 smithi029 ceph-mon[25926]: pgmap v234: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:42:09.278 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:08 smithi040 ceph-mon[34588]: pgmap v234: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-21T17:42:09.859 INFO:teuthology.orchestra.run.smithi029.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7512009B480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme1n1 ssd Linux_618b73402a4a96c45aeb 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme2n1 ssd Linux_5bf7301d596ed60559d5 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme3n1 ssd Linux_97dfda44ed8bcd5b403a 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme4n1 ssd Linux_380212d29bd110d90559 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330009J400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme1n1 ssd Linux_9d47f64409535f850108 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme2n1 ssd Linux_2bac2f794a05726fbef7 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme3n1 ssd Linux_93a2a0299a4a6370fd3b 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:42:09.860 INFO:teuthology.orchestra.run.smithi029.stdout:smithi040 /dev/nvme4n1 ssd Linux_c8557ea604d95546de9e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-21T17:42:10.636 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-21T17:42:11.187 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/mon.smithi029/config 2024-09-21T17:42:11.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:10 smithi029 ceph-mon[25926]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T17:42:11.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:10 smithi029 ceph-mon[25926]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:11.214 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:10 smithi040 ceph-mon[34588]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2024-09-21T17:42:11.214 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:10 smithi040 ceph-mon[34588]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:12.390 INFO:teuthology.orchestra.run.smithi029.stdout:osd.all-available-devices 8 20s ago 5m * 2024-09-21T17:42:13.122 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-21T17:42:13.132 INFO:tasks.vip:Removing 10.0.15.29 (and any VIPs) on smithi029.front.sepia.ceph.com iface ens1f0... 2024-09-21T17:42:13.132 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip addr del 10.0.15.29/16 dev ens1f0 2024-09-21T17:42:13.160 DEBUG:teuthology.orchestra.run.smithi029:> sudo ip addr del 10.0.31.29/16 dev ens1f0 2024-09-21T17:42:13.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:12 smithi029 ceph-mon[25926]: pgmap v236: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T17:42:13.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:12 smithi029 ceph-mon[25926]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:13.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:13.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:13.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:42:13.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:42:13.196 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:13.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:42:13.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:12 smithi029 ceph-mon[25926]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:13.222 INFO:tasks.vip:Removing 10.0.15.40 (and any VIPs) on smithi040.front.sepia.ceph.com iface ens1f0... 2024-09-21T17:42:13.222 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip addr del 10.0.15.40/16 dev ens1f0 2024-09-21T17:42:13.251 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:12 smithi040 ceph-mon[34588]: pgmap v236: 97 pgs: 97 active+clean; 612 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-09-21T17:42:13.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:12 smithi040 ceph-mon[34588]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-21T17:42:13.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:13.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:13.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-21T17:42:13.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-21T17:42:13.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:13.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-21T17:42:13.252 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:12 smithi040 ceph-mon[34588]: from='mgr.14229 172.21.15.29:0/3892678871' entity='mgr.smithi029.dkjlba' 2024-09-21T17:42:13.257 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip addr del 10.0.31.29/16 dev ens1f0 2024-09-21T17:42:13.326 INFO:teuthology.orchestra.run.smithi040.stderr:Error: ipv4: Address not found. 2024-09-21T17:42:13.327 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-21T17:42:13.327 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-21T17:42:13.337 INFO:tasks.cephadm:Teardown begin 2024-09-21T17:42:13.338 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T17:42:13.364 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T17:42:13.397 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-21T17:42:13.397 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T17:42:13.421 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-21T17:42:13.454 INFO:tasks.cephadm:Stopping all daemons... 2024-09-21T17:42:13.455 INFO:tasks.cephadm.mon.smithi029:Stopping mon.smithi029... 2024-09-21T17:42:13.455 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi029 2024-09-21T17:42:13.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:13 smithi029 systemd[1]: Stopping Ceph mon.smithi029 for 789c7c2a-783f-11ef-baf6-efdc52797490... 2024-09-21T17:42:14.092 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:13 smithi029 ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029[25903]: 2024-09-21T17:42:13.753+0000 7f2730152640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi029 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T17:42:14.092 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:13 smithi029 ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029[25903]: 2024-09-21T17:42:13.753+0000 7f2730152640 -1 mon.smithi029@0(leader) e2 *** Got Signal Terminated *** 2024-09-21T17:42:14.092 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:13 smithi029 podman[95763]: 2024-09-21 17:42:13.825235192 +0000 UTC m=+0.173932552 container died f6346fe3a028c779d7c9f159e140e587f757edbfad9bea7951252796da7cdb37 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, org.label-schema.license=GPLv2, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=) 2024-09-21T17:42:14.446 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:14 smithi029 podman[95763]: 2024-09-21 17:42:14.295847323 +0000 UTC m=+0.644544675 container cleanup f6346fe3a028c779d7c9f159e140e587f757edbfad9bea7951252796da7cdb37 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:0ecbb435437226bc091a0c2d4549ba25bf724efe, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029, GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-21T17:42:14.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Sep 21 17:42:14 smithi029 bash[95763]: ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi029 2024-09-21T17:42:14.741 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi029.service' 2024-09-21T17:42:14.806 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T17:42:14.806 INFO:tasks.cephadm.mon.smithi029:Stopped mon.smithi029 2024-09-21T17:42:14.806 INFO:tasks.cephadm.mon.smithi040:Stopping mon.smithi040... 2024-09-21T17:42:14.806 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi040 2024-09-21T17:42:15.127 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:14 smithi040 systemd[1]: Stopping Ceph mon.smithi040 for 789c7c2a-783f-11ef-baf6-efdc52797490... 2024-09-21T17:42:16.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:15 smithi040 ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi040[34565]: 2024-09-21T17:42:15.706+0000 7f7056ece640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi040 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-21T17:42:16.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:15 smithi040 ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi040[34565]: 2024-09-21T17:42:15.706+0000 7f7056ece640 -1 mon.smithi040@1(peon) e2 *** Got Signal Terminated *** 2024-09-21T17:42:16.028 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:15 smithi040 podman[66672]: 2024-09-21 17:42:15.950673346 +0000 UTC m=+0.358936564 container died b4ee41bb535848119d3f5ecb15f8327df4e25bedaba2c9e8d8af63c33637056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi040, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, org.label-schema.vendor=CentOS) 2024-09-21T17:42:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:16 smithi040 podman[66672]: 2024-09-21 17:42:16.32956702 +0000 UTC m=+0.737830224 container cleanup b4ee41bb535848119d3f5ecb15f8327df4e25bedaba2c9e8d8af63c33637056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi040, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-21T17:42:16.528 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:16 smithi040 bash[66672]: ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi040 2024-09-21T17:42:16.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Sep 21 17:42:16 smithi040 podman[66798]: 2024-09-21 17:42:16.589339472 +0000 UTC m=+0.633739878 container remove b4ee41bb535848119d3f5ecb15f8327df4e25bedaba2c9e8d8af63c33637056f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b7e696d4014dc129bd30a3126ccae3c43a4a3060f7a811b44f457f7ec9f7f5d5, name=ceph-789c7c2a-783f-11ef-baf6-efdc52797490-mon-smithi040, RELEASE=wip-adk-testing-2024-09-21-1014-0ecbb43, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=92e6e0d02ffae0030ac4c9454206214b98a73a23, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True) 2024-09-21T17:42:17.062 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-789c7c2a-783f-11ef-baf6-efdc52797490@mon.smithi040.service' 2024-09-21T17:42:17.116 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-21T17:42:17.116 INFO:tasks.cephadm.mon.smithi040:Stopped mon.smithi040 2024-09-21T17:42:17.116 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T17:42:17.326 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:43:25.007 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 --force --keep-logs 2024-09-21T17:43:25.222 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:44:14.994 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T17:44:15.029 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-21T17:44:15.057 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-21T17:44:15.059 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914059/remote/smithi029/crash 2024-09-21T17:44:15.060 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/crash -- . 2024-09-21T17:44:15.124 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T17:44:15.124 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2024-09-21T17:44:15.126 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/crash to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914059/remote/smithi040/crash 2024-09-21T17:44:15.127 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/crash -- . 2024-09-21T17:44:15.160 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/crash: Cannot open: No such file or directory 2024-09-21T17:44:15.160 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2024-09-21T17:44:15.161 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-21T17:44:15.162 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-21T17:44:15.196 INFO:tasks.cephadm:Compressing logs... 2024-09-21T17:44:15.197 DEBUG:teuthology.orchestra.run.smithi029:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-21T17:44:15.239 DEBUG:teuthology.orchestra.run.smithi040:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-21T17:44:15.263 INFO:teuthology.orchestra.run.smithi029.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.1.log 2024-09-21T17:44:15.263 INFO:teuthology.orchestra.run.smithi029.stderr:: No such file or directory 2024-09-21T17:44:15.263 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.7.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.1.log: /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi029.qkekfr.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mgr.smithi029.dkjlba.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi029.qkekfr.log: /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.audit.log: 79.0% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi029.qkekfr.log.gz 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mgr.smithi029.dkjlba.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi029.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mon.smithi029.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi029.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.5.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr: 84.7% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mon.smithi029.log: 93.9%gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.log 2024-09-21T17:44:15.272 INFO:teuthology.orchestra.run.smithi029.stderr: -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi029.log.gz 2024-09-21T17:44:15.273 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.3.log 2024-09-21T17:44:15.273 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.log: 91.2% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T17:44:15.273 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T17:44:15.273 INFO:teuthology.orchestra.run.smithi029.stderr: 87.2% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T17:44:15.275 INFO:teuthology.orchestra.run.smithi040.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.0.log 2024-09-21T17:44:15.275 INFO:teuthology.orchestra.run.smithi040.stderr:: No such file or directory 2024-09-21T17:44:15.275 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-volume.log 2024-09-21T17:44:15.275 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mgr.smithi040.dtzhdr.log 2024-09-21T17:44:15.275 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.0.log: /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.4.log 2024-09-21T17:44:15.275 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mgr.smithi040.dtzhdr.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.audit.log 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.cephadm.log 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mon.smithi040.log 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi040.maxklk.log 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mon.smithi040.log: 83.7% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.cephadm.log.gz 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.2.log 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi040.maxklk.log: gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.6.log 86.7% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mds.foofs.smithi040.maxklk.log.gz 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.log 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.6.log: /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.2.log: 91.4% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.audit.log.gz 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr: 91.6% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mgr.smithi040.dtzhdr.log.gz 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi040.log 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-21T17:44:15.276 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi040.log: 30.1% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-client.ceph-exporter.smithi040.log.gz 87.0% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph.log.gz 2024-09-21T17:44:15.277 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-09-21T17:44:15.277 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/cephadm.log: 92.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T17:44:15.277 INFO:teuthology.orchestra.run.smithi040.stderr: 91.3% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T17:44:15.279 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.3.log: /var/log/ceph/cephadm.log: 90.9% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-volume.log.gz 2024-09-21T17:44:15.301 INFO:teuthology.orchestra.run.smithi029.stderr: 91.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-21T17:44:15.364 INFO:teuthology.orchestra.run.smithi040.stderr: 92.4% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mon.smithi040.log.gz 2024-09-21T17:44:15.413 INFO:teuthology.orchestra.run.smithi040.stderr: 92.9% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.2.log.gz 2024-09-21T17:44:15.435 INFO:teuthology.orchestra.run.smithi029.stderr: 93.3% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.1.log.gz 2024-09-21T17:44:15.438 INFO:teuthology.orchestra.run.smithi040.stderr: 93.0% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.0.log.gz 2024-09-21T17:44:15.439 INFO:teuthology.orchestra.run.smithi040.stderr: 92.8% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.4.log.gz 2024-09-21T17:44:15.444 INFO:teuthology.orchestra.run.smithi029.stderr: 92.9% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.5.log.gz 2024-09-21T17:44:15.463 INFO:teuthology.orchestra.run.smithi029.stderr: 93.1% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.7.log.gz 2024-09-21T17:44:15.467 INFO:teuthology.orchestra.run.smithi040.stderr: 92.9% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.6.log.gz 2024-09-21T17:44:15.469 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-09-21T17:44:15.469 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m0.215s 2024-09-21T17:44:15.469 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m0.798s 2024-09-21T17:44:15.469 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.044s 2024-09-21T17:44:15.475 INFO:teuthology.orchestra.run.smithi029.stderr: 88.6% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mgr.smithi029.dkjlba.log.gz 2024-09-21T17:44:15.489 INFO:teuthology.orchestra.run.smithi029.stderr: 93.3% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-osd.3.log.gz 2024-09-21T17:44:15.579 INFO:teuthology.orchestra.run.smithi029.stderr: 90.9% -- replaced with /var/log/ceph/789c7c2a-783f-11ef-baf6-efdc52797490/ceph-mon.smithi029.log.gz 2024-09-21T17:44:15.581 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-09-21T17:44:15.581 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m0.328s 2024-09-21T17:44:15.581 INFO:teuthology.orchestra.run.smithi029.stderr:user 0m1.302s 2024-09-21T17:44:15.581 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m0.068s 2024-09-21T17:44:15.582 INFO:tasks.cephadm:Archiving logs... 2024-09-21T17:44:15.582 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914059/remote/smithi029/log 2024-09-21T17:44:15.583 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T17:44:15.814 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914059/remote/smithi040/log 2024-09-21T17:44:15.815 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-21T17:44:15.951 INFO:tasks.cephadm:Removing cluster... 2024-09-21T17:44:15.951 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 --force 2024-09-21T17:44:16.155 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:44:16.283 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 789c7c2a-783f-11ef-baf6-efdc52797490 --force 2024-09-21T17:44:16.489 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 789c7c2a-783f-11ef-baf6-efdc52797490 2024-09-21T17:44:16.607 INFO:tasks.cephadm:Removing cephadm ... 2024-09-21T17:44:16.608 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T17:44:16.623 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-21T17:44:16.639 INFO:tasks.cephadm:Teardown complete 2024-09-21T17:44:16.639 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-21T17:44:16.650 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_1... 2024-09-21T17:44:16.651 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_1 2024-09-21T17:44:16.838 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-21T17:44:16.840 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_2... 2024-09-21T17:44:16.840 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_2 2024-09-21T17:44:16.993 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-21T17:44:16.995 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_3... 2024-09-21T17:44:16.995 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_3 2024-09-21T17:44:17.133 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-21T17:44:17.134 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi029:/dev/vg_nvme/lv_4... 2024-09-21T17:44:17.135 DEBUG:teuthology.orchestra.run.smithi029:> sudo nvme disconnect -n lv_4 2024-09-21T17:44:17.282 INFO:teuthology.orchestra.run.smithi029.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-21T17:44:17.283 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-09-21T17:44:17.284 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/scratch_devs 2024-09-21T17:44:17.309 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_1... 2024-09-21T17:44:17.309 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_1 2024-09-21T17:44:17.462 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-21T17:44:17.464 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_2... 2024-09-21T17:44:17.464 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_2 2024-09-21T17:44:17.625 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-21T17:44:17.627 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_3... 2024-09-21T17:44:17.627 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_3 2024-09-21T17:44:17.811 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-21T17:44:17.813 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_4... 2024-09-21T17:44:17.813 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_4 2024-09-21T17:44:17.976 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-21T17:44:17.978 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-09-21T17:44:17.978 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/scratch_devs 2024-09-21T17:44:18.003 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-21T17:44:18.013 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-21T17:44:18.014 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T17:44:18.016 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-21T17:44:18.030 INFO:teuthology.orchestra.run.smithi029.stderr:bash: line 1: ntpq: command not found 2024-09-21T17:44:18.036 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T17:44:18.036 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2024-09-21T17:44:18.036 INFO:teuthology.orchestra.run.smithi029.stdout:^* hv01.front.sepia.ceph.com 3 6 377 4 -281us[ -275us] +/- 39ms 2024-09-21T17:44:18.036 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 2 +886us[ +886us] +/- 51ms 2024-09-21T17:44:18.036 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 5 -319us[ -313us] +/- 69ms 2024-09-21T17:44:18.036 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:44:18.058 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-09-21T17:44:18.062 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-21T17:44:18.062 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-09-21T17:44:18.062 INFO:teuthology.orchestra.run.smithi040.stdout:^* hv01.front.sepia.ceph.com 3 6 377 7 -305us[ -303us] +/- 39ms 2024-09-21T17:44:18.062 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 3 +895us[ +895us] +/- 51ms 2024-09-21T17:44:18.062 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 5 -301us[ -301us] +/- 69ms 2024-09-21T17:44:18.062 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-21T17:44:18.063 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-21T17:44:18.074 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-21T17:44:18.074 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-21T17:44:18.084 DEBUG:teuthology.orchestra.run.smithi029:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-21T17:44:18.168 DEBUG:teuthology.orchestra.run.smithi040:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-21T17:44:18.239 DEBUG:teuthology.orchestra.run.smithi029:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T17:44:18.269 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T17:44:18.270 DEBUG:teuthology.orchestra.run.smithi040:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-21T17:44:18.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T17:44:18.298 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-21T17:44:18.316 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-21T17:44:18.351 INFO:teuthology.task.internal:Duration was 953.777544 seconds 2024-09-21T17:44:18.352 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-21T17:44:18.361 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-21T17:44:18.361 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T17:44:18.364 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-21T17:44:18.403 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T17:44:18.405 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-21T17:44:18.738 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-21T17:44:18.738 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2024-09-21T17:44:18.738 DEBUG:teuthology.orchestra.run.smithi029:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-21T17:44:18.800 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-09-21T17:44:18.800 DEBUG:teuthology.orchestra.run.smithi040:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-21T17:44:18.828 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-21T17:44:18.828 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T17:44:18.842 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-21T17:44:18.895 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-21T17:44:18.896 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T17:44:18.909 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-21T17:44:19.197 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-21T17:44:19.208 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-21T17:44:19.208 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T17:44:19.233 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-21T17:44:19.259 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-21T17:44:19.270 DEBUG:teuthology.orchestra.run.smithi029:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-21T17:44:19.276 DEBUG:teuthology.orchestra.run.smithi040:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-21T17:44:19.298 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2024-09-21T17:44:19.323 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-09-21T17:44:19.351 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T17:44:19.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T17:44:19.396 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-21T17:44:19.410 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-21T17:44:19.411 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-21T17:44:19.421 INFO:teuthology.task.internal:Transferring archived files... 2024-09-21T17:44:19.422 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914059/remote/smithi029 2024-09-21T17:44:19.422 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T17:44:19.475 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-09-21_16:57:11-orch:cephadm-wip-adk-testing-2024-09-21-1014-distro-default-smithi/7914059/remote/smithi040 2024-09-21T17:44:19.475 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-21T17:44:19.512 INFO:teuthology.task.internal:Removing archive directory... 2024-09-21T17:44:19.512 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T17:44:19.515 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-21T17:44:19.560 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-21T17:44:19.572 INFO:teuthology.task.internal:Not uploading archives. 2024-09-21T17:44:19.572 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-21T17:44:19.583 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-21T17:44:19.583 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T17:44:19.585 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-21T17:44:19.598 INFO:teuthology.orchestra.run.smithi029.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 17:44 /home/ubuntu/cephtest 2024-09-21T17:44:19.616 INFO:teuthology.orchestra.run.smithi040.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 21 17:44 /home/ubuntu/cephtest 2024-09-21T17:44:19.617 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-21T17:44:19.628 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-21T17:44:19.653 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: 953.777544260025 owner: scheduled_adking@teuthology success: true 2024-09-21T17:44:19.653 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-21T17:44:19.738 INFO:teuthology.run:pass