2024-04-02T14:49:55.513 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-02T14:49:55.514 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047 --verbose --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047/orig.config.yaml 2024-04-02T14:49:55.547 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T14:49:55.633 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047 branch: wip-guits-testing-2024-04-02-0703 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7636047' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-04-02-0703 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-04-02-0703 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5637 sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-04-02-0703 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 targets: smithi089.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGmb6iQJRHk0YK1FTA5O6Sb81MnNJH7EoMifOqAExN8m4Ij7lyo5iCMNNZ0HVnt8Qm1cp7ZXeWzBfle4603llW4= smithi172.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMJfvWN4D4XJvvb+icTjHVmjCTyFYTPXZFpR2Wb3myFxXrGJUSli4lG331RCFnikwGD33r2OyWp2u8yu3yBfUho= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-04-02_14:30:22 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-02T14:49:55.633 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa; will attempt to use it 2024-04-02T14:49:55.634 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks 2024-04-02T14:49:55.634 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-02T14:49:55.636 INFO:teuthology.task.internal:Checking packages... 2024-04-02T14:49:55.660 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '3f3f3ed992429b85be729743ad3b39d52dd90744' 2024-04-02T14:49:55.660 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-02T14:49:55.660 INFO:teuthology.packaging:ref: None 2024-04-02T14:49:55.660 INFO:teuthology.packaging:tag: None 2024-04-02T14:49:55.660 INFO:teuthology.packaging:branch: wip-guits-testing-2024-04-02-0703 2024-04-02T14:49:55.660 INFO:teuthology.packaging:sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:49:55.660 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-04-02-0703 2024-04-02T14:49:55.909 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2592.g3f3f3ed9 2024-04-02T14:49:55.910 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-02T14:49:55.916 INFO:teuthology.task.internal:no buildpackages task found 2024-04-02T14:49:55.916 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-02T14:49:55.924 INFO:teuthology.task.internal:Saving configuration 2024-04-02T14:49:55.937 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-02T14:49:55.943 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:49:55.968 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:44:47.691355', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGmb6iQJRHk0YK1FTA5O6Sb81MnNJH7EoMifOqAExN8m4Ij7lyo5iCMNNZ0HVnt8Qm1cp7ZXeWzBfle4603llW4='} 2024-04-02T14:49:55.991 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:44:47.689957', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMJfvWN4D4XJvvb+icTjHVmjCTyFYTPXZFpR2Wb3myFxXrGJUSli4lG331RCFnikwGD33r2OyWp2u8yu3yBfUho='} 2024-04-02T14:49:55.991 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-02T14:49:55.996 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-02T14:49:55.997 INFO:teuthology.task.internal:roles: ubuntu@smithi172.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-02T14:49:55.997 INFO:teuthology.run_tasks:Running task console_log... 2024-04-02T14:49:56.066 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ffb4a0980d0>, signals=[15]) 2024-04-02T14:49:56.067 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-02T14:49:56.072 INFO:teuthology.task.internal:Opening connections... 2024-04-02T14:49:56.072 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2024-04-02T14:49:56.074 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:49:56.163 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi172.front.sepia.ceph.com 2024-04-02T14:49:56.164 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:49:56.250 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-02T14:49:56.257 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2024-04-02T14:49:56.274 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2024-04-02T14:49:56.274 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2024-04-02T14:49:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="CentOS Stream" 2024-04-02T14:49:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="9" 2024-04-02T14:49:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:ID="centos" 2024-04-02T14:49:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="rhel fedora" 2024-04-02T14:49:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="9" 2024-04-02T14:49:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el9" 2024-04-02T14:49:56.330 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T14:49:56.331 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2024-04-02T14:49:56.331 INFO:teuthology.orchestra.run.smithi089.stdout:LOGO="fedora-logo-icon" 2024-04-02T14:49:56.331 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T14:49:56.331 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://centos.org/" 2024-04-02T14:49:56.331 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T14:49:56.331 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T14:49:56.331 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T14:49:56.331 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2024-04-02T14:49:56.351 DEBUG:teuthology.orchestra.run.smithi172:> uname -m 2024-04-02T14:49:56.369 INFO:teuthology.orchestra.run.smithi172.stdout:x86_64 2024-04-02T14:49:56.369 DEBUG:teuthology.orchestra.run.smithi172:> cat /etc/os-release 2024-04-02T14:49:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:NAME="CentOS Stream" 2024-04-02T14:49:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION="9" 2024-04-02T14:49:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:ID="centos" 2024-04-02T14:49:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:ID_LIKE="rhel fedora" 2024-04-02T14:49:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:VERSION_ID="9" 2024-04-02T14:49:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:PLATFORM_ID="platform:el9" 2024-04-02T14:49:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T14:49:56.426 INFO:teuthology.orchestra.run.smithi172.stdout:ANSI_COLOR="0;31" 2024-04-02T14:49:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:LOGO="fedora-logo-icon" 2024-04-02T14:49:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T14:49:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:HOME_URL="https://centos.org/" 2024-04-02T14:49:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T14:49:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T14:49:56.427 INFO:teuthology.orchestra.run.smithi172.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T14:49:56.427 INFO:teuthology.lock.ops:Updating smithi172.front.sepia.ceph.com on lock server 2024-04-02T14:49:56.451 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-02T14:49:56.459 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-02T14:49:56.464 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-02T14:49:56.464 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:49:56.466 DEBUG:teuthology.orchestra.run.smithi172:> test '!' -e /home/ubuntu/cephtest 2024-04-02T14:49:56.482 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-02T14:49:56.500 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-02T14:49:56.500 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:49:56.522 DEBUG:teuthology.orchestra.run.smithi172:> test -z $(ls -A /var/lib/ceph) 2024-04-02T14:49:56.568 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-02T14:49:56.620 INFO:teuthology.run_tasks:Running task kernel... 2024-04-02T14:49:56.633 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-02T14:49:56.634 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-02T14:49:56.634 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:49:56.634 DEBUG:teuthology.orchestra.run.smithi172:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T14:49:56.650 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:49:56.650 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-04-02T14:49:56.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:49:56.651 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-04-02T14:49:56.710 INFO:teuthology.orchestra.run.smithi172.stdout:5.14.0-361.el9.x86_64 2024-04-02T14:49:56.711 INFO:teuthology.task.kernel:Running kernel on smithi172: 5.14.0-361.el9.x86_64 2024-04-02T14:49:56.711 DEBUG:teuthology.orchestra.run.smithi172:> sudo yum install -y kernel 2024-04-02T14:49:56.712 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-361.el9.x86_64 2024-04-02T14:49:56.712 INFO:teuthology.task.kernel:Running kernel on smithi089: 5.14.0-361.el9.x86_64 2024-04-02T14:49:56.712 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2024-04-02T14:49:58.933 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-04-02T14:49:58.961 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-04-02T14:50:00.542 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS-9 - BaseOS 4.4 MB/s | 2.0 MB 00:00 2024-04-02T14:50:00.544 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS-9 - BaseOS 4.3 MB/s | 2.0 MB 00:00 2024-04-02T14:50:01.465 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-02T14:50:01.718 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - BaseOS 9.9 MB/s | 8.0 MB 00:00 2024-04-02T14:50:03.708 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-04-02T14:50:03.861 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-04-02T14:50:07.895 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.1 MB 00:00 2024-04-02T14:50:08.600 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 6.1 MB 00:01 2024-04-02T14:50:09.404 INFO:teuthology.orchestra.run.smithi089.stdout:CentOS Stream 9 - Extras packages 43 kB/s | 16 kB 00:00 2024-04-02T14:50:10.184 INFO:teuthology.orchestra.run.smithi172.stdout:CentOS Stream 9 - Extras packages 35 kB/s | 16 kB 00:00 2024-04-02T14:50:10.490 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-02T14:50:11.955 INFO:teuthology.orchestra.run.smithi172.stdout:Extra Packages for Enterprise Linux 13 MB/s | 21 MB 00:01 2024-04-02T14:50:15.405 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 36 kB/s | 1.7 kB 00:00 2024-04-02T14:50:16.977 INFO:teuthology.orchestra.run.smithi172.stdout:lab-extras 15 kB/s | 1.7 kB 00:00 2024-04-02T14:50:17.671 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T14:50:17.671 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T14:50:17.787 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-02T14:50:17.792 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-02T14:50:17.792 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2024-04-02T14:50:17.792 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-02T14:50:17.792 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-02T14:50:17.792 INFO:teuthology.orchestra.run.smithi089.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T14:50:17.792 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2024-04-02T14:50:17.793 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T14:50:17.793 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T14:50:17.793 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T14:50:17.793 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:50:17.793 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-02T14:50:17.793 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-02T14:50:17.793 INFO:teuthology.orchestra.run.smithi089.stdout:Install 4 Packages 2024-04-02T14:50:17.793 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:50:17.793 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 76 M 2024-04-02T14:50:17.794 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 123 M 2024-04-02T14:50:17.794 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-02T14:50:17.949 INFO:teuthology.orchestra.run.smithi089.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 1.2 MB/s | 192 kB 00:00 2024-04-02T14:50:19.258 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T14:50:19.259 INFO:teuthology.orchestra.run.smithi172.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T14:50:19.341 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout: Package Arch Version Repository Size 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout:Installing dependencies: 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-02T14:50:19.350 INFO:teuthology.orchestra.run.smithi172.stdout:Install 4 Packages 2024-04-02T14:50:19.351 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:50:19.351 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 76 M 2024-04-02T14:50:19.351 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 123 M 2024-04-02T14:50:19.351 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2024-04-02T14:50:19.549 INFO:teuthology.orchestra.run.smithi089.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 8.6 MB/s | 15 MB 00:01 2024-04-02T14:50:19.553 INFO:teuthology.orchestra.run.smithi172.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 951 kB/s | 192 kB 00:00 2024-04-02T14:50:20.645 INFO:teuthology.orchestra.run.smithi172.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 12 MB/s | 15 MB 00:01 2024-04-02T14:50:21.220 INFO:teuthology.orchestra.run.smithi172.stdout:(3/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 18 MB/s | 34 MB 00:01 2024-04-02T14:50:21.498 INFO:teuthology.orchestra.run.smithi089.stdout:(3/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 9.1 MB/s | 34 MB 00:03 2024-04-02T14:50:21.953 INFO:teuthology.orchestra.run.smithi172.stdout:(4/4): kernel-modules-core-5.14.0-434.el9.x86_6 12 MB/s | 28 MB 00:02 2024-04-02T14:50:21.957 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:21.957 INFO:teuthology.orchestra.run.smithi172.stdout:Total 29 MB/s | 76 MB 00:02 2024-04-02T14:50:21.957 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2024-04-02T14:50:22.224 INFO:teuthology.orchestra.run.smithi089.stdout:(4/4): kernel-modules-core-5.14.0-434.el9.x86_6 6.5 MB/s | 28 MB 00:04 2024-04-02T14:50:22.227 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:50:22.227 INFO:teuthology.orchestra.run.smithi089.stdout:Total 17 MB/s | 76 MB 00:04 2024-04-02T14:50:22.228 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-02T14:50:22.321 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2024-04-02T14:50:22.321 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2024-04-02T14:50:22.613 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-02T14:50:22.614 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-02T14:50:23.165 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2024-04-02T14:50:23.165 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2024-04-02T14:50:23.460 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-02T14:50:23.461 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-02T14:50:25.449 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2024-04-02T14:50:25.769 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-02T14:50:26.052 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:50:26.159 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:50:26.356 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:50:26.432 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:50:28.897 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:50:29.033 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:50:29.205 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:50:29.336 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:50:33.759 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:50:33.790 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:50:34.071 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:50:34.210 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:50:38.538 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:50:38.921 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:51:07.831 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:51:07.831 INFO:teuthology.orchestra.run.smithi172.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T14:51:07.831 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:51:07.874 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:51:08.207 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:51:08.207 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:51:08.207 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:51:08.207 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:51:08.210 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:51:08.210 INFO:teuthology.orchestra.run.smithi089.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T14:51:08.211 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:51:08.253 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:51:08.616 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:51:08.617 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:51:08.617 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2024-04-02T14:51:08.617 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T14:51:08.617 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T14:51:08.617 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T14:51:08.617 INFO:teuthology.orchestra.run.smithi172.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T14:51:08.617 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:51:08.617 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2024-04-02T14:51:08.634 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:51:08.634 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T14:51:08.634 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T14:51:08.634 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T14:51:08.941 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:51:09.027 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T14:51:09.028 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:51:09.028 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-02T14:51:09.028 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T14:51:09.028 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T14:51:09.028 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T14:51:09.028 INFO:teuthology.orchestra.run.smithi089.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T14:51:09.028 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:51:09.028 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-02T14:51:09.039 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:51:09.039 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:51:09.039 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T14:51:09.040 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:51:09.040 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:51:09.040 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-02T14:51:09.040 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi172.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:51:09.040 DEBUG:teuthology.orchestra.run.smithi172:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:51:09.119 INFO:teuthology.orchestra.run.smithi172.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:51:09.120 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:51:09.120 DEBUG:teuthology.orchestra.run.smithi172:> sudo rpm -qi grub2-tools 2024-04-02T14:51:09.156 INFO:teuthology.orchestra.run.smithi172.stdout:Name : grub2-tools 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Epoch : 1 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Version : 2.06 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Release : 68.el9 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Architecture: x86_64 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Group : Unspecified 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Size : 8264254 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:License : GPLv3+ 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T14:51:09.157 INFO:teuthology.orchestra.run.smithi172.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:Packager : builder@centos.org 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:Vendor : CentOS 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:Summary : Support tools for GRUB. 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:Description : 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:hardware devices. 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:51:09.158 INFO:teuthology.orchestra.run.smithi172.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T14:51:09.159 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T14:51:09.159 INFO:teuthology.task.kernel:Updating grub on smithi172 to boot 5.14.0-434.el9.x86_64 2024-04-02T14:51:09.160 DEBUG:teuthology.orchestra.run.smithi172:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T14:51:09.372 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:51:09.475 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:51:09.476 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:51:09.476 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-434.el9.x86_64 2024-04-02T14:51:09.476 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T14:51:09.476 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T14:51:09.476 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-02T14:51:09.476 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi089.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T14:51:09.476 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T14:51:09.556 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T14:51:09.557 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T14:51:09.557 DEBUG:teuthology.orchestra.run.smithi089:> sudo rpm -qi grub2-tools 2024-04-02T14:51:09.597 INFO:teuthology.orchestra.run.smithi089.stdout:Name : grub2-tools 2024-04-02T14:51:09.597 INFO:teuthology.orchestra.run.smithi089.stdout:Epoch : 1 2024-04-02T14:51:09.597 INFO:teuthology.orchestra.run.smithi089.stdout:Version : 2.06 2024-04-02T14:51:09.597 INFO:teuthology.orchestra.run.smithi089.stdout:Release : 68.el9 2024-04-02T14:51:09.597 INFO:teuthology.orchestra.run.smithi089.stdout:Architecture: x86_64 2024-04-02T14:51:09.597 INFO:teuthology.orchestra.run.smithi089.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T14:51:09.597 INFO:teuthology.orchestra.run.smithi089.stdout:Group : Unspecified 2024-04-02T14:51:09.597 INFO:teuthology.orchestra.run.smithi089.stdout:Size : 8264254 2024-04-02T14:51:09.597 INFO:teuthology.orchestra.run.smithi089.stdout:License : GPLv3+ 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:Packager : builder@centos.org 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:Vendor : CentOS 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:Summary : Support tools for GRUB. 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:Description : 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout:hardware devices. 2024-04-02T14:51:09.598 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:51:09.599 INFO:teuthology.orchestra.run.smithi089.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T14:51:09.599 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T14:51:09.599 INFO:teuthology.task.kernel:Updating grub on smithi089 to boot 5.14.0-434.el9.x86_64 2024-04-02T14:51:09.600 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T14:51:09.753 INFO:teuthology.orchestra.run.smithi172.stderr:Generating grub configuration file ... 2024-04-02T14:51:10.205 INFO:teuthology.orchestra.run.smithi089.stderr:Generating grub configuration file ... 2024-04-02T14:51:11.116 INFO:teuthology.orchestra.run.smithi172.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T14:51:11.144 INFO:teuthology.orchestra.run.smithi172.stderr:done 2024-04-02T14:51:11.147 DEBUG:teuthology.orchestra.run.smithi172:> mktemp 2024-04-02T14:51:11.161 INFO:teuthology.orchestra.run.smithi172.stdout:/tmp/tmp.O83GK0BXj4 2024-04-02T14:51:11.162 DEBUG:teuthology.orchestra.run.smithi172:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.O83GK0BXj4 2024-04-02T14:51:11.230 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 0666 /tmp/tmp.O83GK0BXj4 2024-04-02T14:51:11.364 DEBUG:teuthology.orchestra.remote:smithi172:/tmp/tmp.O83GK0BXj4 is 6KB 2024-04-02T14:51:11.412 DEBUG:teuthology.orchestra.run.smithi172:> rm -fr /tmp/tmp.O83GK0BXj4 2024-04-02T14:51:11.426 DEBUG:teuthology.orchestra.run.smithi172:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T14:51:11.491 INFO:teuthology.orchestra.run.smithi172.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T14:51:11.491 INFO:teuthology.orchestra.run.smithi172.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T14:51:11.491 INFO:teuthology.orchestra.run.smithi172.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T14:51:11.491 INFO:teuthology.orchestra.run.smithi172.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T14:51:11.492 DEBUG:teuthology.orchestra.run.smithi172:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T14:51:11.559 INFO:teuthology.orchestra.run.smithi089.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T14:51:11.592 INFO:teuthology.orchestra.run.smithi089.stderr:done 2024-04-02T14:51:11.594 DEBUG:teuthology.orchestra.run.smithi089:> mktemp 2024-04-02T14:51:11.609 INFO:teuthology.orchestra.run.smithi089.stdout:/tmp/tmp.Nx5jdVJEtw 2024-04-02T14:51:11.609 DEBUG:teuthology.orchestra.run.smithi089:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Nx5jdVJEtw 2024-04-02T14:51:11.639 DEBUG:teuthology.orchestra.run.smithi172:> sudo shutdown -r now 2024-04-02T14:51:11.679 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0666 /tmp/tmp.Nx5jdVJEtw 2024-04-02T14:51:11.811 DEBUG:teuthology.orchestra.remote:smithi089:/tmp/tmp.Nx5jdVJEtw is 6KB 2024-04-02T14:51:11.858 DEBUG:teuthology.orchestra.run.smithi089:> rm -fr /tmp/tmp.Nx5jdVJEtw 2024-04-02T14:51:11.872 DEBUG:teuthology.orchestra.run.smithi089:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T14:51:11.943 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T14:51:11.943 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T14:51:11.943 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T14:51:11.943 INFO:teuthology.orchestra.run.smithi089.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T14:51:11.944 DEBUG:teuthology.orchestra.run.smithi089:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T14:51:12.101 DEBUG:teuthology.orchestra.run.smithi089:> sudo shutdown -r now 2024-04-02T14:51:41.667 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-02T14:51:41.667 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-02T14:51:41.668 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:51:42.104 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-02T14:51:42.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-02T14:51:42.104 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:52:16.287 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2024-04-02T14:52:25.511 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-02T14:52:25.512 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:52:42.124 DEBUG:teuthology.orchestra.remote:timed out 2024-04-02T14:52:43.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.172 2024-04-02T14:52:51.130 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-02T14:52:51.131 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:52:51.510 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-04-02T14:52:51.942 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-02T14:52:51.942 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-434.el9.x86_64"... 2024-04-02T14:52:51.943 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2024-04-02T14:52:51.956 INFO:teuthology.orchestra.run.smithi089.stdout:5.14.0-434.el9.x86_64 2024-04-02T14:52:51.957 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T14:52:51.957 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:52:51.957 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T14:52:52.957 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-02T14:52:52.958 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:52:53.049 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2024-04-02T14:52:53.092 DEBUG:teuthology.parallel:result is None 2024-04-02T14:52:55.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-02T14:52:55.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:52:58.154 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-04-02T14:52:58.557 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-02T14:52:58.557 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-434.el9.x86_64"... 2024-04-02T14:52:58.557 DEBUG:teuthology.orchestra.run.smithi172:> uname -r 2024-04-02T14:52:58.571 INFO:teuthology.orchestra.run.smithi172.stdout:5.14.0-434.el9.x86_64 2024-04-02T14:52:58.572 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-434.el9.x86_64 vs 5.14.0-434.el9.x86_64 2024-04-02T14:52:58.572 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T14:52:58.572 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T14:52:59.573 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-02T14:52:59.573 DEBUG:teuthology.orchestra.run.smithi172:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T14:52:59.661 INFO:teuthology.orchestra.run.smithi172.stdout:ttyS1 2024-04-02T14:52:59.697 DEBUG:teuthology.parallel:result is None 2024-04-02T14:52:59.698 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-02T14:52:59.704 INFO:teuthology.task.internal:Creating test directory... 2024-04-02T14:52:59.705 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:52:59.708 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T14:52:59.723 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-02T14:52:59.731 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-02T14:52:59.741 INFO:teuthology.task.internal:Creating archive directory... 2024-04-02T14:52:59.742 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:52:59.766 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T14:52:59.801 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-02T14:52:59.808 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-02T14:52:59.808 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-02T14:52:59.840 DEBUG:teuthology.orchestra.run.smithi172:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-02T14:52:59.869 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:52:59.870 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:52:59.882 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:52:59.883 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T14:52:59.885 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-02T14:52:59.892 INFO:teuthology.task.internal:Configuring sudo... 2024-04-02T14:52:59.892 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:52:59.928 DEBUG:teuthology.orchestra.run.smithi172:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T14:52:59.955 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-02T14:52:59.966 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-02T14:52:59.967 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:52:59.997 DEBUG:teuthology.orchestra.run.smithi172:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T14:53:00.011 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:53:00.089 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:53:00.153 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:53:00.192 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:53:00.236 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-02T14:53:00.236 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:53:00.303 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:53:00.342 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T14:53:00.396 DEBUG:teuthology.orchestra.run.smithi172:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:53:00.473 DEBUG:teuthology.orchestra.run.smithi172:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T14:53:00.520 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-02T14:53:00.520 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T14:53:00.587 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2024-04-02T14:53:00.590 DEBUG:teuthology.orchestra.run.smithi172:> sudo service rsyslog restart 2024-04-02T14:53:00.637 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:53:00.672 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:53:01.012 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-02T14:53:01.020 INFO:teuthology.task.internal:Starting timer... 2024-04-02T14:53:01.020 INFO:teuthology.run_tasks:Running task pcp... 2024-04-02T14:53:01.036 INFO:teuthology.run_tasks:Running task selinux... 2024-04-02T14:53:01.044 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-02T14:53:01.045 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2024-04-02T14:53:01.102 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2024-04-02T14:53:01.104 DEBUG:teuthology.orchestra.run.smithi172:> sudo service auditd rotate 2024-04-02T14:53:01.163 INFO:teuthology.orchestra.run.smithi172.stdout:Rotating logs: 2024-04-02T14:53:01.165 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-02T14:53:01.165 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2024-04-02T14:53:01.192 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2024-04-02T14:53:01.192 DEBUG:teuthology.orchestra.run.smithi172:> /usr/sbin/getenforce 2024-04-02T14:53:01.206 INFO:teuthology.orchestra.run.smithi172.stdout:Permissive 2024-04-02T14:53:01.206 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi089.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi172.front.sepia.ceph.com': 'permissive'} 2024-04-02T14:53:01.207 DEBUG:teuthology.orchestra.run.smithi089:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:53:01.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:53:01.259 DEBUG:teuthology.orchestra.run.smithi172:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:53:01.286 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:53:01.286 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-02T14:53:01.286 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2024-04-02T14:53:01.335 DEBUG:teuthology.orchestra.run.smithi172:> sudo /usr/sbin/setenforce permissive 2024-04-02T14:53:01.372 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-02T14:53:01.382 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-02T14:53:01.402 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-02T14:53:01.403 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi089.front.sepia.ceph.com,smithi172.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-02T14:57:22.821 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi089.front.sepia.ceph.com'), Remote(name='ubuntu@smithi172.front.sepia.ceph.com')] 2024-04-02T14:57:22.823 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-02T14:57:22.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:57:22.913 DEBUG:teuthology.orchestra.run.smithi089:> true 2024-04-02T14:57:22.993 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2024-04-02T14:57:22.994 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-02T14:57:22.994 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi172.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T14:57:23.080 DEBUG:teuthology.orchestra.run.smithi172:> true 2024-04-02T14:57:23.161 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi172.front.sepia.ceph.com' 2024-04-02T14:57:23.162 INFO:teuthology.run_tasks:Running task clock... 2024-04-02T14:57:23.173 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-02T14:57:23.173 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T14:57:23.174 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T14:57:23.176 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T14:57:23.176 DEBUG:teuthology.orchestra.run.smithi172:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T14:57:23.205 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T14:57:23.222 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T14:57:23.233 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T14:57:23.250 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T14:57:23.251 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2024-04-02T14:57:23.264 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2024-04-02T14:57:23.280 INFO:teuthology.orchestra.run.smithi172.stderr:sudo: ntpd: command not found 2024-04-02T14:57:23.281 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T14:57:23.293 INFO:teuthology.orchestra.run.smithi172.stdout:506 Cannot talk to daemon 2024-04-02T14:57:23.298 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T14:57:23.309 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T14:57:23.326 INFO:teuthology.orchestra.run.smithi172.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T14:57:23.358 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:57:23.361 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:57:23.361 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-04-02T14:57:23.361 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:57:23.362 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:57:23.362 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:57:23.362 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:57:23.378 INFO:teuthology.orchestra.run.smithi172.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:57:23.381 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:57:23.382 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2024-04-02T14:57:23.382 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:57:23.382 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:57:23.382 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:57:23.382 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:57:23.384 INFO:teuthology.run_tasks:Running task pexec... 2024-04-02T14:57:23.395 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-02T14:57:23.396 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi089.front.sepia.ceph.com 2024-04-02T14:57:23.396 DEBUG:teuthology.orchestra.run.smithi089:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-02T14:57:23.396 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi172.front.sepia.ceph.com 2024-04-02T14:57:23.396 DEBUG:teuthology.orchestra.run.smithi172:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-02T14:57:23.981 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:00:48 ago on Tue 02 Apr 2024 02:56:35 PM UTC. 2024-04-02T14:57:24.010 INFO:teuthology.orchestra.run.smithi172.stdout:Last metadata expiration check: 0:00:48 ago on Tue 02 Apr 2024 02:56:35 PM UTC. 2024-04-02T14:57:24.127 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2024-04-02T14:57:24.140 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-02T14:57:24.140 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2024-04-02T14:57:24.140 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-02T14:57:24.141 INFO:teuthology.orchestra.run.smithi089.stdout:Installing: 2024-04-02T14:57:24.141 INFO:teuthology.orchestra.run.smithi089.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-02T14:57:24.141 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:57:24.141 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2024-04-02T14:57:24.141 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2024-04-02T14:57:24.141 INFO:teuthology.orchestra.run.smithi089.stdout:Install 1 Package 2024-04-02T14:57:24.141 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:57:24.141 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 3.1 M 2024-04-02T14:57:24.142 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 9.8 M 2024-04-02T14:57:24.142 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2024-04-02T14:57:24.156 INFO:teuthology.orchestra.run.smithi172.stdout:Dependencies resolved. 2024-04-02T14:57:24.172 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-02T14:57:24.172 INFO:teuthology.orchestra.run.smithi172.stdout: Package Architecture Version Repository Size 2024-04-02T14:57:24.172 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-02T14:57:24.172 INFO:teuthology.orchestra.run.smithi172.stdout:Installing: 2024-04-02T14:57:24.172 INFO:teuthology.orchestra.run.smithi172.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-02T14:57:24.172 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:57:24.172 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction Summary 2024-04-02T14:57:24.172 INFO:teuthology.orchestra.run.smithi172.stdout:================================================================================ 2024-04-02T14:57:24.173 INFO:teuthology.orchestra.run.smithi172.stdout:Install 1 Package 2024-04-02T14:57:24.173 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:57:24.173 INFO:teuthology.orchestra.run.smithi172.stdout:Total download size: 3.1 M 2024-04-02T14:57:24.173 INFO:teuthology.orchestra.run.smithi172.stdout:Installed size: 9.8 M 2024-04-02T14:57:24.173 INFO:teuthology.orchestra.run.smithi172.stdout:Downloading Packages: 2024-04-02T14:57:25.164 INFO:teuthology.orchestra.run.smithi089.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.4 MB/s | 3.1 MB 00:00 2024-04-02T14:57:25.165 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:57:25.165 INFO:teuthology.orchestra.run.smithi089.stdout:Total 3.1 MB/s | 3.1 MB 00:01 2024-04-02T14:57:25.183 INFO:teuthology.orchestra.run.smithi172.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.4 MB/s | 3.1 MB 00:00 2024-04-02T14:57:25.183 INFO:teuthology.orchestra.run.smithi172.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:57:25.183 INFO:teuthology.orchestra.run.smithi172.stdout:Total 3.1 MB/s | 3.1 MB 00:01 2024-04-02T14:57:25.200 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2024-04-02T14:57:25.206 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2024-04-02T14:57:25.206 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2024-04-02T14:57:25.220 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction check 2024-04-02T14:57:25.226 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction check succeeded. 2024-04-02T14:57:25.226 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction test 2024-04-02T14:57:25.287 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2024-04-02T14:57:25.287 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2024-04-02T14:57:25.306 INFO:teuthology.orchestra.run.smithi172.stdout:Transaction test succeeded. 2024-04-02T14:57:25.307 INFO:teuthology.orchestra.run.smithi172.stdout:Running transaction 2024-04-02T14:57:25.491 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2024-04-02T14:57:25.517 INFO:teuthology.orchestra.run.smithi172.stdout: Preparing : 1/1 2024-04-02T14:57:25.593 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T14:57:25.628 INFO:teuthology.orchestra.run.smithi172.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T14:57:26.142 INFO:teuthology.orchestra.run.smithi172.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T14:57:26.215 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T14:57:26.450 INFO:teuthology.orchestra.run.smithi172.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T14:57:26.450 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:57:26.450 INFO:teuthology.orchestra.run.smithi172.stdout:Installed: 2024-04-02T14:57:26.450 INFO:teuthology.orchestra.run.smithi172.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-02T14:57:26.450 INFO:teuthology.orchestra.run.smithi172.stdout: 2024-04-02T14:57:26.451 INFO:teuthology.orchestra.run.smithi172.stdout:Complete! 2024-04-02T14:57:26.511 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T14:57:26.511 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:57:26.511 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2024-04-02T14:57:26.511 INFO:teuthology.orchestra.run.smithi089.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-02T14:57:26.511 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:57:26.511 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2024-04-02T14:57:26.688 DEBUG:teuthology.parallel:result is None 2024-04-02T14:57:26.812 DEBUG:teuthology.parallel:result is None 2024-04-02T14:57:26.812 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-02T14:57:26.825 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-02T14:57:26.825 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-02T14:57:26.826 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-04-02T14:57:26.840 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-02T14:57:26.840 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2024-04-02T14:57:26.895 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-02T14:57:26.896 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-02T14:57:26.896 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-02T14:57:26.896 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-02T14:57:26.896 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-02T14:57:26.896 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-02 14:57:21.800509290 +0000 2024-04-02T14:57:26.896 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-02 14:57:00.386947552 +0000 2024-04-02T14:57:26.896 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-02 14:57:00.386947552 +0000 2024-04-02T14:57:26.896 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-02 14:57:00.386947552 +0000 2024-04-02T14:57:26.896 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-02T14:57:26.961 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-02T14:57:26.961 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-02T14:57:26.961 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000226843 s, 2.3 MB/s 2024-04-02T14:57:26.962 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-02T14:57:27.018 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2024-04-02T14:57:27.074 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-02T14:57:27.074 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-02T14:57:27.074 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-02T14:57:27.075 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-02T14:57:27.075 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-02T14:57:27.075 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-02 14:57:21.800509290 +0000 2024-04-02T14:57:27.075 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-02 14:57:00.719940728 +0000 2024-04-02T14:57:27.075 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-02 14:57:00.719940728 +0000 2024-04-02T14:57:27.075 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-02 14:57:00.719940728 +0000 2024-04-02T14:57:27.075 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-02T14:57:27.139 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-02T14:57:27.139 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-02T14:57:27.139 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000205906 s, 2.5 MB/s 2024-04-02T14:57:27.141 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-02T14:57:27.196 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2024-04-02T14:57:27.250 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-02T14:57:27.250 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-02T14:57:27.250 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-02T14:57:27.250 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-02T14:57:27.250 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-02T14:57:27.250 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-02 14:57:21.800509290 +0000 2024-04-02T14:57:27.250 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-02 14:57:01.058933781 +0000 2024-04-02T14:57:27.251 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-02 14:57:01.058933781 +0000 2024-04-02T14:57:27.251 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-02 14:57:01.058933781 +0000 2024-04-02T14:57:27.251 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-02T14:57:27.314 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-02T14:57:27.315 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-02T14:57:27.315 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000180126 s, 2.8 MB/s 2024-04-02T14:57:27.316 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-02T14:57:27.371 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2024-04-02T14:57:27.426 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-02T14:57:27.426 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-02T14:57:27.426 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-02T14:57:27.426 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-02T14:57:27.426 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2024-04-02T14:57:27.426 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2024-04-02 14:57:21.800509290 +0000 2024-04-02T14:57:27.426 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2024-04-02 14:57:01.399926794 +0000 2024-04-02T14:57:27.427 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2024-04-02 14:57:01.399926794 +0000 2024-04-02T14:57:27.427 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: 2024-04-02 14:57:01.399926794 +0000 2024-04-02T14:57:27.427 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-02T14:57:27.491 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2024-04-02T14:57:27.491 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2024-04-02T14:57:27.491 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000202629 s, 2.5 MB/s 2024-04-02T14:57:27.493 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-02T14:57:27.548 DEBUG:teuthology.orchestra.run.smithi089:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-02T14:57:27.697 INFO:teuthology.orchestra.run.smithi089.stdout:loop 2024-04-02T14:57:27.698 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-04-02T14:57:27.698 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-02T14:57:27.735 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-02T14:57:27.773 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_11 2024-04-02T14:57:27.802 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-04-02T14:57:27.802 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-02T14:57:27.883 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-02T14:57:27.920 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_21 2024-04-02T14:57:27.948 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-04-02T14:57:27.948 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-02T14:57:28.027 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-02T14:57:28.066 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_31 2024-04-02T14:57:28.095 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-04-02T14:57:28.096 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-02T14:57:28.175 INFO:teuthology.orchestra.run.smithi089.stdout:1 2024-04-02T14:57:28.213 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_41 2024-04-02T14:57:28.242 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-02T14:57:28.242 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2024-04-02T14:57:28.296 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme list 2024-04-02T14:57:28.363 INFO:teuthology.orchestra.run.smithi089.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-02T14:57:28.363 INFO:teuthology.orchestra.run.smithi089.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-02T14:57:28.363 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme0n1 PHFT62040126400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-02T14:57:28.363 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme1n1 8a495f166fb625d77448 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-02T14:57:28.363 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme2n1 c4f2dce9e347dec99377 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-02T14:57:28.363 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme3n1 34bba53f6cdd0993d024 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-02T14:57:28.363 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme4n1 dad1910e8c734fca503c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-02T14:57:28.364 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-02T14:57:28.364 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-02T14:57:28.365 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-04-02T14:57:28.439 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-02T14:57:28.439 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2024-04-02T14:57:28.458 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-02T14:57:28.458 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_1 2024-04-02T14:57:28.515 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-02T14:57:28.515 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-02T14:57:28.515 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-02T14:57:28.515 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-02T14:57:28.515 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-04-02T14:57:28.515 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-04-02 14:57:21.811260581 +0000 2024-04-02T14:57:28.515 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-04-02 14:57:00.353773665 +0000 2024-04-02T14:57:28.515 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-04-02 14:57:00.353773665 +0000 2024-04-02T14:57:28.515 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-04-02 14:57:00.353773665 +0000 2024-04-02T14:57:28.516 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-02T14:57:28.584 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-04-02T14:57:28.584 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-04-02T14:57:28.584 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000191798 s, 2.7 MB/s 2024-04-02T14:57:28.586 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-02T14:57:28.643 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_2 2024-04-02T14:57:28.699 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-02T14:57:28.699 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-02T14:57:28.699 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-02T14:57:28.699 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-02T14:57:28.700 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-04-02T14:57:28.700 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-04-02 14:57:21.811260581 +0000 2024-04-02T14:57:28.700 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-04-02 14:57:00.701765344 +0000 2024-04-02T14:57:28.700 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-04-02 14:57:00.701765344 +0000 2024-04-02T14:57:28.700 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-04-02 14:57:00.701765344 +0000 2024-04-02T14:57:28.700 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-02T14:57:28.768 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-04-02T14:57:28.768 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-04-02T14:57:28.768 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000254832 s, 2.0 MB/s 2024-04-02T14:57:28.769 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-02T14:57:28.827 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_3 2024-04-02T14:57:28.884 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-02T14:57:28.884 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-02T14:57:28.884 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-02T14:57:28.884 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-02T14:57:28.884 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-04-02T14:57:28.884 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-04-02 14:57:21.811260581 +0000 2024-04-02T14:57:28.884 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-04-02 14:57:01.048757047 +0000 2024-04-02T14:57:28.884 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-04-02 14:57:01.048757047 +0000 2024-04-02T14:57:28.885 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-04-02 14:57:01.048757047 +0000 2024-04-02T14:57:28.885 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-02T14:57:28.952 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-04-02T14:57:28.952 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-04-02T14:57:28.952 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000213147 s, 2.4 MB/s 2024-04-02T14:57:28.953 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-02T14:57:29.010 DEBUG:teuthology.orchestra.run.smithi172:> stat /dev/vg_nvme/lv_4 2024-04-02T14:57:29.066 INFO:teuthology.orchestra.run.smithi172.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-02T14:57:29.066 INFO:teuthology.orchestra.run.smithi172.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-02T14:57:29.066 INFO:teuthology.orchestra.run.smithi172.stdout:Device: 5h/5d Inode: 723 Links: 1 2024-04-02T14:57:29.066 INFO:teuthology.orchestra.run.smithi172.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-02T14:57:29.066 INFO:teuthology.orchestra.run.smithi172.stdout:Context: system_u:object_r:device_t:s0 2024-04-02T14:57:29.066 INFO:teuthology.orchestra.run.smithi172.stdout:Access: 2024-04-02 14:57:21.811260581 +0000 2024-04-02T14:57:29.066 INFO:teuthology.orchestra.run.smithi172.stdout:Modify: 2024-04-02 14:57:01.387748941 +0000 2024-04-02T14:57:29.066 INFO:teuthology.orchestra.run.smithi172.stdout:Change: 2024-04-02 14:57:01.387748941 +0000 2024-04-02T14:57:29.067 INFO:teuthology.orchestra.run.smithi172.stdout: Birth: 2024-04-02 14:57:01.387748941 +0000 2024-04-02T14:57:29.067 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-02T14:57:29.133 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records in 2024-04-02T14:57:29.133 INFO:teuthology.orchestra.run.smithi172.stderr:1+0 records out 2024-04-02T14:57:29.133 INFO:teuthology.orchestra.run.smithi172.stderr:512 bytes copied, 0.000228501 s, 2.2 MB/s 2024-04-02T14:57:29.134 DEBUG:teuthology.orchestra.run.smithi172:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-02T14:57:29.194 DEBUG:teuthology.orchestra.run.smithi172:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-02T14:57:29.347 INFO:teuthology.orchestra.run.smithi172.stdout:loop 2024-04-02T14:57:29.348 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_1... 2024-04-02T14:57:29.349 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-02T14:57:29.386 INFO:teuthology.orchestra.run.smithi172.stdout:1 2024-04-02T14:57:29.424 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_11 2024-04-02T14:57:29.461 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_2... 2024-04-02T14:57:29.461 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-02T14:57:29.539 INFO:teuthology.orchestra.run.smithi172.stdout:1 2024-04-02T14:57:29.578 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_21 2024-04-02T14:57:29.608 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_3... 2024-04-02T14:57:29.608 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-02T14:57:29.686 INFO:teuthology.orchestra.run.smithi172.stdout:1 2024-04-02T14:57:29.725 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_31 2024-04-02T14:57:29.754 INFO:tasks.nvme_loop:Connecting nvme_loop smithi172:/dev/vg_nvme/lv_4... 2024-04-02T14:57:29.754 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-02T14:57:29.834 INFO:teuthology.orchestra.run.smithi172.stdout:1 2024-04-02T14:57:29.874 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/vg_nvme/lv_41 2024-04-02T14:57:29.904 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-02T14:57:29.904 DEBUG:teuthology.orchestra.run.smithi172:> dd if=/scratch_devs of=/dev/stdout 2024-04-02T14:57:29.960 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme list 2024-04-02T14:57:30.027 INFO:teuthology.orchestra.run.smithi172.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-02T14:57:30.027 INFO:teuthology.orchestra.run.smithi172.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-02T14:57:30.027 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme0n1 CVFT6233005M400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-02T14:57:30.027 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme1n1 c4c012de03d3a9d507f3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-02T14:57:30.027 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme2n1 03da3445d95c93567e2a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-02T14:57:30.027 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme3n1 d39c0bb15057056b7576 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-02T14:57:30.027 INFO:teuthology.orchestra.run.smithi172.stdout:/dev/nvme4n1 5253602a96f08bdc0653 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-02T14:57:30.029 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-02T14:57:30.029 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-02T14:57:30.029 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/scratch_devs 2024-04-02T14:57:30.095 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-02T14:57:30.198 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\\)'], 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T14:57:30.199 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:57:30.199 INFO:tasks.cephadm:Cluster fsid is 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:57:30.199 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-02T14:57:30.199 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-02T14:57:30.199 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi089': '172.21.15.89', 'mon.smithi172': '172.21.15.172'} 2024-04-02T14:57:30.199 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-02T14:57:30.200 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2024-04-02T14:57:30.232 DEBUG:teuthology.orchestra.run.smithi172:> sudo hostname $(hostname -s) 2024-04-02T14:57:30.260 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-02T14:57:30.260 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:57:30.405 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744', '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/78169/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2592-g3f3f3ed9', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2592.g3f3f3ed9'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-02 10:26:18.789181', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-04-02-0703', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-02T14:57:30.554 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-testing-2024-04-02-0703, sha1 3f3f3ed992429b85be729743ad3b39d52dd90744 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:57:30.555 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm 2024-04-02T14:57:30.556 DEBUG:teuthology.orchestra.run.smithi089:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T14:57:31.054 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 14:57 /home/ubuntu/cephtest/cephadm 2024-04-02T14:57:31.055 DEBUG:teuthology.orchestra.run.smithi172:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T14:57:31.745 INFO:teuthology.orchestra.run.smithi172.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 14:57 /home/ubuntu/cephtest/cephadm 2024-04-02T14:57:31.746 DEBUG:teuthology.orchestra.run.smithi089:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T14:57:31.765 DEBUG:teuthology.orchestra.run.smithi172:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T14:57:31.789 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 on all hosts... 2024-04-02T14:57:31.790 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T14:57:31.807 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T14:57:32.652 INFO:teuthology.orchestra.run.smithi172.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:57:32.743 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:58:10.802 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2024-04-02T14:58:10.802 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T14:58:10.802 INFO:teuthology.orchestra.run.smithi089.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T14:58:10.802 INFO:teuthology.orchestra.run.smithi089.stdout: "repo_digests": [ 2024-04-02T14:58:10.802 INFO:teuthology.orchestra.run.smithi089.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T14:58:10.802 INFO:teuthology.orchestra.run.smithi089.stdout: ] 2024-04-02T14:58:10.802 INFO:teuthology.orchestra.run.smithi089.stdout:} 2024-04-02T14:58:12.349 INFO:teuthology.orchestra.run.smithi172.stdout:{ 2024-04-02T14:58:12.349 INFO:teuthology.orchestra.run.smithi172.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T14:58:12.349 INFO:teuthology.orchestra.run.smithi172.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T14:58:12.349 INFO:teuthology.orchestra.run.smithi172.stdout: "repo_digests": [ 2024-04-02T14:58:12.349 INFO:teuthology.orchestra.run.smithi172.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T14:58:12.349 INFO:teuthology.orchestra.run.smithi172.stdout: ] 2024-04-02T14:58:12.350 INFO:teuthology.orchestra.run.smithi172.stdout:} 2024-04-02T14:58:12.374 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2024-04-02T14:58:12.409 DEBUG:teuthology.orchestra.run.smithi172:> sudo mkdir -p /etc/ceph 2024-04-02T14:58:12.439 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2024-04-02T14:58:12.478 DEBUG:teuthology.orchestra.run.smithi172:> sudo chmod 777 /etc/ceph 2024-04-02T14:58:12.506 INFO:tasks.cephadm:Writing seed config... 2024-04-02T14:58:12.507 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-02T14:58:12.507 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-02T14:58:12.507 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-02T14:58:12.507 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-02T14:58:12.507 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-02T14:58:12.508 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-02T14:58:12.508 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-02T14:58:12.508 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-02T14:58:12.508 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-02T14:58:12.508 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-02T14:58:12.535 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 = 5405d5fc-f101-11ee-b647-cb9ed24678a4 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-02T14:58:12.535 DEBUG:teuthology.orchestra.run.smithi089:mon.smithi089> sudo journalctl -f -n 0 -u ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089.service 2024-04-02T14:58:12.577 INFO:tasks.cephadm:Bootstrapping... 2024-04-02T14:58:12.578 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 --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.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-02T14:58:12.771 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2024-04-02T14:58:12.772 INFO:teuthology.orchestra.run.smithi089.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744', '-v', 'bootstrap', '--fsid', '5405d5fc-f101-11ee-b647-cb9ed24678a4', '--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.89', '--skip-admin-label'] 2024-04-02T14:58:12.772 INFO:teuthology.orchestra.run.smithi089.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-02T14:58:12.772 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying podman|docker is present... 2024-04-02T14:58:12.796 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T14:58:12.797 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying lvm2 is present... 2024-04-02T14:58:12.797 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying time synchronization is in place... 2024-04-02T14:58:12.803 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T14:58:12.803 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T14:58:12.809 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T14:58:12.809 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-02T14:58:12.816 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout enabled 2024-04-02T14:58:12.821 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout active 2024-04-02T14:58:12.821 INFO:teuthology.orchestra.run.smithi089.stdout:Unit chronyd.service is enabled and running 2024-04-02T14:58:12.822 INFO:teuthology.orchestra.run.smithi089.stdout:Repeating the final host check... 2024-04-02T14:58:12.844 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T14:58:12.844 INFO:teuthology.orchestra.run.smithi089.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-02T14:58:12.844 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl is present 2024-04-02T14:58:12.844 INFO:teuthology.orchestra.run.smithi089.stdout:lvcreate is present 2024-04-02T14:58:12.851 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T14:58:12.851 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T14:58:12.856 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T14:58:12.856 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-02T14:58:12.862 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout enabled 2024-04-02T14:58:12.869 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout active 2024-04-02T14:58:12.869 INFO:teuthology.orchestra.run.smithi089.stdout:Unit chronyd.service is enabled and running 2024-04-02T14:58:12.869 INFO:teuthology.orchestra.run.smithi089.stdout:Host looks OK 2024-04-02T14:58:12.870 INFO:teuthology.orchestra.run.smithi089.stdout:Cluster fsid: 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:12.870 INFO:teuthology.orchestra.run.smithi089.stdout:Acquiring lock 140599719434800 on /run/cephadm/5405d5fc-f101-11ee-b647-cb9ed24678a4.lock 2024-04-02T14:58:12.870 INFO:teuthology.orchestra.run.smithi089.stdout:Lock 140599719434800 acquired on /run/cephadm/5405d5fc-f101-11ee-b647-cb9ed24678a4.lock 2024-04-02T14:58:12.870 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying IP 172.21.15.89 port 3300 ... 2024-04-02T14:58:12.870 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying IP 172.21.15.89 port 6789 ... 2024-04-02T14:58:12.870 INFO:teuthology.orchestra.run.smithi089.stdout:Base mon IP(s) is [172.21.15.89:3300, 172.21.15.89:6789], mon addrv is [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-04-02T14:58:12.872 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.89 metric 100 2024-04-02T14:58:12.873 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2024-04-02T14:58:12.875 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-02T14:58:12.875 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-02T14:58:12.875 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-04-02T14:58:12.878 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-02T14:58:12.878 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-02T14:58:12.878 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T14:58:12.878 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-02T14:58:12.878 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d501/64 scope link 2024-04-02T14:58:12.879 INFO:teuthology.orchestra.run.smithi089.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T14:58:12.879 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-04-02T14:58:12.879 INFO:teuthology.orchestra.run.smithi089.stdout:Mon IP `172.21.15.89` is in CIDR network `172.21.0.0/20` 2024-04-02T14:58:12.879 INFO:teuthology.orchestra.run.smithi089.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-02T14:58:12.879 INFO:teuthology.orchestra.run.smithi089.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-02T14:58:12.880 INFO:teuthology.orchestra.run.smithi089.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:58:13.312 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stdout 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T14:58:13.312 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T14:58:13.313 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stderr Getting image source signatures 2024-04-02T14:58:13.313 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stderr Copying blob sha256:36e7de5559a67de38a300df73ea37ddf7f245c894fc986bb6224667f46e1b766 2024-04-02T14:58:13.313 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stderr Copying blob sha256:11da15500eca1f826c328eb3265caa30b0a3730510e2a32023084d6fe9cee20c 2024-04-02T14:58:13.313 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stderr Copying config sha256:7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T14:58:13.313 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-02T14:58:14.234 INFO:teuthology.orchestra.run.smithi089.stdout:ceph: stdout ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T14:58:14.235 INFO:teuthology.orchestra.run.smithi089.stdout:Ceph version: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T14:58:14.235 INFO:teuthology.orchestra.run.smithi089.stdout:Extracting ceph user uid/gid from container image... 2024-04-02T14:58:15.199 INFO:teuthology.orchestra.run.smithi089.stdout:stat: stdout 167 167 2024-04-02T14:58:15.199 INFO:teuthology.orchestra.run.smithi089.stdout:Creating initial keys... 2024-04-02T14:58:16.179 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-authtool: stdout AQAHHQxmyMr7IhAAIghWK3PnohQKgLh11fZVug== 2024-04-02T14:58:17.069 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-authtool: stdout AQAIHQxmS46NHxAAgRMZ/Imx64xumfFOKE9ZOw== 2024-04-02T14:58:18.074 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph-authtool: stdout AQAJHQxm2029GBAAel51o7/Gk8w0g2zH6zt8Zw== 2024-04-02T14:58:18.075 INFO:teuthology.orchestra.run.smithi089.stdout:Creating initial monmap... 2024-04-02T14:58:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T14:58:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-02T14:58:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T14:58:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:monmaptool for smithi089 [v2:172.21.15.89:3300,v1:172.21.15.89:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T14:58:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:setting min_mon_release = quincy 2024-04-02T14:58:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: set fsid to 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:19.023 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T14:58:19.023 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:58:19.024 INFO:teuthology.orchestra.run.smithi089.stdout:Creating mon... 2024-04-02T14:58:19.995 INFO:teuthology.orchestra.run.smithi089.stdout:create mon.smithi089 on 2024-04-02T14:58:20.342 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-02T14:58:20.521 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target. 2024-04-02T14:58:20.521 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target. 2024-04-02T14:58:20.741 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089 2024-04-02T14:58:20.742 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089.service: Unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089.service not loaded. 2024-04-02T14:58:20.906 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target.wants/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089.service → /etc/systemd/system/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@.service. 2024-04-02T14:58:21.478 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T14:58:21.478 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout disabled 2024-04-02T14:58:21.484 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T14:58:21.484 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-02T14:58:21.484 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld.service is not enabled 2024-04-02T14:58:21.484 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T14:58:21.485 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mon to start... 2024-04-02T14:58:21.485 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mon... 2024-04-02T14:58:22.492 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout cluster: 2024-04-02T14:58:22.492 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout id: 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:22.492 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-02T14:58:22.492 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:22.492 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout services: 2024-04-02T14:58:22.492 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi089 (age 0.609942s) 2024-04-02T14:58:22.492 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout data: 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout pgs: 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:mon is available 2024-04-02T14:58:22.493 INFO:teuthology.orchestra.run.smithi089.stdout:Assimilating anything we can from ceph.conf... 2024-04-02T14:58:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T14:58:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout fsid = 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:23.607 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.89:3300,v1:172.21.15.89:6789] 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T14:58:23.608 INFO:teuthology.orchestra.run.smithi089.stdout:Generating new minimal ceph.conf... 2024-04-02T14:58:24.696 INFO:teuthology.orchestra.run.smithi089.stdout:Restarting the monitor... 2024-04-02T14:58:24.958 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:24 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for 5405d5fc-f101-11ee-b647-cb9ed24678a4... 2024-04-02T14:58:25.223 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:24 smithi089 ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089[25267]: 2024-04-02T14:58:24.967+0000 7f7e72c2e700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-02T14:58:25.223 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:24 smithi089 ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089[25267]: 2024-04-02T14:58:24.967+0000 7f7e72c2e700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T14:58:25.224 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:25 smithi089 podman[25623]: 2024-04-02 14:58:25.193440488 +0000 UTC m=+0.332657682 container died 5460422805c624b8d273d032ec0965ea078a143760f27a90961cab2da4794596 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089, GIT_BRANCH=HEAD, org.label-schema.build-date=20240326, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-02T14:58:25.688 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:25 smithi089 podman[25623]: 2024-04-02 14:58:25.515189299 +0000 UTC m=+0.654406484 container cleanup 5460422805c624b8d273d032ec0965ea078a143760f27a90961cab2da4794596 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240326, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, CEPH_POINT_RELEASE=) 2024-04-02T14:58:25.688 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:25 smithi089 bash[25623]: ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089 2024-04-02T14:58:25.972 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:25 smithi089 podman[25642]: 2024-04-02 14:58:25.699294695 +0000 UTC m=+0.508669169 container remove 5460422805c624b8d273d032ec0965ea078a143760f27a90961cab2da4794596 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.build-date=20240326) 2024-04-02T14:58:25.973 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:25 smithi089 systemd[1]: ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089.service: Deactivated successfully. 2024-04-02T14:58:25.973 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:25 smithi089 systemd[1]: Stopped Ceph mon.smithi089 for 5405d5fc-f101-11ee-b647-cb9ed24678a4. 2024-04-02T14:58:25.973 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:25 smithi089 systemd[1]: Starting Ceph mon.smithi089 for 5405d5fc-f101-11ee-b647-cb9ed24678a4... 2024-04-02T14:58:26.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 podman[25741]: 2024-04-02 14:58:26.008530838 +0000 UTC m=+0.017555497 image pull 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 podman[25741]: 2024-04-02 14:58:26.108503322 +0000 UTC m=+0.117527963 container create f0ed313a317332183d5866e3b7a0dba722715f575627fc6fdf2f53b73e7f8fce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.build-date=20240326, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 podman[25741]: 2024-04-02 14:58:26.294260782 +0000 UTC m=+0.303285436 container init f0ed313a317332183d5866e3b7a0dba722715f575627fc6fdf2f53b73e7f8fce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 podman[25741]: 2024-04-02 14:58:26.299388801 +0000 UTC m=+0.308413442 container start f0ed313a317332183d5866e3b7a0dba722715f575627fc6fdf2f53b73e7f8fce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240326, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: set uid:gid to 167:167 (ceph:ceph) 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev), process ceph-mon, pid 7 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: pidfile_write: ignore empty --pid-file 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: load: jerasure load: lrc 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: RocksDB version: 7.9.2 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Git sha 0 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: DB SUMMARY 2024-04-02T14:58:26.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: DB Session ID: WHI6BUAOAIS7JIKMWEF1 2024-04-02T14:58:26.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: CURRENT file: CURRENT 2024-04-02T14:58:26.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: IDENTITY file: IDENTITY 2024-04-02T14:58:26.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-02T14:58:26.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 1, files: 000008.sst 2024-04-02T14:58:26.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 000009.log size: 89377 ; 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.error_if_exists: 0 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.create_if_missing: 0 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.paranoid_checks: 1 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.env: 0x565373a3cc60 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.fs: PosixFileSystem 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.info_log: 0x5653758339a0 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_file_opening_threads: 16 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.statistics: (nil) 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.use_fsync: 0 2024-04-02T14:58:26.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_log_file_size: 0 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.keep_log_file_num: 1000 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.recycle_log_file_num: 0 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.allow_fallocate: 1 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.allow_mmap_reads: 0 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.allow_mmap_writes: 0 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.use_direct_reads: 0 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.create_missing_column_families: 0 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.db_log_dir: 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.wal_dir: 2024-04-02T14:58:26.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.advise_random_on_open: 1 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.db_write_buffer_size: 0 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.write_buffer_manager: 0x5653758041e0 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.rate_limiter: (nil) 2024-04-02T14:58:26.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.wal_recovery_mode: 2 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.enable_thread_tracking: 0 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.enable_pipelined_write: 0 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.unordered_write: 0 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.row_cache: None 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.wal_filter: None 2024-04-02T14:58:26.356 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.allow_ingest_behind: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.two_write_queues: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.manual_wal_flush: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.wal_compression: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.atomic_flush: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.log_readahead_size: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.best_efforts_recovery: 0 2024-04-02T14:58:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.allow_data_in_errors: 0 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.db_host_id: __hostname__ 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_background_jobs: 2 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_background_compactions: -1 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_subcompactions: 1 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T14:58:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_total_wal_size: 0 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_open_files: -1 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bytes_per_sync: 0 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_readahead_size: 0 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_background_flushes: -1 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Compression algorithms supported: 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: kZSTD supported: 0 2024-04-02T14:58:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: kXpressCompression supported: 0 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: kLZ4HCCompression supported: 1 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: kZlibCompression supported: 1 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: kSnappyCompression supported: 1 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: kLZ4Compression supported: 1 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: kBZip2Compression supported: 0 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000010 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.merge_operator: 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_filter: None 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_filter_factory: None 2024-04-02T14:58:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.sst_partitioner_factory: None 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x565375833b60) 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: cache_index_and_filter_blocks: 1 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: pin_top_level_index_and_filter: 1 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: index_type: 0 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: data_block_index_type: 0 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: index_shortening: 1 2024-04-02T14:58:26.361 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: checksum: 4 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: no_block_cache: 0 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache: 0x565375837090 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache_name: BinnedLRUCache 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache_options: 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: capacity : 536870912 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: num_shard_bits : 4 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: strict_capacity_limit : 0 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: high_pri_pool_ratio: 0.000 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache_compressed: (nil) 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: persistent_cache: (nil) 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_size: 4096 2024-04-02T14:58:26.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_size_deviation: 10 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_restart_interval: 16 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: index_block_restart_interval: 1 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: metadata_block_size: 4096 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: partition_filters: 0 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: use_delta_encoding: 1 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: filter_policy: bloomfilter 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: whole_key_filtering: 1 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: verify_compression: 0 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: read_amp_bytes_per_bit: 0 2024-04-02T14:58:26.363 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: format_version: 5 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: enable_index_compression: 1 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_align: 0 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: max_auto_readahead_size: 262144 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: prepopulate_block_cache: 0 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: initial_auto_readahead_size: 8192 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: num_file_reads_for_auto_readahead: 2 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.write_buffer_size: 33554432 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_write_buffer_number: 2 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression: NoCompression 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression: Disabled 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.prefix_extractor: nullptr 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.num_levels: 7 2024-04-02T14:58:26.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression_opts.level: 32767 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression_opts.strategy: 0 2024-04-02T14:58:26.365 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T14:58:26.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T14:58:26.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T14:58:26.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T14:58:26.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression_opts.enabled: false 2024-04-02T14:58:26.366 INFO:teuthology.orchestra.run.smithi089.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-02T14:58:26.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T14:58:26.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T14:58:26.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.target_file_size_base: 67108864 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T14:58:26.368 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.arena_block_size: 1048576 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.disable_auto_compactions: 0 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T14:58:26.369 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.inplace_update_support: 0 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.bloom_locality: 0 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.max_successive_merges: 0 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T14:58:26.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.paranoid_file_checks: 0 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.force_consistency_checks: 1 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.report_bg_io_stats: 0 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.ttl: 2592000 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.enable_blob_files: false 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.min_blob_size: 0 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.blob_file_size: 268435456 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T14:58:26.371 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.blob_file_starting_level: 0 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: bcd98072-1c6c-4c43-a37b-d14dd5a3a2b1 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712069906328162, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712069906329073, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 86103, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 84250, "index_size": 237, "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": 10058, "raw_average_key_size": 46, "raw_value_size": 78481, "raw_average_value_size": 365, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1712069906, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "bcd98072-1c6c-4c43-a37b-d14dd5a3a2b1", "db_session_id": "WHI6BUAOAIS7JIKMWEF1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712069906329186, "job": 1, "event": "recovery_finished"} 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi089/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x565375926000 2024-04-02T14:58:26.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: DB pointer 0x565375910000 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** DB Stats ** 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** Compaction Stats [default] ** 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: L0 2/0 85.98 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:58:26.373 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Sum 2/0 85.98 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.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 134.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** Compaction Stats [default] ** 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.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 134.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-02T14:58:26.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative compaction: 0.00 GB write, 22.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval compaction: 0.00 GB write, 22.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Block cache BinnedLRUCache@0x565375837090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: starting mon.smithi089 rank 0 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi089 fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mon.smithi089@-1(???) e1 preinit fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:26.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mon.smithi089@-1(???).mds e1 new map 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mon.smithi089@-1(???).mds e1 print_map 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: e1 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: legacy client fscid: -1 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: No filesystems configured 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mon.smithi089@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mon.smithi089@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mon.smithi089@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 bash[25741]: f0ed313a317332183d5866e3b7a0dba722715f575627fc6fdf2f53b73e7f8fce 2024-04-02T14:58:26.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 systemd[1]: Started Ceph mon.smithi089 for 5405d5fc-f101-11ee-b647-cb9ed24678a4. 2024-04-02T14:58:26.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mon.smithi089 is new leader, mons smithi089 in quorum (ranks 0) 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: monmap epoch 1 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: last_changed 2024-04-02T14:58:18.443833+0000 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: created 2024-04-02T14:58:18.443833+0000 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: min_mon_release 19 (squid) 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: election_strategy: 1 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: 0: [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon.smithi089 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: fsmap 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: osdmap e1: 0 total, 0 up, 0 in 2024-04-02T14:58:26.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:26 smithi089 ceph-mon[25779]: mgrmap e1: no daemons active 2024-04-02T14:58:27.367 INFO:teuthology.orchestra.run.smithi089.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-02T14:58:27.381 INFO:teuthology.orchestra.run.smithi089.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-02T14:58:27.381 INFO:teuthology.orchestra.run.smithi089.stdout:Creating mgr... 2024-04-02T14:58:27.382 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-02T14:58:27.382 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-02T14:58:27.382 INFO:teuthology.orchestra.run.smithi089.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-02T14:58:27.615 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mgr.smithi089.bhalgo 2024-04-02T14:58:27.615 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mgr.smithi089.bhalgo.service: Unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mgr.smithi089.bhalgo.service not loaded. 2024-04-02T14:58:27.763 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target.wants/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mgr.smithi089.bhalgo.service → /etc/systemd/system/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@.service. 2024-04-02T14:58:27.972 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:27 smithi089 ceph-mon[25779]: from='client.? 172.21.15.89:0/3665005650' entity='client.admin' 2024-04-02T14:58:28.341 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T14:58:28.341 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout disabled 2024-04-02T14:58:28.348 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T14:58:28.348 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-02T14:58:28.349 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld.service is not enabled 2024-04-02T14:58:28.349 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T14:58:28.356 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T14:58:28.356 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout disabled 2024-04-02T14:58:28.363 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T14:58:28.363 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stdout inactive 2024-04-02T14:58:28.364 INFO:teuthology.orchestra.run.smithi089.stdout:firewalld.service is not enabled 2024-04-02T14:58:28.364 INFO:teuthology.orchestra.run.smithi089.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-02T14:58:28.364 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mgr to start... 2024-04-02T14:58:28.364 INFO:teuthology.orchestra.run.smithi089.stdout:Waiting for mgr... 2024-04-02T14:58:29.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:29 smithi089 ceph-mon[25779]: Activating manager daemon smithi089.bhalgo 2024-04-02T14:58:29.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:29 smithi089 ceph-mon[25779]: mgrmap e2: smithi089.bhalgo(active, starting, since 0.00178048s) 2024-04-02T14:58:29.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:29 smithi089 ceph-mon[25779]: from='mgr.14100 172.21.15.89:0/1222282476' entity='mgr.smithi089.bhalgo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-02T14:58:29.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:29 smithi089 ceph-mon[25779]: from='mgr.14100 172.21.15.89:0/1222282476' entity='mgr.smithi089.bhalgo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-02T14:58:29.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:29 smithi089 ceph-mon[25779]: from='mgr.14100 172.21.15.89:0/1222282476' entity='mgr.smithi089.bhalgo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-02T14:58:29.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:29 smithi089 ceph-mon[25779]: from='mgr.14100 172.21.15.89:0/1222282476' entity='mgr.smithi089.bhalgo' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2024-04-02T14:58:29.473 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:29 smithi089 ceph-mon[25779]: from='mgr.14100 172.21.15.89:0/1222282476' entity='mgr.smithi089.bhalgo' cmd=[{"prefix": "mgr metadata", "who": "smithi089.bhalgo", "id": "smithi089.bhalgo"}]: dispatch 2024-04-02T14:58:29.474 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:29 smithi089 ceph-mon[25779]: Manager daemon smithi089.bhalgo is now available 2024-04-02T14:58:31.223 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:31 smithi089 ceph-mon[25779]: mgrmap e3: smithi089.bhalgo(active, since 1.00309s) 2024-04-02T14:58:31.223 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:31 smithi089 ceph-mon[25779]: from='client.? 172.21.15.89:0/4118269159' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T14:58:36.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:36.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout { 2024-04-02T14:58:36.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsid": "5405d5fc-f101-11ee-b647-cb9ed24678a4", 2024-04-02T14:58:36.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T14:58:36.983 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 0 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "smithi089" 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T14:58:36.984 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:58:36.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T14:58:36.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:58:36.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T14:58:36.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T14:58:36.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T14:58:36.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T14:58:36.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T14:58:36.985 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T14:58:36.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:58:36.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T14:58:36.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T14:58:36.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T14:58:36.988 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T14:58:36.989 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout ], 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T14:58:21.413170+0000", 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout }, 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout } 2024-04-02T14:58:36.990 INFO:teuthology.orchestra.run.smithi089.stdout:mgr is available 2024-04-02T14:58:39.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:39 smithi089 ceph-mon[25779]: from='client.? 172.21.15.89:0/546616604' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T14:58:39.973 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:39.973 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T14:58:39.973 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout fsid = 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:39.973 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T14:58:39.973 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T14:58:39.973 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T14:58:39.973 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T14:58:39.973 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:39.973 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T14:58:39.974 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T14:58:39.974 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout 2024-04-02T14:58:39.974 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T14:58:39.974 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T14:58:39.974 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T14:58:39.974 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling cephadm module... 2024-04-02T14:58:40.722 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:40 smithi089 ceph-mon[25779]: from='client.? 172.21.15.89:0/3817164738' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-02T14:58:41.019 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 2 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi089 -v /var/log/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpskl2wab8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp65yr2rn9:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm 2024-04-02T14:58:41.019 INFO:teuthology.orchestra.run.smithi089.stdout:/usr/bin/ceph: stderr Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T14:58:41.019 INFO:teuthology.orchestra.run.smithi089.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi089 -v /var/log/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpskl2wab8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp65yr2rn9:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T14:58:41.019 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: *************** 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-02T14:58:41.020 INFO:teuthology.orchestra.run.smithi089.stdout: *************** 2024-04-02T14:58:41.021 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:58:41.021 INFO:teuthology.orchestra.run.smithi089.stdout: 2024-04-02T14:58:41.021 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:41.048 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stdout f0ed313a3173,21.36MB / 33.27GB 2024-04-02T14:58:41.048 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stdout ab4ed412e41a,101.1MB / 33.27GB 2024-04-02T14:58:41.076 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stdout f0ed313a3173,0.72% 2024-04-02T14:58:41.076 INFO:teuthology.orchestra.run.smithi089.stdout:/bin/podman: stdout ab4ed412e41a,6.20% 2024-04-02T14:58:41.441 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:41 smithi089 systemd[1]: Stopping Ceph mon.smithi089 for 5405d5fc-f101-11ee-b647-cb9ed24678a4... 2024-04-02T14:58:41.441 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:41 smithi089 ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089[25756]: 2024-04-02T14:58:41.349+0000 7f3575703700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi089 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-02T14:58:41.442 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:41 smithi089 ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089[25756]: 2024-04-02T14:58:41.349+0000 7f3575703700 -1 mon.smithi089@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T14:58:41.694 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:41 smithi089 podman[26414]: 2024-04-02 14:58:41.45245104 +0000 UTC m=+0.210662549 container died f0ed313a317332183d5866e3b7a0dba722715f575627fc6fdf2f53b73e7f8fce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240326, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed) 2024-04-02T14:58:41.694 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:41 smithi089 podman[26414]: 2024-04-02 14:58:41.705228185 +0000 UTC m=+0.463439681 container cleanup f0ed313a317332183d5866e3b7a0dba722715f575627fc6fdf2f53b73e7f8fce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, org.label-schema.build-date=20240326, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-02T14:58:41.948 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:41 smithi089 bash[26414]: ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089 2024-04-02T14:58:41.948 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:41 smithi089 podman[26433]: 2024-04-02 14:58:41.856600907 +0000 UTC m=+0.399517839 container remove f0ed313a317332183d5866e3b7a0dba722715f575627fc6fdf2f53b73e7f8fce (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-mon-smithi089, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_CLEAN=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, io.buildah.version=1.33.5, org.label-schema.build-date=20240326, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-04-02T14:58:42.222 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:42 smithi089 systemd[1]: ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089.service: Deactivated successfully. 2024-04-02T14:58:42.223 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Apr 02 14:58:42 smithi089 systemd[1]: Stopped Ceph mon.smithi089 for 5405d5fc-f101-11ee-b647-cb9ed24678a4. 2024-04-02T14:58:42.238 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target.wants/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089.service". 2024-04-02T14:58:42.245 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 5 from systemctl stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mon.smithi089.service 2024-04-02T14:58:42.245 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mon.smithi089.service: Unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mon.smithi089.service not loaded. 2024-04-02T14:58:42.251 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mon.smithi089.service 2024-04-02T14:58:42.251 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mon.smithi089.service: Unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mon.smithi089.service not loaded. 2024-04-02T14:58:42.257 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl disable ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mon.smithi089.service 2024-04-02T14:58:42.257 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mon.smithi089.service does not exist. 2024-04-02T14:58:43.703 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target.wants/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mgr.smithi089.bhalgo.service". 2024-04-02T14:58:43.710 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 5 from systemctl stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mgr.smithi089.bhalgo.service 2024-04-02T14:58:43.710 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mgr.smithi089.bhalgo.service: Unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mgr.smithi089.bhalgo.service not loaded. 2024-04-02T14:58:43.716 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mgr.smithi089.bhalgo.service 2024-04-02T14:58:43.716 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mgr.smithi089.bhalgo.service: Unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mgr.smithi089.bhalgo.service not loaded. 2024-04-02T14:58:43.722 INFO:teuthology.orchestra.run.smithi089.stdout:Non-zero exit code 1 from systemctl disable ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mgr.smithi089.bhalgo.service 2024-04-02T14:58:43.722 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4-init@mgr.smithi089.bhalgo.service does not exist. 2024-04-02T14:58:44.075 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target". 2024-04-02T14:58:44.075 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4.target". 2024-04-02T14:58:44.246 INFO:teuthology.orchestra.run.smithi089.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-02T14:58:44.247 INFO:teuthology.orchestra.run.smithi089.stderr:Traceback (most recent call last): 2024-04-02T14:58:44.247 INFO:teuthology.orchestra.run.smithi089.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-04-02T14:58:44.253 INFO:teuthology.orchestra.run.smithi089.stderr: return _run_code(code, main_globals, None, 2024-04-02T14:58:44.253 INFO:teuthology.orchestra.run.smithi089.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-04-02T14:58:44.253 INFO:teuthology.orchestra.run.smithi089.stderr: exec(code, run_globals) 2024-04-02T14:58:44.253 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5608, in 2024-04-02T14:58:44.253 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5596, in main 2024-04-02T14:58:44.253 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-02T14:58:44.253 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-02T14:58:44.253 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-02T14:58:44.253 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-02T14:58:44.254 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-02T14:58:44.254 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-02T14:58:44.254 INFO:teuthology.orchestra.run.smithi089.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-02T14:58:44.254 INFO:teuthology.orchestra.run.smithi089.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -e NODE_NAME=smithi089 -v /var/log/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpskl2wab8:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp65yr2rn9:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm: Error ENOENT: module 'cephadm' reports that it cannot run on the active manager daemon: No module named 'mgr_module' (pass --force to force enablement) 2024-04-02T14:58:44.254 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-04-02T14:58:44.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:44.277 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-02T14:58:44.277 DEBUG:teuthology.orchestra.run.smithi089:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T14:58:44.292 DEBUG:teuthology.orchestra.run.smithi172:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T14:58:44.310 INFO:tasks.cephadm:Stopping all daemons... 2024-04-02T14:58:44.310 INFO:tasks.cephadm.mon.smithi089:Stopping mon.smithi089... 2024-04-02T14:58:44.311 DEBUG:teuthology.orchestra.run.smithi089:> sudo systemctl stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089 2024-04-02T14:58:44.366 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089.service: Unit ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089.service not loaded. 2024-04-02T14:58:44.367 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-02T14:58:44.368 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi089" Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 --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.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 5: 'sudo systemctl stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089' 2024-04-02T14:58:44.369 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 --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.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 5: 'sudo systemctl stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089' 2024-04-02T14:58:44.370 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-02T14:58:44.372 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/lib/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047/remote/smithi089/crash 2024-04-02T14:58:44.372 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/lib/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T14:58:44.445 INFO:teuthology.orchestra.run.smithi089.stderr:tar: /var/lib/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T14:58:44.445 INFO:teuthology.orchestra.run.smithi089.stderr:tar: Error is not recoverable: exiting now 2024-04-02T14:58:44.447 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/lib/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047/remote/smithi172/crash 2024-04-02T14:58:44.448 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/lib/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T14:58:44.515 INFO:teuthology.orchestra.run.smithi172.stderr:tar: /var/lib/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T14:58:44.515 INFO:teuthology.orchestra.run.smithi172.stderr:tar: Error is not recoverable: exiting now 2024-04-02T14:58:44.516 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-02T14:58:44.517 DEBUG:teuthology.orchestra.run.smithi089:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-02T14:58:44.543 INFO:teuthology.orchestra.run.smithi089.stderr:grep: /var/log/ceph/5405d5fc-f101-11ee-b647-cb9ed24678a4/ceph.log: No such file or directory 2024-04-02T14:58:44.544 INFO:tasks.cephadm:Compressing logs... 2024-04-02T14:58:44.544 DEBUG:teuthology.orchestra.run.smithi089:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-02T14:58:44.587 DEBUG:teuthology.orchestra.run.smithi172:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-02T14:58:44.610 INFO:teuthology.orchestra.run.smithi089.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-02T14:58:44.613 INFO:teuthology.orchestra.run.smithi089.stderr: 2024-04-02T14:58:44.613 INFO:teuthology.orchestra.run.smithi089.stderr:real 0m0.014s 2024-04-02T14:58:44.613 INFO:teuthology.orchestra.run.smithi089.stderr:user 0m0.013s 2024-04-02T14:58:44.613 INFO:teuthology.orchestra.run.smithi089.stderr:sys 0m0.013s 2024-04-02T14:58:44.616 INFO:teuthology.orchestra.run.smithi172.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T14:58:44.616 INFO:teuthology.orchestra.run.smithi172.stderr:: No such file or directory 2024-04-02T14:58:44.617 INFO:teuthology.orchestra.run.smithi172.stderr:/var/log/ceph/cephadm.log: 55.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T14:58:44.618 INFO:teuthology.orchestra.run.smithi172.stderr: 2024-04-02T14:58:44.619 INFO:teuthology.orchestra.run.smithi172.stderr:real 0m0.016s 2024-04-02T14:58:44.619 INFO:teuthology.orchestra.run.smithi172.stderr:user 0m0.013s 2024-04-02T14:58:44.619 INFO:teuthology.orchestra.run.smithi172.stderr:sys 0m0.016s 2024-04-02T14:58:44.619 INFO:tasks.cephadm:Archiving logs... 2024-04-02T14:58:44.619 DEBUG:teuthology.misc:Transferring archived files from smithi089:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047/remote/smithi089/log 2024-04-02T14:58:44.620 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T14:58:44.679 DEBUG:teuthology.misc:Transferring archived files from smithi172:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047/remote/smithi172/log 2024-04-02T14:58:44.680 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T14:58:44.710 INFO:tasks.cephadm:Removing cluster... 2024-04-02T14:58:44.711 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 --force 2024-04-02T14:58:44.900 INFO:teuthology.orchestra.run.smithi089.stdout:Deleting cluster with fsid: 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:45.014 DEBUG:teuthology.orchestra.run.smithi172:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 --force 2024-04-02T14:58:45.203 INFO:teuthology.orchestra.run.smithi172.stdout:Deleting cluster with fsid: 5405d5fc-f101-11ee-b647-cb9ed24678a4 2024-04-02T14:58:45.316 INFO:tasks.cephadm:Removing cephadm ... 2024-04-02T14:58:45.317 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T14:58:45.333 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T14:58:45.347 INFO:tasks.cephadm:Teardown complete 2024-04-02T14:58:45.348 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 --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.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 5: 'sudo systemctl stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089' 2024-04-02T14:58:45.544 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3d496bee43864180975b822430f0856a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 770, in ceph_bootstrap bootstrap_remote.run(args=cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid 5405d5fc-f101-11ee-b647-cb9ed24678a4 --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.89 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 2194, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 1823, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks/cephadm.py", line 857, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 97, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi089 with status 5: 'sudo systemctl stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089' 2024-04-02T14:58:45.548 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-02T14:58:45.561 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-02T14:58:45.568 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2024-04-02T14:58:45.568 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_1 2024-04-02T14:58:45.713 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-02T14:58:45.715 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:45.715 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2024-04-02T14:58:45.715 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_2 2024-04-02T14:58:45.860 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-02T14:58:45.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:45.862 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2024-04-02T14:58:45.862 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_3 2024-04-02T14:58:46.015 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-02T14:58:46.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:46.017 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2024-04-02T14:58:46.017 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme disconnect -n lv_4 2024-04-02T14:58:46.156 INFO:teuthology.orchestra.run.smithi089.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-02T14:58:46.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:46.158 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2024-04-02T14:58:46.158 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2024-04-02T14:58:46.187 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi172:/dev/vg_nvme/lv_1... 2024-04-02T14:58:46.187 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme disconnect -n lv_1 2024-04-02T14:58:46.345 INFO:teuthology.orchestra.run.smithi172.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-02T14:58:46.347 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:46.347 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi172:/dev/vg_nvme/lv_2... 2024-04-02T14:58:46.348 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme disconnect -n lv_2 2024-04-02T14:58:46.478 INFO:teuthology.orchestra.run.smithi172.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-02T14:58:46.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:46.480 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi172:/dev/vg_nvme/lv_3... 2024-04-02T14:58:46.480 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme disconnect -n lv_3 2024-04-02T14:58:46.611 INFO:teuthology.orchestra.run.smithi172.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-02T14:58:46.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:46.613 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi172:/dev/vg_nvme/lv_4... 2024-04-02T14:58:46.613 DEBUG:teuthology.orchestra.run.smithi172:> sudo nvme disconnect -n lv_4 2024-04-02T14:58:46.765 INFO:teuthology.orchestra.run.smithi172.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-02T14:58:46.766 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:46.767 DEBUG:teuthology.orchestra.run.smithi172:> set -ex 2024-04-02T14:58:46.767 DEBUG:teuthology.orchestra.run.smithi172:> sudo dd of=/scratch_devs 2024-04-02T14:58:46.797 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-02T14:58:46.806 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-02T14:58:46.806 DEBUG:teuthology.orchestra.run.smithi089:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T14:58:46.809 DEBUG:teuthology.orchestra.run.smithi172:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T14:58:46.823 INFO:teuthology.orchestra.run.smithi089.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:58:46.828 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:58:46.828 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2024-04-02T14:58:46.828 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 12 -588us[ -612us] +/- 94ms 2024-04-02T14:58:46.828 INFO:teuthology.orchestra.run.smithi089.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 11 -1202us[-1202us] +/- 82ms 2024-04-02T14:58:46.828 INFO:teuthology.orchestra.run.smithi089.stdout:^* hv03.front.sepia.ceph.com 3 6 37 11 +1611us[+1587us] +/- 72ms 2024-04-02T14:58:46.829 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:58:46.852 INFO:teuthology.orchestra.run.smithi172.stderr:bash: line 1: ntpq: command not found 2024-04-02T14:58:46.857 INFO:teuthology.orchestra.run.smithi172.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T14:58:46.857 INFO:teuthology.orchestra.run.smithi172.stdout:=============================================================================== 2024-04-02T14:58:46.857 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 12 -627us[ -640us] +/- 94ms 2024-04-02T14:58:46.857 INFO:teuthology.orchestra.run.smithi172.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 12 -1256us[-1270us] +/- 82ms 2024-04-02T14:58:46.857 INFO:teuthology.orchestra.run.smithi172.stdout:^* hv03.front.sepia.ceph.com 3 6 37 12 +1581us[+1568us] +/- 72ms 2024-04-02T14:58:46.857 INFO:teuthology.orchestra.run.smithi172.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T14:58:46.858 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-02T14:58:46.867 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-02T14:58:46.868 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-02T14:58:46.876 DEBUG:teuthology.orchestra.run.smithi089:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-02T14:58:46.943 DEBUG:teuthology.orchestra.run.smithi172:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-02T14:58:47.009 DEBUG:teuthology.orchestra.run.smithi089:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:58:47.040 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:47.040 DEBUG:teuthology.orchestra.run.smithi172:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T14:58:47.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:47.071 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-02T14:58:47.080 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-02T14:58:47.088 INFO:teuthology.task.internal:Duration was 346.067936 seconds 2024-04-02T14:58:47.088 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-02T14:58:47.097 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-02T14:58:47.098 DEBUG:teuthology.orchestra.run.smithi089:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T14:58:47.100 DEBUG:teuthology.orchestra.run.smithi172:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T14:58:47.143 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:58:47.154 INFO:teuthology.orchestra.run.smithi172.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T14:58:47.545 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-02T14:58:47.545 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi089.front.sepia.ceph.com 2024-04-02T14:58:47.546 DEBUG:teuthology.orchestra.run.smithi089:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-02T14:58:47.566 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi172.front.sepia.ceph.com 2024-04-02T14:58:47.566 DEBUG:teuthology.orchestra.run.smithi172:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-02T14:58:47.610 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-02T14:58:47.611 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T14:58:47.613 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T14:58:47.680 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-02T14:58:47.681 DEBUG:teuthology.orchestra.run.smithi089:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T14:58:47.683 DEBUG:teuthology.orchestra.run.smithi172:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T14:58:47.811 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-02T14:58:47.822 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-02T14:58:47.822 DEBUG:teuthology.orchestra.run.smithi089:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T14:58:47.849 DEBUG:teuthology.orchestra.run.smithi172:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T14:58:47.876 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-02T14:58:47.885 DEBUG:teuthology.orchestra.run.smithi089:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:58:47.892 DEBUG:teuthology.orchestra.run.smithi172:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:58:47.915 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = core 2024-04-02T14:58:47.942 INFO:teuthology.orchestra.run.smithi172.stdout:kernel.core_pattern = core 2024-04-02T14:58:47.968 DEBUG:teuthology.orchestra.run.smithi089:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:58:48.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:48.004 DEBUG:teuthology.orchestra.run.smithi172:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T14:58:48.022 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T14:58:48.023 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-02T14:58:48.033 INFO:teuthology.task.internal:Transferring archived files... 2024-04-02T14:58:48.034 DEBUG:teuthology.misc:Transferring archived files from smithi089:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047/remote/smithi089 2024-04-02T14:58:48.034 DEBUG:teuthology.orchestra.run.smithi089:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T14:58:48.080 DEBUG:teuthology.misc:Transferring archived files from smithi172:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047/remote/smithi172 2024-04-02T14:58:48.080 DEBUG:teuthology.orchestra.run.smithi172:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T14:58:48.115 INFO:teuthology.task.internal:Removing archive directory... 2024-04-02T14:58:48.115 DEBUG:teuthology.orchestra.run.smithi089:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T14:58:48.118 DEBUG:teuthology.orchestra.run.smithi172:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T14:58:48.165 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-02T14:58:48.177 INFO:teuthology.task.internal:Not uploading archives. 2024-04-02T14:58:48.177 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-02T14:58:48.186 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-02T14:58:48.187 DEBUG:teuthology.orchestra.run.smithi089:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T14:58:48.189 DEBUG:teuthology.orchestra.run.smithi172:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T14:58:48.201 INFO:teuthology.orchestra.run.smithi089.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 14:58 /home/ubuntu/cephtest 2024-04-02T14:58:48.219 INFO:teuthology.orchestra.run.smithi172.stdout: 265429 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 14:58 /home/ubuntu/cephtest 2024-04-02T14:58:48.220 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-02T14:58:48.231 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-02T14:58:48.252 INFO:teuthology.nuke:Checking targets against current locks 2024-04-02T14:58:48.276 DEBUG:teuthology.nuke:shortname: smithi089 2024-04-02T14:58:48.277 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:58:48.304 DEBUG:teuthology.nuke:shortname: smithi172 2024-04-02T14:58:48.304 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T14:58:48.307 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:44:47.691355', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGmb6iQJRHk0YK1FTA5O6Sb81MnNJH7EoMifOqAExN8m4Ij7lyo5iCMNNZ0HVnt8Qm1cp7ZXeWzBfle4603llW4='} 2024-04-02T14:58:48.327 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi172.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636047', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 14:44:47.689957', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMJfvWN4D4XJvvb+icTjHVmjCTyFYTPXZFpR2Wb3myFxXrGJUSli4lG331RCFnikwGD33r2OyWp2u8yu3yBfUho='} 2024-04-02T14:58:48.356 INFO:teuthology.orchestra.console.smithi089:Power off 2024-04-02T14:58:48.356 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T14:58:48.372 INFO:teuthology.orchestra.console.smithi172:Power off 2024-04-02T14:58:48.373 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T14:58:48.381 DEBUG:teuthology.orchestra.console.smithi089:power off output: Chassis Power Control: Down/Off 2024-04-02T14:58:48.382 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:58:48.395 DEBUG:teuthology.orchestra.console.smithi172:power off output: Chassis Power Control: Down/Off 2024-04-02T14:58:48.395 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:58:48.406 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-02T14:58:48.418 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-04-02T14:58:52.407 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:58:52.420 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:58:52.518 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is on 2024-04-02T14:58:52.529 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is on 2024-04-02T14:58:56.522 DEBUG:teuthology.orchestra.console.smithi089:pexpect command: ipmitool -H smithi089.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:58:56.530 DEBUG:teuthology.orchestra.console.smithi172:pexpect command: ipmitool -H smithi172.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T14:58:56.632 DEBUG:teuthology.orchestra.console.smithi089:check power output: Chassis Power is off 2024-04-02T14:58:56.640 DEBUG:teuthology.orchestra.console.smithi172:check power output: Chassis Power is off 2024-04-02T14:58:56.733 INFO:teuthology.orchestra.console.smithi089:Power off completed 2024-04-02T14:58:56.741 INFO:teuthology.orchestra.console.smithi172:Power off completed 2024-04-02T14:58:56.845 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: 346.0679359436035 failure_reason: 'Command failed on smithi089 with status 5: ''sudo systemctl stop ceph-5405d5fc-f101-11ee-b647-cb9ed24678a4@mon.smithi089''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3d496bee43864180975b822430f0856a status: fail success: false 2024-04-02T14:58:56.846 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T14:58:56.930 INFO:teuthology.run:FAIL