2024-04-02T15:00:06.084 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-02T15:00:06.084 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --description orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_domain} --verbose --archive /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636072 --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/7636072/orig.config.yaml 2024-04-02T15:00:06.117 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T15:00:06.203 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/7636072 branch: wip-guits-testing-2024-04-02-0703 description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_domain} email: gabrioux@ibm.com first_in_suite: false job_id: '7636072' 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 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 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 - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude 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: smithi103.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBJtC6u2nfjL8VCkeMmGm9ymg2i1kDDpG/TmU85+wQswQEGQHJX0TnUjlmcdB6wse139sMBveGailMIcKidr9j0= smithi119.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK2p0te0Q1ph/2C+htqB1lBCR4PfO8EE4myzbm2NkB/1csS8EPQ8ZfAk6cggJQXoKJ0IdXAP4B9P2pEoeeeiTg4= 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 - cephadm.deploy_samba_ad_dc: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=admem1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.admem1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "ads" workgroup = "DOMAIN1" realm = "domain1.sink.test" "idmap config * : backend" = "autorid" "idmap config * : range" = "2000-9999999" ' - cmd: ceph config-key set smb/config/admem1/join1.json -i - stdin: '{"username": "Administrator", "password": "Passw0rd"} ' - cephadm.apply: specs: - cluster_id: admem1 config_uri: rados://.smb/admem1/conf.toml custom_dns: - '{{ctx.samba_ad_dc_ip}}' features: - domain include_ceph_users: - client.smbdata join_sources: - rados:mon-config-key:smb/config/admem1/join1.json placement: count: 1 service_id: admem1 service_type: smb - cephadm.wait_for_service: service: smb.admem1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U DOMAIN1\\ckent%1115Rose. //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' 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-02T15:00:06.203 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-02T15:00:06.204 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks 2024-04-02T15:00:06.204 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-02T15:00:06.206 INFO:teuthology.task.internal:Checking packages... 2024-04-02T15:00:06.231 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '3f3f3ed992429b85be729743ad3b39d52dd90744' 2024-04-02T15:00:06.231 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-02T15:00:06.231 INFO:teuthology.packaging:ref: None 2024-04-02T15:00:06.231 INFO:teuthology.packaging:tag: None 2024-04-02T15:00:06.231 INFO:teuthology.packaging:branch: wip-guits-testing-2024-04-02-0703 2024-04-02T15:00:06.231 INFO:teuthology.packaging:sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:00:06.231 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-02T15:00:06.377 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2592.g3f3f3ed9 2024-04-02T15:00:06.379 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-02T15:00:06.386 INFO:teuthology.task.internal:no buildpackages task found 2024-04-02T15:00:06.386 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-02T15:00:06.436 INFO:teuthology.task.internal:Saving configuration 2024-04-02T15:00:06.449 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-02T15:00:06.494 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:00:06.521 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.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/7636072', '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:54:42.734059', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBJtC6u2nfjL8VCkeMmGm9ymg2i1kDDpG/TmU85+wQswQEGQHJX0TnUjlmcdB6wse139sMBveGailMIcKidr9j0='} 2024-04-02T15:00:06.546 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.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/7636072', '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:54:42.732648', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK2p0te0Q1ph/2C+htqB1lBCR4PfO8EE4myzbm2NkB/1csS8EPQ8ZfAk6cggJQXoKJ0IdXAP4B9P2pEoeeeiTg4='} 2024-04-02T15:00:06.546 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-02T15:00:06.554 INFO:teuthology.task.internal:roles: ubuntu@smithi103.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-02T15:00:06.554 INFO:teuthology.task.internal:roles: ubuntu@smithi119.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-02T15:00:06.554 INFO:teuthology.run_tasks:Running task console_log... 2024-04-02T15:00:06.656 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f01be998f70>, signals=[15]) 2024-04-02T15:00:06.656 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-02T15:00:06.663 INFO:teuthology.task.internal:Opening connections... 2024-04-02T15:00:06.663 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi103.front.sepia.ceph.com 2024-04-02T15:00:06.665 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:00:06.753 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi119.front.sepia.ceph.com 2024-04-02T15:00:06.754 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:00:06.847 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-02T15:00:06.856 DEBUG:teuthology.orchestra.run.smithi103:> uname -m 2024-04-02T15:00:06.873 INFO:teuthology.orchestra.run.smithi103.stdout:x86_64 2024-04-02T15:00:06.873 DEBUG:teuthology.orchestra.run.smithi103:> cat /etc/os-release 2024-04-02T15:00:06.929 INFO:teuthology.orchestra.run.smithi103.stdout:NAME="CentOS Stream" 2024-04-02T15:00:06.929 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION="9" 2024-04-02T15:00:06.929 INFO:teuthology.orchestra.run.smithi103.stdout:ID="centos" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:ID_LIKE="rhel fedora" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:VERSION_ID="9" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:PLATFORM_ID="platform:el9" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:ANSI_COLOR="0;31" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:LOGO="fedora-logo-icon" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:HOME_URL="https://centos.org/" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T15:00:06.930 INFO:teuthology.orchestra.run.smithi103.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T15:00:06.931 INFO:teuthology.lock.ops:Updating smithi103.front.sepia.ceph.com on lock server 2024-04-02T15:00:06.955 DEBUG:teuthology.orchestra.run.smithi119:> uname -m 2024-04-02T15:00:06.973 INFO:teuthology.orchestra.run.smithi119.stdout:x86_64 2024-04-02T15:00:06.973 DEBUG:teuthology.orchestra.run.smithi119:> cat /etc/os-release 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:NAME="CentOS Stream" 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION="9" 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:ID="centos" 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:ID_LIKE="rhel fedora" 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:VERSION_ID="9" 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:PLATFORM_ID="platform:el9" 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:ANSI_COLOR="0;31" 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:LOGO="fedora-logo-icon" 2024-04-02T15:00:07.030 INFO:teuthology.orchestra.run.smithi119.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-02T15:00:07.031 INFO:teuthology.orchestra.run.smithi119.stdout:HOME_URL="https://centos.org/" 2024-04-02T15:00:07.031 INFO:teuthology.orchestra.run.smithi119.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-02T15:00:07.031 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-02T15:00:07.031 INFO:teuthology.orchestra.run.smithi119.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-02T15:00:07.031 INFO:teuthology.lock.ops:Updating smithi119.front.sepia.ceph.com on lock server 2024-04-02T15:00:07.055 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-02T15:00:07.065 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-02T15:00:07.112 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-02T15:00:07.113 DEBUG:teuthology.orchestra.run.smithi103:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:00:07.116 DEBUG:teuthology.orchestra.run.smithi119:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:00:07.132 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-02T15:00:07.147 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-02T15:00:07.147 DEBUG:teuthology.orchestra.run.smithi103:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:00:07.171 DEBUG:teuthology.orchestra.run.smithi119:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:00:07.212 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-02T15:00:07.280 INFO:teuthology.run_tasks:Running task kernel... 2024-04-02T15:00:07.299 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-02T15:00:07.299 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-02T15:00:07.299 DEBUG:teuthology.orchestra.run.smithi103:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:00:07.300 DEBUG:teuthology.orchestra.run.smithi119:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:00:07.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:00:07.315 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-04-02T15:00:07.316 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:00:07.316 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-04-02T15:00:07.372 INFO:teuthology.orchestra.run.smithi103.stdout:5.14.0-361.el9.x86_64 2024-04-02T15:00:07.373 INFO:teuthology.task.kernel:Running kernel on smithi103: 5.14.0-361.el9.x86_64 2024-04-02T15:00:07.373 DEBUG:teuthology.orchestra.run.smithi103:> sudo yum install -y kernel 2024-04-02T15:00:07.374 INFO:teuthology.orchestra.run.smithi119.stdout:5.14.0-361.el9.x86_64 2024-04-02T15:00:07.374 INFO:teuthology.task.kernel:Running kernel on smithi119: 5.14.0-361.el9.x86_64 2024-04-02T15:00:07.374 DEBUG:teuthology.orchestra.run.smithi119:> sudo yum install -y kernel 2024-04-02T15:00:09.430 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS-9 - AppStream 15 MB/s | 6.7 MB 00:00 2024-04-02T15:00:09.554 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-04-02T15:00:10.805 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.0 MB 00:00 2024-04-02T15:00:10.947 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS-9 - BaseOS 6.8 MB/s | 2.0 MB 00:00 2024-04-02T15:00:11.971 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-02T15:00:16.830 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - AppStream 5.0 MB/s | 19 MB 00:03 2024-04-02T15:00:20.144 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - BaseOS 913 kB/s | 8.0 MB 00:09 2024-04-02T15:00:21.039 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.1 MB 00:00 2024-04-02T15:00:23.523 INFO:teuthology.orchestra.run.smithi103.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-04-02T15:00:32.691 INFO:teuthology.orchestra.run.smithi103.stdout:Extra Packages for Enterprise Linux 2.3 MB/s | 21 MB 00:09 2024-04-02T15:00:37.582 INFO:teuthology.orchestra.run.smithi103.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-04-02T15:00:39.839 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T15:00:39.839 INFO:teuthology.orchestra.run.smithi103.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T15:00:39.927 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-04-02T15:00:39.944 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-04-02T15:00:39.944 INFO:teuthology.orchestra.run.smithi103.stdout: Package Arch Version Repository Size 2024-04-02T15:00:39.944 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-04-02T15:00:39.944 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-04-02T15:00:39.945 INFO:teuthology.orchestra.run.smithi103.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T15:00:39.945 INFO:teuthology.orchestra.run.smithi103.stdout:Installing dependencies: 2024-04-02T15:00:39.945 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T15:00:39.945 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T15:00:39.945 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T15:00:39.946 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:00:39.946 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-04-02T15:00:39.946 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-04-02T15:00:39.946 INFO:teuthology.orchestra.run.smithi103.stdout:Install 4 Packages 2024-04-02T15:00:39.946 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:00:39.946 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 76 M 2024-04-02T15:00:39.947 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 123 M 2024-04-02T15:00:39.947 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-04-02T15:00:40.175 INFO:teuthology.orchestra.run.smithi103.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 831 kB/s | 192 kB 00:00 2024-04-02T15:00:42.175 INFO:teuthology.orchestra.run.smithi103.stdout:(2/4): kernel-modules-core-5.14.0-434.el9.x86_6 14 MB/s | 28 MB 00:01 2024-04-02T15:00:42.634 INFO:teuthology.orchestra.run.smithi103.stdout:(3/4): kernel-core-5.14.0-434.el9.x86_64.rpm 5.6 MB/s | 15 MB 00:02 2024-04-02T15:00:43.276 INFO:teuthology.orchestra.run.smithi103.stdout:(4/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 10 MB/s | 34 MB 00:03 2024-04-02T15:00:43.279 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:00:43.279 INFO:teuthology.orchestra.run.smithi103.stdout:Total 23 MB/s | 76 MB 00:03 2024-04-02T15:00:43.279 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-04-02T15:00:43.652 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-04-02T15:00:43.652 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-04-02T15:00:44.489 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-04-02T15:00:44.489 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-04-02T15:00:44.601 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - AppStream 828 kB/s | 19 MB 00:23 2024-04-02T15:00:46.807 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-04-02T15:00:47.409 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:00:47.504 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:00:50.270 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:00:50.416 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:00:50.451 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - CRB 2.6 MB/s | 6.1 MB 00:02 2024-04-02T15:00:51.777 INFO:teuthology.orchestra.run.smithi119.stdout:CentOS Stream 9 - Extras packages 74 kB/s | 16 kB 00:00 2024-04-02T15:00:52.587 INFO:teuthology.orchestra.run.smithi119.stdout:Extra Packages for Enterprise Linux 30 MB/s | 21 MB 00:00 2024-04-02T15:00:55.114 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:00:55.173 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:00:57.595 INFO:teuthology.orchestra.run.smithi119.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-02T15:00:59.810 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-02T15:00:59.810 INFO:teuthology.orchestra.run.smithi119.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-02T15:00:59.893 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout: Package Arch Version Repository Size 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout: kernel x86_64 5.14.0-434.el9 CentOS-BaseOS 192 k 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout:Installing dependencies: 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-core x86_64 5.14.0-434.el9 CentOS-BaseOS 15 M 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules x86_64 5.14.0-434.el9 CentOS-BaseOS 34 M 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-core x86_64 5.14.0-434.el9 CentOS-BaseOS 28 M 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout:Install 4 Packages 2024-04-02T15:00:59.903 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:00:59.904 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 76 M 2024-04-02T15:00:59.904 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 123 M 2024-04-02T15:00:59.904 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-04-02T15:00:59.913 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:00.080 INFO:teuthology.orchestra.run.smithi119.stdout:(1/4): kernel-5.14.0-434.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-04-02T15:01:01.121 INFO:teuthology.orchestra.run.smithi119.stdout:(2/4): kernel-core-5.14.0-434.el9.x86_64.rpm 12 MB/s | 15 MB 00:01 2024-04-02T15:01:02.213 INFO:teuthology.orchestra.run.smithi119.stdout:(3/4): kernel-modules-5.14.0-434.el9.x86_64.rpm 15 MB/s | 34 MB 00:02 2024-04-02T15:01:02.647 INFO:teuthology.orchestra.run.smithi119.stdout:(4/4): kernel-modules-core-5.14.0-434.el9.x86_6 11 MB/s | 28 MB 00:02 2024-04-02T15:01:02.650 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:01:02.650 INFO:teuthology.orchestra.run.smithi119.stdout:Total 28 MB/s | 76 MB 00:02 2024-04-02T15:01:02.651 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-04-02T15:01:03.034 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-04-02T15:01:03.034 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-04-02T15:01:03.891 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-04-02T15:01:03.891 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-04-02T15:01:06.177 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-04-02T15:01:06.773 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-modules-core-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:01:06.866 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:01:09.623 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:01:09.760 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:01:14.508 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:01:14.559 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:19.340 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:29.227 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:29.227 INFO:teuthology.orchestra.run.smithi103.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T15:01:29.227 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:01:29.271 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:29.629 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:29.629 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:01:29.630 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:01:29.630 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:01:30.110 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:30.110 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:01:30.110 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-04-02T15:01:30.110 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T15:01:30.110 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T15:01:30.110 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T15:01:30.110 INFO:teuthology.orchestra.run.smithi103.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T15:01:30.110 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:01:30.110 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-04-02T15:01:30.463 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:01:30.570 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:01:30.570 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:01:30.570 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-02T15:01:30.570 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:01:30.570 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:01:30.571 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-02T15:01:30.571 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi103.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:01:30.571 DEBUG:teuthology.orchestra.run.smithi103:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:01:30.650 INFO:teuthology.orchestra.run.smithi103.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:01:30.650 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:01:30.650 DEBUG:teuthology.orchestra.run.smithi103:> sudo rpm -qi grub2-tools 2024-04-02T15:01:30.684 INFO:teuthology.orchestra.run.smithi103.stdout:Name : grub2-tools 2024-04-02T15:01:30.684 INFO:teuthology.orchestra.run.smithi103.stdout:Epoch : 1 2024-04-02T15:01:30.684 INFO:teuthology.orchestra.run.smithi103.stdout:Version : 2.06 2024-04-02T15:01:30.684 INFO:teuthology.orchestra.run.smithi103.stdout:Release : 68.el9 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Architecture: x86_64 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Group : Unspecified 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Size : 8264254 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:License : GPLv3+ 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Packager : builder@centos.org 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Vendor : CentOS 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Summary : Support tools for GRUB. 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout:Description : 2024-04-02T15:01:30.685 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:01:30.686 INFO:teuthology.orchestra.run.smithi103.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T15:01:30.686 INFO:teuthology.orchestra.run.smithi103.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T15:01:30.686 INFO:teuthology.orchestra.run.smithi103.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T15:01:30.686 INFO:teuthology.orchestra.run.smithi103.stdout:hardware devices. 2024-04-02T15:01:30.686 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:01:30.686 INFO:teuthology.orchestra.run.smithi103.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T15:01:30.687 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T15:01:30.687 INFO:teuthology.task.kernel:Updating grub on smithi103 to boot 5.14.0-434.el9.x86_64 2024-04-02T15:01:30.687 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T15:01:31.280 INFO:teuthology.orchestra.run.smithi103.stderr:Generating grub configuration file ... 2024-04-02T15:01:32.611 INFO:teuthology.orchestra.run.smithi103.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T15:01:32.645 INFO:teuthology.orchestra.run.smithi103.stderr:done 2024-04-02T15:01:32.647 DEBUG:teuthology.orchestra.run.smithi103:> mktemp 2024-04-02T15:01:32.662 INFO:teuthology.orchestra.run.smithi103.stdout:/tmp/tmp.e0CqWqJQA3 2024-04-02T15:01:32.663 DEBUG:teuthology.orchestra.run.smithi103:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.e0CqWqJQA3 2024-04-02T15:01:32.731 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 0666 /tmp/tmp.e0CqWqJQA3 2024-04-02T15:01:32.869 DEBUG:teuthology.orchestra.remote:smithi103:/tmp/tmp.e0CqWqJQA3 is 6KB 2024-04-02T15:01:32.922 DEBUG:teuthology.orchestra.run.smithi103:> rm -fr /tmp/tmp.e0CqWqJQA3 2024-04-02T15:01:32.936 DEBUG:teuthology.orchestra.run.smithi103:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T15:01:33.004 INFO:teuthology.orchestra.run.smithi103.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T15:01:33.004 INFO:teuthology.orchestra.run.smithi103.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T15:01:33.005 INFO:teuthology.orchestra.run.smithi103.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T15:01:33.005 INFO:teuthology.orchestra.run.smithi103.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T15:01:33.006 DEBUG:teuthology.orchestra.run.smithi103:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T15:01:33.183 DEBUG:teuthology.orchestra.run.smithi103:> sudo shutdown -r now 2024-04-02T15:01:48.682 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:48.682 INFO:teuthology.orchestra.run.smithi119.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-02T15:01:48.682 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:01:48.723 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-modules-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:49.135 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: kernel-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:49.135 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-5.14.0-434.el9.x86_64 1/4 2024-04-02T15:01:49.135 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-core-5.14.0-434.el9.x86_64 2/4 2024-04-02T15:01:49.135 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-modules-5.14.0-434.el9.x86_64 3/4 2024-04-02T15:01:49.561 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : kernel-modules-core-5.14.0-434.el9.x86_64 4/4 2024-04-02T15:01:49.561 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:01:49.562 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-04-02T15:01:49.562 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-5.14.0-434.el9.x86_64 2024-04-02T15:01:49.562 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-core-5.14.0-434.el9.x86_64 2024-04-02T15:01:49.562 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-5.14.0-434.el9.x86_64 2024-04-02T15:01:49.562 INFO:teuthology.orchestra.run.smithi119.stdout: kernel-modules-core-5.14.0-434.el9.x86_64 2024-04-02T15:01:49.562 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:01:49.562 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-04-02T15:01:49.894 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:01:50.041 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:01:50.041 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:01:50.041 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-02T15:01:50.042 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:01:50.042 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:01:50.042 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-02T15:01:50.042 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi119.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:01:50.042 DEBUG:teuthology.orchestra.run.smithi119:> rpm -q kernel | sort -rV | head -n 1 2024-04-02T15:01:50.122 INFO:teuthology.orchestra.run.smithi119.stdout:kernel-5.14.0-434.el9.x86_64 2024-04-02T15:01:50.122 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-434.el9.x86_64 2024-04-02T15:01:50.123 DEBUG:teuthology.orchestra.run.smithi119:> sudo rpm -qi grub2-tools 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:Name : grub2-tools 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:Epoch : 1 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:Version : 2.06 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:Release : 68.el9 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:Architecture: x86_64 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:Group : Unspecified 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:Size : 8264254 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:License : GPLv3+ 2024-04-02T15:01:50.157 INFO:teuthology.orchestra.run.smithi119.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:Packager : builder@centos.org 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:Vendor : CentOS 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:Summary : Support tools for GRUB. 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:Description : 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-02T15:01:50.158 INFO:teuthology.orchestra.run.smithi119.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-02T15:01:50.159 INFO:teuthology.orchestra.run.smithi119.stdout:hardware devices. 2024-04-02T15:01:50.159 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:01:50.159 INFO:teuthology.orchestra.run.smithi119.stdout:This subpackage provides tools for support of all platforms. 2024-04-02T15:01:50.160 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-02T15:01:50.160 INFO:teuthology.task.kernel:Updating grub on smithi119 to boot 5.14.0-434.el9.x86_64 2024-04-02T15:01:50.160 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-02T15:01:50.779 INFO:teuthology.orchestra.run.smithi119.stderr:Generating grub configuration file ... 2024-04-02T15:01:52.209 INFO:teuthology.orchestra.run.smithi119.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-02T15:01:52.247 INFO:teuthology.orchestra.run.smithi119.stderr:done 2024-04-02T15:01:52.249 DEBUG:teuthology.orchestra.run.smithi119:> mktemp 2024-04-02T15:01:52.265 INFO:teuthology.orchestra.run.smithi119.stdout:/tmp/tmp.dbfecP6Nrd 2024-04-02T15:01:52.265 DEBUG:teuthology.orchestra.run.smithi119:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dbfecP6Nrd 2024-04-02T15:01:52.337 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 0666 /tmp/tmp.dbfecP6Nrd 2024-04-02T15:01:52.475 DEBUG:teuthology.orchestra.remote:smithi119:/tmp/tmp.dbfecP6Nrd is 6KB 2024-04-02T15:01:52.524 DEBUG:teuthology.orchestra.run.smithi119:> rm -fr /tmp/tmp.dbfecP6Nrd 2024-04-02T15:01:52.538 DEBUG:teuthology.orchestra.run.smithi119:> sudo /bin/ls /boot/loader/entries || true 2024-04-02T15:01:52.602 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-02T15:01:52.603 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-02T15:01:52.603 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-02T15:01:52.603 INFO:teuthology.orchestra.run.smithi119.stdout:15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64.conf 2024-04-02T15:01:52.604 DEBUG:teuthology.orchestra.run.smithi119:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-434.el9.x86_64 2024-04-02T15:01:52.750 DEBUG:teuthology.orchestra.run.smithi119:> sudo shutdown -r now 2024-04-02T15:02:03.194 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-02T15:02:03.194 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-04-02T15:02:03.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:02:21.730 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-04-02T15:02:22.754 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-02T15:02:22.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-02T15:02:22.755 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:02:30.740 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-04-02T15:02:30.741 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:02:33.822 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.103 2024-04-02T15:02:41.182 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.119 2024-04-02T15:02:45.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-04-02T15:02:45.828 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:02:50.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-02T15:02:50.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:03:45.887 DEBUG:teuthology.orchestra.remote:timed out 2024-04-02T15:03:50.193 DEBUG:teuthology.orchestra.remote:timed out 2024-04-02T15:04:00.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-04-02T15:04:00.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:04:01.236 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-04-02T15:04:01.598 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-04-02T15:04:01.598 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-434.el9.x86_64"... 2024-04-02T15:04:01.599 DEBUG:teuthology.orchestra.run.smithi103:> uname -r 2024-04-02T15:04:01.614 INFO:teuthology.orchestra.run.smithi103.stdout:5.14.0-434.el9.x86_64 2024-04-02T15:04:01.615 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-02T15:04:01.615 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:04:01.615 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T15:04:02.194 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-02T15:04:02.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:04:02.616 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-02T15:04:02.616 DEBUG:teuthology.orchestra.run.smithi103:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:04:02.758 DEBUG:teuthology.orchestra.run.smithi119:> true 2024-04-02T15:04:02.970 INFO:teuthology.orchestra.run.smithi103.stdout:ttyS1 2024-04-02T15:04:03.004 DEBUG:teuthology.parallel:result is None 2024-04-02T15:04:03.140 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-02T15:04:03.141 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-434.el9.x86_64"... 2024-04-02T15:04:03.141 DEBUG:teuthology.orchestra.run.smithi119:> uname -r 2024-04-02T15:04:03.155 INFO:teuthology.orchestra.run.smithi119.stdout:5.14.0-434.el9.x86_64 2024-04-02T15:04:03.156 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-02T15:04:03.156 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:04:03.156 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-02T15:04:04.156 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-02T15:04:04.156 DEBUG:teuthology.orchestra.run.smithi119:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:04:04.255 INFO:teuthology.orchestra.run.smithi119.stdout:ttyS1 2024-04-02T15:04:04.292 DEBUG:teuthology.parallel:result is None 2024-04-02T15:04:04.293 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-02T15:04:04.300 INFO:teuthology.task.internal:Creating test directory... 2024-04-02T15:04:04.300 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:04:04.303 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:04:04.319 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-02T15:04:04.338 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-02T15:04:04.371 INFO:teuthology.task.internal:Creating archive directory... 2024-04-02T15:04:04.372 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:04:04.374 DEBUG:teuthology.orchestra.run.smithi119:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:04:04.409 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-02T15:04:04.441 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-02T15:04:04.441 DEBUG:teuthology.orchestra.run.smithi103:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-02T15:04:04.446 DEBUG:teuthology.orchestra.run.smithi119:> 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-02T15:04:04.480 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:04:04.484 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:04:04.494 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:04:04.498 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:04:04.499 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-02T15:04:04.507 INFO:teuthology.task.internal:Configuring sudo... 2024-04-02T15:04:04.508 DEBUG:teuthology.orchestra.run.smithi103:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:04:04.539 DEBUG:teuthology.orchestra.run.smithi119:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:04:04.568 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-02T15:04:04.581 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-02T15:04:04.581 DEBUG:teuthology.orchestra.run.smithi103:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:04:04.609 DEBUG:teuthology.orchestra.run.smithi119:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:04:04.624 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:04:04.706 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:04:04.757 DEBUG:teuthology.orchestra.run.smithi103:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:04:04.838 DEBUG:teuthology.orchestra.run.smithi103:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:04:04.883 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-04-02T15:04:04.884 DEBUG:teuthology.orchestra.run.smithi103:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:04:04.950 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:04:04.993 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:04:05.041 DEBUG:teuthology.orchestra.run.smithi119:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:04:05.125 DEBUG:teuthology.orchestra.run.smithi119:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:04:05.167 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-04-02T15:04:05.167 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:04:05.234 DEBUG:teuthology.orchestra.run.smithi103:> sudo service rsyslog restart 2024-04-02T15:04:05.237 DEBUG:teuthology.orchestra.run.smithi119:> sudo service rsyslog restart 2024-04-02T15:04:05.281 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:04:05.321 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:04:05.667 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-02T15:04:05.677 INFO:teuthology.task.internal:Starting timer... 2024-04-02T15:04:05.677 INFO:teuthology.run_tasks:Running task pcp... 2024-04-02T15:04:05.723 INFO:teuthology.run_tasks:Running task selinux... 2024-04-02T15:04:05.753 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-02T15:04:05.753 DEBUG:teuthology.orchestra.run.smithi103:> sudo service auditd rotate 2024-04-02T15:04:05.799 INFO:teuthology.orchestra.run.smithi103.stdout:Rotating logs: 2024-04-02T15:04:05.801 DEBUG:teuthology.orchestra.run.smithi119:> sudo service auditd rotate 2024-04-02T15:04:05.855 INFO:teuthology.orchestra.run.smithi119.stdout:Rotating logs: 2024-04-02T15:04:05.857 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-02T15:04:05.857 DEBUG:teuthology.orchestra.run.smithi103:> /usr/sbin/getenforce 2024-04-02T15:04:05.880 INFO:teuthology.orchestra.run.smithi103.stdout:Permissive 2024-04-02T15:04:05.880 DEBUG:teuthology.orchestra.run.smithi119:> /usr/sbin/getenforce 2024-04-02T15:04:05.935 INFO:teuthology.orchestra.run.smithi119.stdout:Permissive 2024-04-02T15:04:05.936 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi103.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi119.front.sepia.ceph.com': 'permissive'} 2024-04-02T15:04:05.936 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T15:04:05.965 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:04:05.967 DEBUG:teuthology.orchestra.run.smithi119:> 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-02T15:04:06.000 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:04:06.001 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-02T15:04:06.001 DEBUG:teuthology.orchestra.run.smithi103:> sudo /usr/sbin/setenforce permissive 2024-04-02T15:04:06.051 DEBUG:teuthology.orchestra.run.smithi119:> sudo /usr/sbin/setenforce permissive 2024-04-02T15:04:06.096 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-02T15:04:06.128 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-02T15:04:06.144 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-02T15:04:06.145 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi103.front.sepia.ceph.com,smithi119.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-02T15:08:20.360 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi103.front.sepia.ceph.com'), Remote(name='ubuntu@smithi119.front.sepia.ceph.com')] 2024-04-02T15:08:20.362 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-04-02T15:08:20.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi103.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:08:20.452 DEBUG:teuthology.orchestra.run.smithi103:> true 2024-04-02T15:08:20.537 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi103.front.sepia.ceph.com' 2024-04-02T15:08:20.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-02T15:08:20.538 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi119.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:08:20.631 DEBUG:teuthology.orchestra.run.smithi119:> true 2024-04-02T15:08:20.721 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi119.front.sepia.ceph.com' 2024-04-02T15:08:20.722 INFO:teuthology.run_tasks:Running task clock... 2024-04-02T15:08:20.737 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-02T15:08:20.738 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:08:20.738 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:08:20.740 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:08:20.741 DEBUG:teuthology.orchestra.run.smithi119:> 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-02T15:08:20.769 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T15:08:20.786 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T15:08:20.794 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-02T15:08:20.811 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-02T15:08:20.815 INFO:teuthology.orchestra.run.smithi103.stderr:sudo: ntpd: command not found 2024-04-02T15:08:20.829 INFO:teuthology.orchestra.run.smithi103.stdout:506 Cannot talk to daemon 2024-04-02T15:08:20.841 INFO:teuthology.orchestra.run.smithi119.stderr:sudo: ntpd: command not found 2024-04-02T15:08:20.846 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T15:08:20.854 INFO:teuthology.orchestra.run.smithi119.stdout:506 Cannot talk to daemon 2024-04-02T15:08:20.862 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T15:08:20.871 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-02T15:08:20.887 INFO:teuthology.orchestra.run.smithi119.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-02T15:08:20.920 INFO:teuthology.orchestra.run.smithi103.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:08:20.924 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:08:20.924 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-04-02T15:08:20.924 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:08:20.924 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:08:20.924 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:08:20.925 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:08:20.939 INFO:teuthology.orchestra.run.smithi119.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:08:20.943 INFO:teuthology.orchestra.run.smithi119.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:08:20.943 INFO:teuthology.orchestra.run.smithi119.stdout:=============================================================================== 2024-04-02T15:08:20.943 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:08:20.943 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:08:20.943 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:08:20.943 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:08:20.943 INFO:teuthology.run_tasks:Running task pexec... 2024-04-02T15:08:20.953 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-02T15:08:20.953 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi103.front.sepia.ceph.com 2024-04-02T15:08:20.953 DEBUG:teuthology.orchestra.run.smithi103:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-02T15:08:20.954 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi119.front.sepia.ceph.com 2024-04-02T15:08:20.954 DEBUG:teuthology.orchestra.run.smithi119:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-02T15:08:21.543 INFO:teuthology.orchestra.run.smithi103.stdout:Last metadata expiration check: 0:00:51 ago on Tue 02 Apr 2024 03:07:30 PM UTC. 2024-04-02T15:08:21.565 INFO:teuthology.orchestra.run.smithi119.stdout:Last metadata expiration check: 0:00:50 ago on Tue 02 Apr 2024 03:07:31 PM UTC. 2024-04-02T15:08:21.688 INFO:teuthology.orchestra.run.smithi103.stdout:Dependencies resolved. 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout: Package Architecture Version Repository Size 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout:Installing: 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction Summary 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout:================================================================================ 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout:Install 1 Package 2024-04-02T15:08:21.689 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:08:21.690 INFO:teuthology.orchestra.run.smithi103.stdout:Total download size: 3.1 M 2024-04-02T15:08:21.690 INFO:teuthology.orchestra.run.smithi103.stdout:Installed size: 9.8 M 2024-04-02T15:08:21.690 INFO:teuthology.orchestra.run.smithi103.stdout:Downloading Packages: 2024-04-02T15:08:21.711 INFO:teuthology.orchestra.run.smithi119.stdout:Dependencies resolved. 2024-04-02T15:08:21.728 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-04-02T15:08:21.728 INFO:teuthology.orchestra.run.smithi119.stdout: Package Architecture Version Repository Size 2024-04-02T15:08:21.728 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-04-02T15:08:21.728 INFO:teuthology.orchestra.run.smithi119.stdout:Installing: 2024-04-02T15:08:21.729 INFO:teuthology.orchestra.run.smithi119.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-02T15:08:21.729 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:08:21.729 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction Summary 2024-04-02T15:08:21.729 INFO:teuthology.orchestra.run.smithi119.stdout:================================================================================ 2024-04-02T15:08:21.729 INFO:teuthology.orchestra.run.smithi119.stdout:Install 1 Package 2024-04-02T15:08:21.729 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:08:21.729 INFO:teuthology.orchestra.run.smithi119.stdout:Total download size: 3.1 M 2024-04-02T15:08:21.729 INFO:teuthology.orchestra.run.smithi119.stdout:Installed size: 9.8 M 2024-04-02T15:08:21.729 INFO:teuthology.orchestra.run.smithi119.stdout:Downloading Packages: 2024-04-02T15:08:22.094 INFO:teuthology.orchestra.run.smithi103.stdout:runc-1.1.12-2.el9.x86_64.rpm 11 MB/s | 3.1 MB 00:00 2024-04-02T15:08:22.095 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:08:22.095 INFO:teuthology.orchestra.run.smithi103.stdout:Total 7.7 MB/s | 3.1 MB 00:00 2024-04-02T15:08:22.109 INFO:teuthology.orchestra.run.smithi119.stdout:runc-1.1.12-2.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-04-02T15:08:22.110 INFO:teuthology.orchestra.run.smithi119.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:08:22.110 INFO:teuthology.orchestra.run.smithi119.stdout:Total 8.2 MB/s | 3.1 MB 00:00 2024-04-02T15:08:22.131 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction check 2024-04-02T15:08:22.137 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction check succeeded. 2024-04-02T15:08:22.137 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction test 2024-04-02T15:08:22.146 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction check 2024-04-02T15:08:22.152 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction check succeeded. 2024-04-02T15:08:22.152 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction test 2024-04-02T15:08:22.217 INFO:teuthology.orchestra.run.smithi103.stdout:Transaction test succeeded. 2024-04-02T15:08:22.218 INFO:teuthology.orchestra.run.smithi103.stdout:Running transaction 2024-04-02T15:08:22.232 INFO:teuthology.orchestra.run.smithi119.stdout:Transaction test succeeded. 2024-04-02T15:08:22.232 INFO:teuthology.orchestra.run.smithi119.stdout:Running transaction 2024-04-02T15:08:22.427 INFO:teuthology.orchestra.run.smithi103.stdout: Preparing : 1/1 2024-04-02T15:08:22.439 INFO:teuthology.orchestra.run.smithi119.stdout: Preparing : 1/1 2024-04-02T15:08:22.530 INFO:teuthology.orchestra.run.smithi103.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:08:22.546 INFO:teuthology.orchestra.run.smithi119.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:08:23.051 INFO:teuthology.orchestra.run.smithi119.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:08:23.089 INFO:teuthology.orchestra.run.smithi103.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:08:23.346 INFO:teuthology.orchestra.run.smithi119.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:08:23.346 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:08:23.347 INFO:teuthology.orchestra.run.smithi119.stdout:Installed: 2024-04-02T15:08:23.347 INFO:teuthology.orchestra.run.smithi119.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-02T15:08:23.347 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:08:23.347 INFO:teuthology.orchestra.run.smithi119.stdout:Complete! 2024-04-02T15:08:23.385 INFO:teuthology.orchestra.run.smithi103.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-02T15:08:23.385 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:08:23.386 INFO:teuthology.orchestra.run.smithi103.stdout:Installed: 2024-04-02T15:08:23.386 INFO:teuthology.orchestra.run.smithi103.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-02T15:08:23.386 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:08:23.386 INFO:teuthology.orchestra.run.smithi103.stdout:Complete! 2024-04-02T15:08:23.581 DEBUG:teuthology.parallel:result is None 2024-04-02T15:08:23.652 DEBUG:teuthology.parallel:result is None 2024-04-02T15:08:23.652 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-04-02T15:08:23.755 INFO:tasks.cephadm:Testing if podman is available 2024-04-02T15:08:23.755 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman --help 2024-04-02T15:08:23.852 INFO:teuthology.orchestra.run.smithi119.stdout:Manage pods, containers and images 2024-04-02T15:08:23.852 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:08:23.852 INFO:teuthology.orchestra.run.smithi119.stdout:Usage: 2024-04-02T15:08:23.852 INFO:teuthology.orchestra.run.smithi119.stdout: podman [options] [command] 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout:Available Commands: 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: attach Attach to a running container 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: auto-update Auto update containers according to their auto-update policy 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: build Build an image using instructions from Containerfiles 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: commit Create new image based on the changed container 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: container Manage containers 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: cp Copy files/folders between a container and the local filesystem 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: create Create but do not start a container 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: diff Display the changes to the object's file system 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: events Show podman system events 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: exec Run a process in a running container 2024-04-02T15:08:23.853 INFO:teuthology.orchestra.run.smithi119.stdout: export Export container's filesystem contents as a tar archive 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: farm Farm out builds to remote machines 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: generate Generate structured data based on containers, pods or volumes 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: healthcheck Manage health checks on containers 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: help Help about any command 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: history Show history of a specified image 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: image Manage images 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: images List images in local storage 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: import Import a tarball to create a filesystem image 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: info Display podman system information 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: init Initialize one or more containers 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: inspect Display the configuration of object denoted by ID 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: kill Kill one or more running containers with a specific signal 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: kube Play containers, pods or volumes from a structured file 2024-04-02T15:08:23.854 INFO:teuthology.orchestra.run.smithi119.stdout: load Load image(s) from a tar archive 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: login Log in to a container registry 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: logout Log out of a container registry 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: logs Fetch the logs of one or more containers 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: machine Manage a virtual machine 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: manifest Manipulate manifest lists and image indexes 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: mount Mount a working container's root filesystem 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: network Manage networks 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: pause Pause all the processes in one or more containers 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: pod Manage pods 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: port List port mappings or a specific mapping for the container 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: ps List containers 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: pull Pull an image from a registry 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: push Push an image to a specified destination 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: rename Rename an existing container 2024-04-02T15:08:23.855 INFO:teuthology.orchestra.run.smithi119.stdout: restart Restart one or more containers 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: rm Remove one or more containers 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: rmi Remove one or more images from local storage 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: run Run a command in a new container 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: save Save image(s) to an archive 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: search Search registry for image 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: secret Manage secrets 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: start Start one or more containers 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: stats Display a live stream of container resource usage statistics 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: stop Stop one or more containers 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: system Manage podman 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: tag Add an additional name to a local image 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: top Display the running processes of a container 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: unmount Unmount working container's root filesystem 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: unpause Unpause the processes in one or more containers 2024-04-02T15:08:23.856 INFO:teuthology.orchestra.run.smithi119.stdout: unshare Run a command in a modified user namespace 2024-04-02T15:08:23.857 INFO:teuthology.orchestra.run.smithi119.stdout: untag Remove a name from a local image 2024-04-02T15:08:23.858 INFO:teuthology.orchestra.run.smithi119.stdout: update Update an existing container 2024-04-02T15:08:23.858 INFO:teuthology.orchestra.run.smithi119.stdout: version Display the Podman version information 2024-04-02T15:08:23.858 INFO:teuthology.orchestra.run.smithi119.stdout: volume Manage volumes 2024-04-02T15:08:23.858 INFO:teuthology.orchestra.run.smithi119.stdout: wait Block on one or more containers 2024-04-02T15:08:23.858 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:08:23.858 INFO:teuthology.orchestra.run.smithi119.stdout:Options: 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --conmon string Path of the conmon binary 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: -c, --connection string Connection to use for remote Podman service 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --help Help for podman 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --module strings Load the containers.conf(5) module 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --network-cmd-path string Path to the command for configuring the network 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --network-config-dir string Path of the configuration directory for networks 2024-04-02T15:08:23.859 INFO:teuthology.orchestra.run.smithi119.stdout: --out string Send output (stdout) from podman to a file 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: -r, --remote Access remote Podman service 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --ssh string define the ssh mode (default "golang") 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: (default "/run/libpod") 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --transient-store Enable transient container storage 2024-04-02T15:08:23.860 INFO:teuthology.orchestra.run.smithi119.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-04-02T15:08:23.861 INFO:teuthology.orchestra.run.smithi119.stdout: -v, --version version for podman 2024-04-02T15:08:23.861 INFO:teuthology.orchestra.run.smithi119.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-04-02T15:08:23.862 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman pull quay.io/samba.org/samba-ad-server:latest 2024-04-02T15:08:24.842 INFO:teuthology.orchestra.run.smithi119.stderr:Trying to pull quay.io/samba.org/samba-ad-server:latest... 2024-04-02T15:08:25.368 INFO:teuthology.orchestra.run.smithi119.stderr:Getting image source signatures 2024-04-02T15:08:25.374 INFO:teuthology.orchestra.run.smithi119.stderr:Copying blob sha256:529d52a32280dcff3b73028c0975f35031dfa8c3bd6eb0d4466c4590e8143a03 2024-04-02T15:08:25.374 INFO:teuthology.orchestra.run.smithi119.stderr:Copying blob sha256:3c7b295cf4a120b7d20f204e1365b7f8a6aa8f56c7391b3cca615b8ea4587eb0 2024-04-02T15:08:25.374 INFO:teuthology.orchestra.run.smithi119.stderr:Copying blob sha256:76fe2ee888ae74e7da721983c29f113b34f33fd12544d23ef67c781d4f93613e 2024-04-02T15:08:25.374 INFO:teuthology.orchestra.run.smithi119.stderr:Copying blob sha256:3b79e0080ade9cc5d524d91db58b0355d861c74d4dc24b63bd024bd0bb294f82 2024-04-02T15:08:25.374 INFO:teuthology.orchestra.run.smithi119.stderr:Copying blob sha256:5fe75a02d747c4daa4718fe46e89e6c27ad1d6c9c79168a20890fe15de888b32 2024-04-02T15:08:25.374 INFO:teuthology.orchestra.run.smithi119.stderr:Copying blob sha256:7928d69dbd2ec4defc9bc0793caff2c575e705c07091eb60b730388d563497ce 2024-04-02T15:08:34.367 INFO:teuthology.orchestra.run.smithi119.stderr:Copying config sha256:e583c138a8e5efc4a2d63d8289428e8be46ac5cb36a4d98794eddd70e516dbdd 2024-04-02T15:08:34.517 INFO:teuthology.orchestra.run.smithi119.stderr:Writing manifest to image destination 2024-04-02T15:08:34.711 INFO:teuthology.orchestra.run.smithi119.stdout:e583c138a8e5efc4a2d63d8289428e8be46ac5cb36a4d98794eddd70e516dbdd 2024-04-02T15:08:34.717 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-04-02T15:08:34.841 INFO:teuthology.orchestra.run.smithi119.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-04-02T15:08:35.219 INFO:teuthology.orchestra.run.smithi119.stderr:Getting image source signatures 2024-04-02T15:08:35.220 INFO:teuthology.orchestra.run.smithi119.stderr:Copying blob sha256:93563578f5f493de4b1255cc80f6247d165c9b0b4d0900f6ddb7ee5d366f783c 2024-04-02T15:08:35.220 INFO:teuthology.orchestra.run.smithi119.stderr:Copying blob sha256:3b79e0080ade9cc5d524d91db58b0355d861c74d4dc24b63bd024bd0bb294f82 2024-04-02T15:08:37.250 INFO:teuthology.orchestra.run.smithi119.stderr:Copying config sha256:9bf3292df7911f70d85fbaf78b904caeffb1b76fe4832e4cd8592c887cae9ce9 2024-04-02T15:08:37.376 INFO:teuthology.orchestra.run.smithi119.stderr:Writing manifest to image destination 2024-04-02T15:08:37.583 INFO:teuthology.orchestra.run.smithi119.stdout:9bf3292df7911f70d85fbaf78b904caeffb1b76fe4832e4cd8592c887cae9ce9 2024-04-02T15:08:37.587 DEBUG:teuthology.orchestra.run.smithi119:> ss -lunH 2024-04-02T15:08:37.611 INFO:teuthology.orchestra.run.smithi119.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-04-02T15:08:37.611 INFO:teuthology.orchestra.run.smithi119.stdout:UNCONN 0 0 127.0.0.1:323 0.0.0.0:* 2024-04-02T15:08:37.611 INFO:teuthology.orchestra.run.smithi119.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-04-02T15:08:37.612 INFO:teuthology.orchestra.run.smithi119.stdout:UNCONN 0 0 [::1]:323 [::]:* 2024-04-02T15:08:37.612 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-02T15:08:37.686 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /var/tmp/samba 2024-04-02T15:08:37.753 DEBUG:teuthology.orchestra.run.smithi119:> set -ex 2024-04-02T15:08:37.753 DEBUG:teuthology.orchestra.run.smithi119:> sudo dd of=/var/tmp/samba/container.json 2024-04-02T15:08:37.820 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman run -d --name=samba-ad --network=host --privileged --volume=/var/tmp/samba:/etc/samba-container:ro -eSAMBACC_CONFIG=/etc/samba-container/container.json quay.io/samba.org/samba-ad-server:latest 2024-04-02T15:08:38.365 INFO:teuthology.orchestra.run.smithi119.stdout:456108a5fc222c1a3450b901b21ff4f23b623a41bf95ad7cce18734fe23d3bf7 2024-04-02T15:08:38.619 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.119, idx=0 2024-04-02T15:08:38.619 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman run --rm --net=host --dns=172.21.15.119 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-02T15:08:39.127 INFO:teuthology.orchestra.run.smithi119.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:08:40.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:08:40.577 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.119, idx=1 2024-04-02T15:08:40.578 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman run --rm --net=host --dns=172.21.15.119 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-02T15:08:41.259 INFO:teuthology.orchestra.run.smithi119.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:08:42.220 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:08:43.221 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.119, idx=2 2024-04-02T15:08:43.222 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman run --rm --net=host --dns=172.21.15.119 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-02T15:08:43.661 INFO:teuthology.orchestra.run.smithi119.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:08:44.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:08:46.126 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.119, idx=3 2024-04-02T15:08:46.127 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman run --rm --net=host --dns=172.21.15.119 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-02T15:08:46.574 INFO:teuthology.orchestra.run.smithi119.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:08:47.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:08:51.201 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.119, idx=4 2024-04-02T15:08:51.201 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman run --rm --net=host --dns=172.21.15.119 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-02T15:08:51.921 INFO:teuthology.orchestra.run.smithi119.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:08:52.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:09:00.579 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.119, idx=5 2024-04-02T15:09:00.579 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman run --rm --net=host --dns=172.21.15.119 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-02T15:09:01.626 INFO:teuthology.orchestra.run.smithi119.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:09:02.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:09:18.249 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.119, idx=6 2024-04-02T15:09:18.250 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman run --rm --net=host --dns=172.21.15.119 -eKRB5_CONFIG=/dev/null quay.io/samba.org/samba-client:latest smbclient -U 'DOMAIN1\ckent%1115Rose.' //domain1.sink.test/sysvol -c ls 2024-04-02T15:09:19.021 INFO:teuthology.orchestra.run.smithi119.stdout: . D 0 Tue Apr 2 15:08:47 2024 2024-04-02T15:09:19.021 INFO:teuthology.orchestra.run.smithi119.stdout: .. D 0 Tue Apr 2 15:08:47 2024 2024-04-02T15:09:19.021 INFO:teuthology.orchestra.run.smithi119.stdout: domain1.sink.test D 0 Tue Apr 2 15:08:46 2024 2024-04-02T15:09:19.021 INFO:teuthology.orchestra.run.smithi119.stdout: 2024-04-02T15:09:19.021 INFO:teuthology.orchestra.run.smithi119.stdout: 960311424 blocks of size 1024. 907930120 blocks available 2024-04-02T15:09:19.591 INFO:tasks.cephadm:SMB status probe succeeded 2024-04-02T15:09:19.591 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-02T15:09:19.601 INFO:tasks.cephadm:Config: {'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}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '3f3f3ed992429b85be729743ad3b39d52dd90744'} 2024-04-02T15:09:19.601 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:09:19.602 INFO:tasks.cephadm:Cluster fsid is fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:19.602 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-02T15:09:19.602 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.103'} 2024-04-02T15:09:19.603 INFO:tasks.cephadm:First mon is mon.a on smithi103 2024-04-02T15:09:19.603 INFO:tasks.cephadm:First mgr is x 2024-04-02T15:09:19.603 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-02T15:09:19.603 DEBUG:teuthology.orchestra.run.smithi103:> sudo hostname $(hostname -s) 2024-04-02T15:09:19.637 DEBUG:teuthology.orchestra.run.smithi119:> sudo hostname $(hostname -s) 2024-04-02T15:09:19.667 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-02T15:09:19.668 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-02T15:09:19.897 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-02T15:09:20.121 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-02T15:09:20.123 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-02T15:09:20.123 DEBUG:teuthology.orchestra.run.smithi103:> 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-02T15:09:20.608 INFO:teuthology.orchestra.run.smithi103.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 15:09 /home/ubuntu/cephtest/cephadm 2024-04-02T15:09:20.609 DEBUG:teuthology.orchestra.run.smithi119:> 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-02T15:09:21.074 INFO:teuthology.orchestra.run.smithi119.stdout:-rw-r--r--. 1 ubuntu ubuntu 781500 Apr 2 15:09 /home/ubuntu/cephtest/cephadm 2024-04-02T15:09:21.074 DEBUG:teuthology.orchestra.run.smithi103:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T15:09:21.090 DEBUG:teuthology.orchestra.run.smithi119:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-02T15:09:21.114 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 on all hosts... 2024-04-02T15:09:21.115 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:09:21.133 DEBUG:teuthology.orchestra.run.smithi119:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:09:21.331 INFO:teuthology.orchestra.run.smithi119.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:09:21.881 INFO:teuthology.orchestra.run.smithi103.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:09:54.272 INFO:teuthology.orchestra.run.smithi119.stdout:{ 2024-04-02T15:09:54.273 INFO:teuthology.orchestra.run.smithi119.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:09:54.273 INFO:teuthology.orchestra.run.smithi119.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:09:54.273 INFO:teuthology.orchestra.run.smithi119.stdout: "repo_digests": [ 2024-04-02T15:09:54.273 INFO:teuthology.orchestra.run.smithi119.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:09:54.273 INFO:teuthology.orchestra.run.smithi119.stdout: ] 2024-04-02T15:09:54.273 INFO:teuthology.orchestra.run.smithi119.stdout:} 2024-04-02T15:09:56.554 INFO:teuthology.orchestra.run.smithi103.stdout:{ 2024-04-02T15:09:56.555 INFO:teuthology.orchestra.run.smithi103.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:09:56.555 INFO:teuthology.orchestra.run.smithi103.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:09:56.555 INFO:teuthology.orchestra.run.smithi103.stdout: "repo_digests": [ 2024-04-02T15:09:56.555 INFO:teuthology.orchestra.run.smithi103.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:09:56.555 INFO:teuthology.orchestra.run.smithi103.stdout: ] 2024-04-02T15:09:56.555 INFO:teuthology.orchestra.run.smithi103.stdout:} 2024-04-02T15:09:56.579 DEBUG:teuthology.orchestra.run.smithi103:> sudo mkdir -p /etc/ceph 2024-04-02T15:09:56.617 DEBUG:teuthology.orchestra.run.smithi119:> sudo mkdir -p /etc/ceph 2024-04-02T15:09:56.647 DEBUG:teuthology.orchestra.run.smithi103:> sudo chmod 777 /etc/ceph 2024-04-02T15:09:56.685 DEBUG:teuthology.orchestra.run.smithi119:> sudo chmod 777 /etc/ceph 2024-04-02T15:09:56.714 INFO:tasks.cephadm:Writing seed config... 2024-04-02T15:09:56.715 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-02T15:09:56.715 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-02T15:09:56.715 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-02T15:09:56.715 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-02T15:09:56.715 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-02T15:09:56.715 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-02T15:09:56.715 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-02T15:09:56.716 DEBUG:teuthology.orchestra.run.smithi103:> set -ex 2024-04-02T15:09:56.716 DEBUG:teuthology.orchestra.run.smithi103:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-02T15:09:56.740 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 = fadc23b2-f102-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-02T15:09:56.740 DEBUG:teuthology.orchestra.run.smithi103:mon.a> sudo journalctl -f -n 0 -u ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a.service 2024-04-02T15:09:56.783 DEBUG:teuthology.orchestra.run.smithi103:mgr.x> sudo journalctl -f -n 0 -u ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mgr.x.service 2024-04-02T15:09:56.825 INFO:tasks.cephadm:Bootstrapping... 2024-04-02T15:09:56.825 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fadc23b2-f102-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-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.103 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:09:57.019 INFO:teuthology.orchestra.run.smithi103.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:09:57.019 INFO:teuthology.orchestra.run.smithi103.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744', '-v', 'bootstrap', '--fsid', 'fadc23b2-f102-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-id', 'a', '--mgr-id', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.103', '--skip-admin-label'] 2024-04-02T15:09:57.019 INFO:teuthology.orchestra.run.smithi103.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-02T15:09:57.019 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying podman|docker is present... 2024-04-02T15:09:57.042 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T15:09:57.043 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying lvm2 is present... 2024-04-02T15:09:57.043 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying time synchronization is in place... 2024-04-02T15:09:57.050 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:09:57.050 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:09:57.056 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:09:57.056 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-04-02T15:09:57.062 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout enabled 2024-04-02T15:09:57.068 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout active 2024-04-02T15:09:57.068 INFO:teuthology.orchestra.run.smithi103.stdout:Unit chronyd.service is enabled and running 2024-04-02T15:09:57.068 INFO:teuthology.orchestra.run.smithi103.stdout:Repeating the final host check... 2024-04-02T15:09:57.091 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-02T15:09:57.091 INFO:teuthology.orchestra.run.smithi103.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-02T15:09:57.091 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl is present 2024-04-02T15:09:57.091 INFO:teuthology.orchestra.run.smithi103.stdout:lvcreate is present 2024-04-02T15:09:57.097 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:09:57.097 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:09:57.103 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:09:57.103 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-04-02T15:09:57.109 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout enabled 2024-04-02T15:09:57.115 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout active 2024-04-02T15:09:57.115 INFO:teuthology.orchestra.run.smithi103.stdout:Unit chronyd.service is enabled and running 2024-04-02T15:09:57.115 INFO:teuthology.orchestra.run.smithi103.stdout:Host looks OK 2024-04-02T15:09:57.116 INFO:teuthology.orchestra.run.smithi103.stdout:Cluster fsid: fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:09:57.116 INFO:teuthology.orchestra.run.smithi103.stdout:Acquiring lock 139766935833136 on /run/cephadm/fadc23b2-f102-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:09:57.116 INFO:teuthology.orchestra.run.smithi103.stdout:Lock 139766935833136 acquired on /run/cephadm/fadc23b2-f102-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:09:57.116 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying IP 172.21.15.103 port 3300 ... 2024-04-02T15:09:57.116 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying IP 172.21.15.103 port 6789 ... 2024-04-02T15:09:57.116 INFO:teuthology.orchestra.run.smithi103.stdout:Base mon IP(s) is [172.21.15.103:3300, 172.21.15.103:6789], mon addrv is [v2:172.21.15.103:3300,v1:172.21.15.103:6789] 2024-04-02T15:09:57.119 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.103 metric 100 2024-04-02T15:09:57.120 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.103 metric 100 2024-04-02T15:09:57.122 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-02T15:09:57.122 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-02T15:09:57.122 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-04-02T15:09:57.124 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-02T15:09:57.124 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-02T15:09:57.125 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:09:57.125 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-02T15:09:57.125 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cc0b/64 scope link 2024-04-02T15:09:57.125 INFO:teuthology.orchestra.run.smithi103.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:09:57.125 INFO:teuthology.orchestra.run.smithi103.stdout:Mon IP `172.21.15.103` is in CIDR network `172.21.0.0/20` 2024-04-02T15:09:57.125 INFO:teuthology.orchestra.run.smithi103.stdout:Mon IP `172.21.15.103` is in CIDR network `172.21.0.0/20` 2024-04-02T15:09:57.125 INFO:teuthology.orchestra.run.smithi103.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-02T15:09:57.126 INFO:teuthology.orchestra.run.smithi103.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-02T15:09:57.126 INFO:teuthology.orchestra.run.smithi103.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:09:57.524 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T15:09:57.524 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:09:57.524 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Getting image source signatures 2024-04-02T15:09:57.524 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Copying blob sha256:36e7de5559a67de38a300df73ea37ddf7f245c894fc986bb6224667f46e1b766 2024-04-02T15:09:57.524 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Copying blob sha256:11da15500eca1f826c328eb3265caa30b0a3730510e2a32023084d6fe9cee20c 2024-04-02T15:09:57.524 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Copying config sha256:7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 2024-04-02T15:09:57.524 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-02T15:09:58.546 INFO:teuthology.orchestra.run.smithi103.stdout:ceph: stdout ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:09:58.546 INFO:teuthology.orchestra.run.smithi103.stdout:Ceph version: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:09:58.546 INFO:teuthology.orchestra.run.smithi103.stdout:Extracting ceph user uid/gid from container image... 2024-04-02T15:09:59.485 INFO:teuthology.orchestra.run.smithi103.stdout:stat: stdout 167 167 2024-04-02T15:09:59.485 INFO:teuthology.orchestra.run.smithi103.stdout:Creating initial keys... 2024-04-02T15:10:00.416 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph-authtool: stdout AQDHHwxmSpu7MRAA2EHlMxihLmEKrGd70N2O6w== 2024-04-02T15:10:01.372 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph-authtool: stdout AQDIHwxm6ForLhAArDT7Higlt5ogKqdttKXdsg== 2024-04-02T15:10:02.353 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph-authtool: stdout AQDJHwxmdoYbKxAAi8pqXGqgly+iQ+oachUBNQ== 2024-04-02T15:10:02.354 INFO:teuthology.orchestra.run.smithi103.stdout:Creating initial monmap... 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout:monmaptool for a [v2:172.21.15.103:3300,v1:172.21.15.103:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout:setting min_mon_release = quincy 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: set fsid to fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:10:03.285 INFO:teuthology.orchestra.run.smithi103.stdout:Creating mon... 2024-04-02T15:10:04.440 INFO:teuthology.orchestra.run.smithi103.stdout:create mon.a on 2024-04-02T15:10:04.781 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-02T15:10:04.952 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:10:04.952 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target → /etc/systemd/system/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:10:05.182 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:10:05.182 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:10:05.339 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target.wants/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a.service → /etc/systemd/system/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:10:05.842 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:05 smithi103 ceph-mon[24836]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:10:05.855 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T15:10:05.855 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout disabled 2024-04-02T15:10:05.862 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T15:10:05.862 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-04-02T15:10:05.862 INFO:teuthology.orchestra.run.smithi103.stdout:firewalld.service is not enabled 2024-04-02T15:10:05.862 INFO:teuthology.orchestra.run.smithi103.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:10:05.862 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mon to start... 2024-04-02T15:10:05.862 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mon... 2024-04-02T15:10:06.187 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:05 smithi103 bash[24798]: e950be511c104ae482a4ebc73187d13ffdf79253fad1e89b87d2fe8117c53249 2024-04-02T15:10:06.187 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:05 smithi103 systemd[1]: Started Ceph mon.a for fadc23b2-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:10:06.953 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout cluster: 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout id: fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout services: 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.566224s) 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout data: 2024-04-02T15:10:06.954 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-02T15:10:06.955 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-02T15:10:06.955 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-02T15:10:06.955 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout pgs: 2024-04-02T15:10:06.955 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:06.955 INFO:teuthology.orchestra.run.smithi103.stdout:mon is available 2024-04-02T15:10:06.955 INFO:teuthology.orchestra.run.smithi103.stdout:Assimilating anything we can from ceph.conf... 2024-04-02T15:10:07.010 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:10:07.010 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: monmap epoch 1 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: fsid fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: last_changed 2024-04-02T15:10:02.676262+0000 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: created 2024-04-02T15:10:02.676262+0000 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: min_mon_release 19 (squid) 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: election_strategy: 1 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: fsmap 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: osdmap e1: 0 total, 0 up, 0 in 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: mgrmap e1: no daemons active 2024-04-02T15:10:07.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:06 smithi103 ceph-mon[24836]: from='client.? 172.21.15.103:0/1642132186' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-02T15:10:08.260 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:07 smithi103 ceph-mon[24836]: from='client.? 172.21.15.103:0/3190916867' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T15:10:08.260 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:07 smithi103 ceph-mon[24836]: from='client.? 172.21.15.103:0/3190916867' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout fsid = fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.103:3300,v1:172.21.15.103:6789] 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:10.130 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:10:10.131 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:10:10.131 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:10.131 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:10:10.131 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:10:10.131 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:10:10.131 INFO:teuthology.orchestra.run.smithi103.stdout:Generating new minimal ceph.conf... 2024-04-02T15:10:13.511 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:13 smithi103 ceph-mon[24836]: from='client.? 172.21.15.103:0/1524417652' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-02T15:10:19.129 INFO:teuthology.orchestra.run.smithi103.stdout:Restarting the monitor... 2024-04-02T15:10:19.407 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:19 smithi103 systemd[1]: Stopping Ceph mon.a for fadc23b2-f102-11ee-b647-cb9ed24678a4... 2024-04-02T15:10:19.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:19 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a[24813]: 2024-04-02T15:10:19.418+0000 7fe6e2e59700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -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-02T15:10:19.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:19 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a[24813]: 2024-04-02T15:10:19.418+0000 7fe6e2e59700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:10:19.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:19 smithi103 podman[25168]: 2024-04-02 15:10:19.664969554 +0000 UTC m=+0.359268643 container died e950be511c104ae482a4ebc73187d13ffdf79253fad1e89b87d2fe8117c53249 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.build-date=20240326, GIT_CLEAN=True, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, ceph=True, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-02T15:10:20.145 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:19 smithi103 podman[25168]: 2024-04-02 15:10:19.949674953 +0000 UTC m=+0.643974028 container cleanup e950be511c104ae482a4ebc73187d13ffdf79253fad1e89b87d2fe8117c53249 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240326, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0) 2024-04-02T15:10:20.145 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:19 smithi103 bash[25168]: ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:10:20.472 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 podman[25187]: 2024-04-02 15:10:20.159101899 +0000 UTC m=+0.496872660 container remove e950be511c104ae482a4ebc73187d13ffdf79253fad1e89b87d2fe8117c53249 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.build-date=20240326, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-04-02T15:10:20.472 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 systemd[1]: ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:10:20.472 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 systemd[1]: Stopped Ceph mon.a for fadc23b2-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:10:20.472 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 systemd[1]: Starting Ceph mon.a for fadc23b2-f102-11ee-b647-cb9ed24678a4... 2024-04-02T15:10:20.758 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 podman[25284]: 2024-04-02 15:10:20.485046769 +0000 UTC m=+0.098008516 container create 7bd56ad32c2cd4b203248add132fa9b7d3d95b6684b69d8f3243841ea10f94d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, ceph=True, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.build-date=20240326, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-04-02T15:10:20.758 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 podman[25284]: 2024-04-02 15:10:20.404607759 +0000 UTC m=+0.017569496 image pull 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:10:20.758 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 podman[25284]: 2024-04-02 15:10:20.6873744 +0000 UTC m=+0.300336108 container init 7bd56ad32c2cd4b203248add132fa9b7d3d95b6684b69d8f3243841ea10f94d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a, org.label-schema.vendor=CentOS, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240326, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, ceph=True) 2024-04-02T15:10:20.758 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 podman[25284]: 2024-04-02 15:10:20.692943936 +0000 UTC m=+0.305905641 container start 7bd56ad32c2cd4b203248add132fa9b7d3d95b6684b69d8f3243841ea10f94d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240326, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, io.buildah.version=1.33.5) 2024-04-02T15:10:20.758 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: set uid:gid to 167:167 (ceph:ceph) 2024-04-02T15:10:20.758 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev), process ceph-mon, pid 7 2024-04-02T15:10:20.758 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: pidfile_write: ignore empty --pid-file 2024-04-02T15:10:20.758 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: load: jerasure load: lrc 2024-04-02T15:10:20.758 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: RocksDB version: 7.9.2 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Git sha 0 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: DB SUMMARY 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: DB Session ID: FIDPBR18OYRNGFMHNBT0 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: CURRENT file: CURRENT 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: IDENTITY file: IDENTITY 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88593 ; 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.error_if_exists: 0 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.create_if_missing: 0 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.paranoid_checks: 1 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T15:10:20.759 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.env: 0x559a62d00c60 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.fs: PosixFileSystem 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.info_log: 0x559a651e9ae0 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_file_opening_threads: 16 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.statistics: (nil) 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.use_fsync: 0 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_log_file_size: 0 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.keep_log_file_num: 1000 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.recycle_log_file_num: 0 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.allow_fallocate: 1 2024-04-02T15:10:20.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.allow_mmap_reads: 0 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.allow_mmap_writes: 0 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.use_direct_reads: 0 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.create_missing_column_families: 0 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.db_log_dir: 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.wal_dir: 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.advise_random_on_open: 1 2024-04-02T15:10:20.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.db_write_buffer_size: 0 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.write_buffer_manager: 0x559a651ba1e0 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.rate_limiter: (nil) 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.wal_recovery_mode: 2 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.enable_thread_tracking: 0 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.enable_pipelined_write: 0 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.unordered_write: 0 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T15:10:20.762 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.row_cache: None 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.wal_filter: None 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.allow_ingest_behind: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.two_write_queues: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.manual_wal_flush: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.wal_compression: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.atomic_flush: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.log_readahead_size: 0 2024-04-02T15:10:20.763 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.best_efforts_recovery: 0 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.allow_data_in_errors: 0 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.db_host_id: __hostname__ 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_background_jobs: 2 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_background_compactions: -1 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_subcompactions: 1 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_total_wal_size: 0 2024-04-02T15:10:20.764 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_open_files: -1 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bytes_per_sync: 0 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_readahead_size: 0 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_background_flushes: -1 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Compression algorithms supported: 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: kZSTD supported: 0 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: kXpressCompression supported: 0 2024-04-02T15:10:20.765 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: kLZ4HCCompression supported: 1 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: kZlibCompression supported: 1 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: kSnappyCompression supported: 1 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: kLZ4Compression supported: 1 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: kBZip2Compression supported: 0 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.merge_operator: 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_filter: None 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_filter_factory: None 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.sst_partitioner_factory: None 2024-04-02T15:10:20.766 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559a651e9cc0) 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: cache_index_and_filter_blocks: 1 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: pin_top_level_index_and_filter: 1 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: index_type: 0 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: data_block_index_type: 0 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: index_shortening: 1 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: checksum: 4 2024-04-02T15:10:20.767 INFO:journalctl@ceph.mon.a.smithi103.stdout: no_block_cache: 0 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_cache: 0x559a651ed090 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_cache_name: BinnedLRUCache 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_cache_options: 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: capacity : 536870912 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: num_shard_bits : 4 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: strict_capacity_limit : 0 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: high_pri_pool_ratio: 0.000 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_cache_compressed: (nil) 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: persistent_cache: (nil) 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_size: 4096 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_size_deviation: 10 2024-04-02T15:10:20.768 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_restart_interval: 16 2024-04-02T15:10:20.769 INFO:journalctl@ceph.mon.a.smithi103.stdout: index_block_restart_interval: 1 2024-04-02T15:10:20.769 INFO:journalctl@ceph.mon.a.smithi103.stdout: metadata_block_size: 4096 2024-04-02T15:10:20.769 INFO:journalctl@ceph.mon.a.smithi103.stdout: partition_filters: 0 2024-04-02T15:10:20.769 INFO:journalctl@ceph.mon.a.smithi103.stdout: use_delta_encoding: 1 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: filter_policy: bloomfilter 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: whole_key_filtering: 1 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: verify_compression: 0 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: read_amp_bytes_per_bit: 0 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: format_version: 5 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: enable_index_compression: 1 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: block_align: 0 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: max_auto_readahead_size: 262144 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: prepopulate_block_cache: 0 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: initial_auto_readahead_size: 8192 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout: num_file_reads_for_auto_readahead: 2 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.write_buffer_size: 33554432 2024-04-02T15:10:20.770 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_write_buffer_number: 2 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression: NoCompression 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression: Disabled 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.prefix_extractor: nullptr 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.num_levels: 7 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:10:20.771 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression_opts.level: 32767 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression_opts.strategy: 0 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression_opts.enabled: false 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T15:10:20.772 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.target_file_size_base: 67108864 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T15:10:20.773 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.arena_block_size: 1048576 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.disable_auto_compactions: 0 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T15:10:20.774 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.inplace_update_support: 0 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.bloom_locality: 0 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.max_successive_merges: 0 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.paranoid_file_checks: 0 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.force_consistency_checks: 1 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.report_bg_io_stats: 0 2024-04-02T15:10:20.775 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.ttl: 2592000 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.enable_blob_files: false 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.min_blob_size: 0 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.blob_file_size: 268435456 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.blob_file_starting_level: 0 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/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-02T15:10:20.776 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 416d898b-8588-4b59-8ac1-0257e4d11eeb 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712070620721470, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712070620722314, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85319, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83466, "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": 77697, "raw_average_value_size": 361, "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": 1712070620, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "416d898b-8588-4b59-8ac1-0257e4d11eeb", "db_session_id": "FIDPBR18OYRNGFMHNBT0", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: EVENT_LOG_v1 {"time_micros": 1712070620722394, "job": 1, "event": "recovery_finished"} 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559a652dc000 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: DB pointer 0x559a652c6000 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout: ** DB Stats ** 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:10:20.777 INFO:journalctl@ceph.mon.a.smithi103.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: ** Compaction Stats [default] ** 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: L0 2/0 85.18 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 154.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: Sum 2/0 85.18 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 154.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 154.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-04-02T15:10:20.778 INFO:journalctl@ceph.mon.a.smithi103.stdout: ** Compaction Stats [default] ** 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 154.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: Cumulative compaction: 0.00 GB write, 29.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:10:20.779 INFO:journalctl@ceph.mon.a.smithi103.stdout: Interval compaction: 0.00 GB write, 29.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: Block cache BinnedLRUCache@0x559a651ed090#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-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.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-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: starting mon.a rank 0 at public addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] at bind addrs [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mon.a@-1(???) e1 preinit fsid fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mon.a@-1(???).mds e1 new map 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mon.a@-1(???).mds e1 print_map 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: e1 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: legacy client fscid: -1 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: 2024-04-02T15:10:20.780 INFO:journalctl@ceph.mon.a.smithi103.stdout: No filesystems configured 2024-04-02T15:10:20.781 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-02T15:10:20.781 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:10:20.781 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:10:20.781 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:10:20.781 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-02T15:10:20.781 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 bash[25284]: 7bd56ad32c2cd4b203248add132fa9b7d3d95b6684b69d8f3243841ea10f94d0 2024-04-02T15:10:20.781 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 systemd[1]: Started Ceph mon.a for fadc23b2-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:10:20.781 INFO:teuthology.orchestra.run.smithi103.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-02T15:10:21.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:10:21.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: monmap epoch 1 2024-04-02T15:10:21.011 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: fsid fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:21.012 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: last_changed 2024-04-02T15:10:02.676262+0000 2024-04-02T15:10:21.012 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: created 2024-04-02T15:10:02.676262+0000 2024-04-02T15:10:21.012 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: min_mon_release 19 (squid) 2024-04-02T15:10:21.012 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: election_strategy: 1 2024-04-02T15:10:21.012 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: 0: [v2:172.21.15.103:3300/0,v1:172.21.15.103:6789/0] mon.a 2024-04-02T15:10:21.012 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: fsmap 2024-04-02T15:10:21.012 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: osdmap e1: 0 total, 0 up, 0 in 2024-04-02T15:10:21.012 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:20 smithi103 ceph-mon[25322]: mgrmap e1: no daemons active 2024-04-02T15:10:21.833 INFO:teuthology.orchestra.run.smithi103.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-02T15:10:21.854 INFO:teuthology.orchestra.run.smithi103.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:10:21.854 INFO:teuthology.orchestra.run.smithi103.stdout:Creating mgr... 2024-04-02T15:10:21.855 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-02T15:10:21.855 INFO:teuthology.orchestra.run.smithi103.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-02T15:10:22.077 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mgr.x 2024-04-02T15:10:22.077 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mgr.x.service: Unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mgr.x.service not loaded. 2024-04-02T15:10:22.225 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target.wants/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mgr.x.service → /etc/systemd/system/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:10:22.510 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-mon[25322]: from='client.? 172.21.15.103:0/2913321053' entity='client.admin' 2024-04-02T15:10:22.511 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 podman[25565]: 2024-04-02 15:10:22.382040875 +0000 UTC m=+0.017327869 image pull 7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:10:22.813 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T15:10:22.814 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout disabled 2024-04-02T15:10:22.821 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T15:10:22.821 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-04-02T15:10:22.821 INFO:teuthology.orchestra.run.smithi103.stdout:firewalld.service is not enabled 2024-04-02T15:10:22.821 INFO:teuthology.orchestra.run.smithi103.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:10:22.829 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-02T15:10:22.829 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout disabled 2024-04-02T15:10:22.836 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-02T15:10:22.836 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stdout inactive 2024-04-02T15:10:22.836 INFO:teuthology.orchestra.run.smithi103.stdout:firewalld.service is not enabled 2024-04-02T15:10:22.836 INFO:teuthology.orchestra.run.smithi103.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-02T15:10:22.836 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mgr to start... 2024-04-02T15:10:22.836 INFO:teuthology.orchestra.run.smithi103.stdout:Waiting for mgr... 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 podman[25565]: 2024-04-02 15:10:22.706884144 +0000 UTC m=+0.342171121 container init 992c05388d9ad0d084c16d155bf94f9de2a2a4a43a46b7a9e20c82c7b4cdaa01 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x, org.label-schema.schema-version=1.0, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240326, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed) 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 podman[25565]: 2024-04-02 15:10:22.712010236 +0000 UTC m=+0.347297209 container start 992c05388d9ad0d084c16d155bf94f9de2a2a4a43a46b7a9e20c82c7b4cdaa01 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x, io.buildah.version=1.33.5, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0) 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.772+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.772+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.776+0000 7f52568e9200 -1 mgr[py] Class not found in module 'restful' 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.776+0000 7f52568e9200 -1 mgr[py] Error loading module 'restful': (22) Invalid argument 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.790+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.790+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:22.946 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.947 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.794+0000 7f52568e9200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-04-02T15:10:22.947 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.794+0000 7f52568e9200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-04-02T15:10:22.947 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.809+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:22.947 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.809+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:22.947 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.947 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.813+0000 7f52568e9200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-04-02T15:10:22.947 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 bash[25565]: 992c05388d9ad0d084c16d155bf94f9de2a2a4a43a46b7a9e20c82c7b4cdaa01 2024-04-02T15:10:22.947 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.813+0000 7f52568e9200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 systemd[1]: Started Ceph mgr.x for fadc23b2-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.829+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.829+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.833+0000 7f52568e9200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.833+0000 7f52568e9200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.848+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.848+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.852+0000 7f52568e9200 -1 mgr[py] Class not found in module 'dashboard' 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.852+0000 7f52568e9200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.869+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:22.948 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.869+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.873+0000 7f52568e9200 -1 mgr[py] Class not found in module 'zabbix' 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.873+0000 7f52568e9200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.893+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.893+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.898+0000 7f52568e9200 -1 mgr[py] Class not found in module 'balancer' 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.898+0000 7f52568e9200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.913+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.913+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.917+0000 7f52568e9200 -1 mgr[py] Class not found in module 'influx' 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.917+0000 7f52568e9200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.940+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:22.949 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.940+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:22.950 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.950 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.944+0000 7f52568e9200 -1 mgr[py] Class not found in module 'alerts' 2024-04-02T15:10:22.950 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.944+0000 7f52568e9200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-04-02T15:10:22.950 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.958+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.198 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.958+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.198 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.198 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.962+0000 7f52568e9200 -1 mgr[py] Class not found in module 'iostat' 2024-04-02T15:10:23.198 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.962+0000 7f52568e9200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-04-02T15:10:23.198 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.977+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.198 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.977+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.981+0000 7f52568e9200 -1 mgr[py] Class not found in module 'rgw' 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.981+0000 7f52568e9200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:22 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.997+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:22.997+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.001+0000 7f52568e9200 -1 mgr[py] Class not found in module 'rbd_support' 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.001+0000 7f52568e9200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.016+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.016+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.019+0000 7f52568e9200 -1 mgr[py] Class not found in module 'progress' 2024-04-02T15:10:23.199 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.019+0000 7f52568e9200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.034+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.034+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.038+0000 7f52568e9200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.038+0000 7f52568e9200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.052+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.052+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.056+0000 7f52568e9200 -1 mgr[py] Class not found in module 'devicehealth' 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.056+0000 7f52568e9200 -1 mgr[py] Error loading module 'devicehealth': (22) Invalid argument 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.071+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.071+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.200 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.074+0000 7f52568e9200 -1 mgr[py] Class not found in module 'k8sevents' 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.074+0000 7f52568e9200 -1 mgr[py] Error loading module 'k8sevents': (22) Invalid argument 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.090+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.090+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.095+0000 7f52568e9200 -1 mgr[py] Class not found in module 'rook' 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.095+0000 7f52568e9200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.112+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.112+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.116+0000 7f52568e9200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.116+0000 7f52568e9200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.154+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.201 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.154+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.158+0000 7f52568e9200 -1 mgr[py] Class not found in module 'mirroring' 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.158+0000 7f52568e9200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.173+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.173+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.177+0000 7f52568e9200 -1 mgr[py] Class not found in module 'selftest' 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.177+0000 7f52568e9200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.191+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.191+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.195+0000 7f52568e9200 -1 mgr[py] Class not found in module 'telegraf' 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.195+0000 7f52568e9200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-04-02T15:10:23.202 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.209+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.452 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.209+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.452 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.452 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.213+0000 7f52568e9200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-04-02T15:10:23.452 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.213+0000 7f52568e9200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-04-02T15:10:23.452 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.228+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.452 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.228+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.452 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.232+0000 7f52568e9200 -1 mgr[py] Class not found in module 'localpool' 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.232+0000 7f52568e9200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.248+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.248+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.252+0000 7f52568e9200 -1 mgr[py] Class not found in module 'crash' 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.252+0000 7f52568e9200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.267+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.267+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.271+0000 7f52568e9200 -1 mgr[py] Class not found in module 'insights' 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.271+0000 7f52568e9200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.286+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.453 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.286+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.290+0000 7f52568e9200 -1 mgr[py] Class not found in module 'orchestrator' 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.290+0000 7f52568e9200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.305+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.305+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.310+0000 7f52568e9200 -1 mgr[py] Class not found in module 'osd_support' 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.310+0000 7f52568e9200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.325+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.325+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.329+0000 7f52568e9200 -1 mgr[py] Class not found in module 'volumes' 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.329+0000 7f52568e9200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-04-02T15:10:23.454 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.380+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.380+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.384+0000 7f52568e9200 -1 mgr[py] Class not found in module 'stats' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.384+0000 7f52568e9200 -1 mgr[py] Error loading module 'stats': (22) Invalid argument 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.399+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.399+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.403+0000 7f52568e9200 -1 mgr[py] Class not found in module 'cephadm' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.403+0000 7f52568e9200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.417+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.417+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.423+0000 7f52568e9200 -1 mgr[py] Class not found in module 'telemetry' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.423+0000 7f52568e9200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.439+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.455 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.439+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.456 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.456 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.443+0000 7f52568e9200 -1 mgr[py] Class not found in module 'prometheus' 2024-04-02T15:10:23.456 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.443+0000 7f52568e9200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-04-02T15:10:23.456 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.459+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.456 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.459+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.456 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.456 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.463+0000 7f52568e9200 -1 mgr[py] Class not found in module 'status' 2024-04-02T15:10:23.456 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.463+0000 7f52568e9200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-04-02T15:10:23.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-mon[25322]: from='client.? 172.21.15.103:0/3703061626' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:10:23.760 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.478+0000 7f52568e9200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:10:23.761 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.478+0000 7f52568e9200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:10:23.761 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.761 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.482+0000 7f52568e9200 -1 mgr[py] Class not found in module 'nfs' 2024-04-02T15:10:23.761 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.482+0000 7f52568e9200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-04-02T15:10:23.761 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:23 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:23.482+0000 7f52568e9200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: restful, mds_autoscaler, osd_perf_query, snap_schedule, dashboard, zabbix, balancer, influx, alerts, iostat, rgw, rbd_support, progress, pg_autoscaler, devicehealth, k8sevents, rook, diskprediction_local, mirroring, selftest, telegraf, test_orchestrator, localpool, crash, insights, orchestrator, osd_support, volumes, stats, cephadm, telemetry, prometheus, status, nfs 2024-04-02T15:10:23.934 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:23.934 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsid": "fadc23b2-f102-11ee-b647-cb9ed24678a4", 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:10:23.935 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:10:23.936 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:10:23.937 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:10:23.938 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:10:05.813311+0000", 2024-04-02T15:10:23.939 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:10:23.939 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:23.939 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:10:23.939 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:10:23.939 INFO:teuthology.orchestra.run.smithi103.stdout:mgr not available, waiting (1/15)... 2024-04-02T15:10:24.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:24 smithi103 ceph-mon[25322]: Activating manager daemon x 2024-04-02T15:10:24.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:24 smithi103 ceph-mon[25322]: mgrmap e2: x(active, starting, since 0.00162892s) 2024-04-02T15:10:24.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:24 smithi103 ceph-mon[25322]: from='mgr.14100 172.21.15.103:0/771235418' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-02T15:10:24.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:24 smithi103 ceph-mon[25322]: from='mgr.14100 172.21.15.103:0/771235418' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-02T15:10:24.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:24 smithi103 ceph-mon[25322]: from='mgr.14100 172.21.15.103:0/771235418' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-02T15:10:24.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:24 smithi103 ceph-mon[25322]: from='mgr.14100 172.21.15.103:0/771235418' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-02T15:10:24.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:24 smithi103 ceph-mon[25322]: from='mgr.14100 172.21.15.103:0/771235418' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-02T15:10:24.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:24 smithi103 ceph-mon[25322]: Manager daemon x is now available 2024-04-02T15:10:25.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:25 smithi103 ceph-mon[25322]: mgrmap e3: x(active, since 1.00337s) 2024-04-02T15:10:26.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:26 smithi103 ceph-mon[25322]: from='client.? 172.21.15.103:0/4117854337' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsid": "fadc23b2-f102-11ee-b647-cb9ed24678a4", 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:10:26.984 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:10:26.985 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:10:26.989 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:10:26.990 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:10:05.813311+0000", 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:10:26.991 INFO:teuthology.orchestra.run.smithi103.stdout:mgr is available 2024-04-02T15:10:27.743 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:27 smithi103 ceph-mon[25322]: from='client.? 172.21.15.103:0/2564647883' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T15:10:28.014 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:28.014 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:10:28.014 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout fsid = fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:28.014 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:10:28.014 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:10:28.014 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:10:28.015 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:10:28.015 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:28.015 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:10:28.015 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:10:28.015 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout 2024-04-02T15:10:28.015 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:10:28.015 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:10:28.015 INFO:teuthology.orchestra.run.smithi103.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:10:28.015 INFO:teuthology.orchestra.run.smithi103.stdout:Enabling cephadm module... 2024-04-02T15:10:29.010 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:28 smithi103 ceph-mon[25322]: from='client.? 172.21.15.103:0/2403317390' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-02T15:10:29.119 INFO:teuthology.orchestra.run.smithi103.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=smithi103 -v /var/log/ceph/fadc23b2-f102-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmp2nvkgwmp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphstjacpl:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm 2024-04-02T15:10:29.119 INFO:teuthology.orchestra.run.smithi103.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-02T15:10:29.119 INFO:teuthology.orchestra.run.smithi103.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=smithi103 -v /var/log/ceph/fadc23b2-f102-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmp2nvkgwmp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphstjacpl:/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-02T15:10:29.119 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: *************** 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: *************** 2024-04-02T15:10:29.120 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:10:29.121 INFO:teuthology.orchestra.run.smithi103.stdout: 2024-04-02T15:10:29.121 INFO:teuthology.orchestra.run.smithi103.stdout:Deleting cluster with fsid: fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:29.146 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 7bd56ad32c2c,19.19MB / 33.27GB 2024-04-02T15:10:29.146 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 992c05388d9a,101.6MB / 33.27GB 2024-04-02T15:10:29.172 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 7bd56ad32c2c,1.35% 2024-04-02T15:10:29.172 INFO:teuthology.orchestra.run.smithi103.stdout:/bin/podman: stdout 992c05388d9a,12.61% 2024-04-02T15:10:29.423 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:29 smithi103 systemd[1]: Stopping Ceph mon.a for fadc23b2-f102-11ee-b647-cb9ed24678a4... 2024-04-02T15:10:29.760 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:29 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a[25299]: 2024-04-02T15:10:29.435+0000 7fbbdd470700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -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-02T15:10:29.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:29 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a[25299]: 2024-04-02T15:10:29.435+0000 7fbbdd470700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:10:29.761 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:29 smithi103 podman[26049]: 2024-04-02 15:10:29.569742826 +0000 UTC m=+0.219985605 container died 7bd56ad32c2cd4b203248add132fa9b7d3d95b6684b69d8f3243841ea10f94d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240326, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.5) 2024-04-02T15:10:30.062 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:29 smithi103 podman[26049]: 2024-04-02 15:10:29.900023737 +0000 UTC m=+0.550266581 container cleanup 7bd56ad32c2cd4b203248add132fa9b7d3d95b6684b69d8f3243841ea10f94d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.build-date=20240326, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-04-02T15:10:30.062 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:29 smithi103 bash[26049]: ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:10:30.313 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:30 smithi103 podman[26067]: 2024-04-02 15:10:30.076416391 +0000 UTC m=+0.508792493 container remove 7bd56ad32c2cd4b203248add132fa9b7d3d95b6684b69d8f3243841ea10f94d0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mon-a, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.build-date=20240326, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=) 2024-04-02T15:10:30.313 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:30 smithi103 systemd[1]: ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:10:30.313 INFO:journalctl@ceph.mon.a.smithi103.stdout:Apr 02 15:10:30 smithi103 systemd[1]: Stopped Ceph mon.a for fadc23b2-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:10:30.459 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target.wants/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a.service". 2024-04-02T15:10:30.466 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 5 from systemctl stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:10:30.466 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:10:30.473 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:10:30.473 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:10:30.477 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl disable ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:10:30.478 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mon.a.service does not exist. 2024-04-02T15:10:30.736 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:30 smithi103 systemd[1]: Stopping Ceph mgr.x for fadc23b2-f102-11ee-b647-cb9ed24678a4... 2024-04-02T15:10:31.010 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:30 smithi103 ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x[25580]: 2024-04-02T15:10:30.748+0000 7f524aed7700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-02T15:10:31.010 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:30 smithi103 podman[26184]: 2024-04-02 15:10:30.759291026 +0000 UTC m=+0.116704568 container died 992c05388d9ad0d084c16d155bf94f9de2a2a4a43a46b7a9e20c82c7b4cdaa01 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, org.label-schema.build-date=20240326, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-02T15:10:31.374 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:31 smithi103 podman[26184]: 2024-04-02 15:10:31.112386892 +0000 UTC m=+0.469800464 container cleanup 992c05388d9ad0d084c16d155bf94f9de2a2a4a43a46b7a9e20c82c7b4cdaa01 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240326, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5) 2024-04-02T15:10:31.374 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:31 smithi103 bash[26184]: ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x 2024-04-02T15:10:31.650 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:31 smithi103 podman[26203]: 2024-04-02 15:10:31.38817584 +0000 UTC m=+0.628449520 container remove 992c05388d9ad0d084c16d155bf94f9de2a2a4a43a46b7a9e20c82c7b4cdaa01 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744, name=ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-mgr-x, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240326, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=12717c0777377369ea674892da98b0d85250f5b0, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-04-02-0703-3f3f3ed, maintainer=Guillaume Abrioux ) 2024-04-02T15:10:31.650 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:31 smithi103 systemd[1]: ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mgr.x.service: Deactivated successfully. 2024-04-02T15:10:31.650 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:31 smithi103 systemd[1]: Stopped Ceph mgr.x for fadc23b2-f102-11ee-b647-cb9ed24678a4. 2024-04-02T15:10:31.650 INFO:journalctl@ceph.mgr.x.smithi103.stdout:Apr 02 15:10:31 smithi103 systemd[1]: ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mgr.x.service: Consumed 1.557s CPU time. 2024-04-02T15:10:31.660 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target.wants/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mgr.x.service". 2024-04-02T15:10:31.667 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 5 from systemctl stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mgr.x.service 2024-04-02T15:10:31.667 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mgr.x.service: Unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mgr.x.service not loaded. 2024-04-02T15:10:31.673 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mgr.x.service 2024-04-02T15:10:31.673 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mgr.x.service: Unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mgr.x.service not loaded. 2024-04-02T15:10:31.679 INFO:teuthology.orchestra.run.smithi103.stdout:Non-zero exit code 1 from systemctl disable ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mgr.x.service 2024-04-02T15:10:31.679 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4-init@mgr.x.service does not exist. 2024-04-02T15:10:31.884 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target". 2024-04-02T15:10:31.884 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Removed "/etc/systemd/system/ceph.target.wants/ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4.target". 2024-04-02T15:10:32.088 INFO:teuthology.orchestra.run.smithi103.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-02T15:10:32.090 INFO:teuthology.orchestra.run.smithi103.stderr:Traceback (most recent call last): 2024-04-02T15:10:32.090 INFO:teuthology.orchestra.run.smithi103.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-04-02T15:10:32.097 INFO:teuthology.orchestra.run.smithi103.stderr: return _run_code(code, main_globals, None, 2024-04-02T15:10:32.097 INFO:teuthology.orchestra.run.smithi103.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-04-02T15:10:32.097 INFO:teuthology.orchestra.run.smithi103.stderr: exec(code, run_globals) 2024-04-02T15:10:32.097 INFO:teuthology.orchestra.run.smithi103.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5608, in 2024-04-02T15:10:32.097 INFO:teuthology.orchestra.run.smithi103.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 5596, in main 2024-04-02T15:10:32.097 INFO:teuthology.orchestra.run.smithi103.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-02T15:10:32.098 INFO:teuthology.orchestra.run.smithi103.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-02T15:10:32.098 INFO:teuthology.orchestra.run.smithi103.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-02T15:10:32.098 INFO:teuthology.orchestra.run.smithi103.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-02T15:10:32.098 INFO:teuthology.orchestra.run.smithi103.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-02T15:10:32.098 INFO:teuthology.orchestra.run.smithi103.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-02T15:10:32.098 INFO:teuthology.orchestra.run.smithi103.stderr: File "/tmp/tmpg816k22a.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-02T15:10:32.098 INFO:teuthology.orchestra.run.smithi103.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=smithi103 -v /var/log/ceph/fadc23b2-f102-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmp2nvkgwmp:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmphstjacpl:/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-02T15:10:32.098 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-04-02T15:10:32.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:10:32.121 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-02T15:10:32.121 DEBUG:teuthology.orchestra.run.smithi103:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:10:32.136 DEBUG:teuthology.orchestra.run.smithi119:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:10:32.154 INFO:tasks.cephadm:Stopping all daemons... 2024-04-02T15:10:32.155 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-02T15:10:32.155 DEBUG:teuthology.orchestra.run.smithi103:> sudo systemctl stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:10:32.211 INFO:teuthology.orchestra.run.smithi103.stderr:Failed to stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:10:32.212 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-02T15:10:32.212 ERROR:tasks.cephadm:Failed to stop "ceph.mon.a" 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 smithi103 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fadc23b2-f102-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-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.103 --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 smithi103 with status 5: 'sudo systemctl stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:10:32.214 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 smithi103 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fadc23b2-f102-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-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.103 --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 smithi103 with status 5: 'sudo systemctl stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:10:32.215 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-02T15:10:32.217 DEBUG:teuthology.misc:Transferring archived files from smithi103:/var/lib/ceph/fadc23b2-f102-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/7636072/remote/smithi103/crash 2024-04-02T15:10:32.218 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/lib/ceph/fadc23b2-f102-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:10:32.295 INFO:teuthology.orchestra.run.smithi103.stderr:tar: /var/lib/ceph/fadc23b2-f102-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:10:32.295 INFO:teuthology.orchestra.run.smithi103.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:10:32.297 DEBUG:teuthology.misc:Transferring archived files from smithi119:/var/lib/ceph/fadc23b2-f102-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/7636072/remote/smithi119/crash 2024-04-02T15:10:32.298 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/lib/ceph/fadc23b2-f102-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:10:32.346 INFO:teuthology.orchestra.run.smithi119.stderr:tar: /var/lib/ceph/fadc23b2-f102-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:10:32.346 INFO:teuthology.orchestra.run.smithi119.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:10:32.348 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-02T15:10:32.348 DEBUG:teuthology.orchestra.run.smithi103:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fadc23b2-f102-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-02T15:10:32.374 INFO:teuthology.orchestra.run.smithi103.stderr:grep: /var/log/ceph/fadc23b2-f102-11ee-b647-cb9ed24678a4/ceph.log: No such file or directory 2024-04-02T15:10:32.375 INFO:tasks.cephadm:Compressing logs... 2024-04-02T15:10:32.376 DEBUG:teuthology.orchestra.run.smithi103:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-02T15:10:32.418 DEBUG:teuthology.orchestra.run.smithi119:> 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-02T15:10:32.442 INFO:teuthology.orchestra.run.smithi103.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-02T15:10:32.444 INFO:teuthology.orchestra.run.smithi103.stderr: 2024-04-02T15:10:32.444 INFO:teuthology.orchestra.run.smithi103.stderr:real 0m0.014s 2024-04-02T15:10:32.444 INFO:teuthology.orchestra.run.smithi103.stderr:user 0m0.013s 2024-04-02T15:10:32.444 INFO:teuthology.orchestra.run.smithi103.stderr:sys 0m0.013s 2024-04-02T15:10:32.448 INFO:teuthology.orchestra.run.smithi119.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T15:10:32.448 INFO:teuthology.orchestra.run.smithi119.stderr:: No such file or directory 2024-04-02T15:10:32.449 INFO:teuthology.orchestra.run.smithi119.stderr:/var/log/ceph/cephadm.log: 56.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T15:10:32.451 INFO:teuthology.orchestra.run.smithi119.stderr: 2024-04-02T15:10:32.451 INFO:teuthology.orchestra.run.smithi119.stderr:real 0m0.016s 2024-04-02T15:10:32.451 INFO:teuthology.orchestra.run.smithi119.stderr:user 0m0.014s 2024-04-02T15:10:32.451 INFO:teuthology.orchestra.run.smithi119.stderr:sys 0m0.015s 2024-04-02T15:10:32.451 INFO:tasks.cephadm:Archiving logs... 2024-04-02T15:10:32.451 DEBUG:teuthology.misc:Transferring archived files from smithi103:/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/7636072/remote/smithi103/log 2024-04-02T15:10:32.452 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:10:32.511 DEBUG:teuthology.misc:Transferring archived files from smithi119:/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/7636072/remote/smithi119/log 2024-04-02T15:10:32.512 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:10:32.542 INFO:tasks.cephadm:Removing cluster... 2024-04-02T15:10:32.542 DEBUG:teuthology.orchestra.run.smithi103:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fadc23b2-f102-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:10:32.731 INFO:teuthology.orchestra.run.smithi103.stdout:Deleting cluster with fsid: fadc23b2-f102-11ee-b647-cb9ed24678a4 2024-04-02T15:10:32.843 INFO:tasks.cephadm:Removing cephadm ... 2024-04-02T15:10:32.844 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:10:32.859 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:10:32.874 INFO:tasks.cephadm:Teardown complete 2024-04-02T15:10:32.875 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 smithi103 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fadc23b2-f102-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-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.103 --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 smithi103 with status 5: 'sudo systemctl stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:10:33.085 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=eb7ce308e4aa49aa84c818cf59c81b1a 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 smithi103 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fadc23b2-f102-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-id a --mgr-id x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.103 --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 smithi103 with status 5: 'sudo systemctl stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:10:33.090 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-02T15:10:33.102 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-04-02T15:10:33.133 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman stop samba-ad 2024-04-02T15:10:33.851 INFO:teuthology.orchestra.run.smithi119.stdout:samba-ad 2024-04-02T15:10:33.856 DEBUG:teuthology.orchestra.run.smithi119:> sudo podman rm samba-ad 2024-04-02T15:10:34.186 INFO:teuthology.orchestra.run.smithi119.stdout:samba-ad 2024-04-02T15:10:34.189 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-02T15:10:34.215 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-02T15:10:34.225 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-02T15:10:34.225 DEBUG:teuthology.orchestra.run.smithi103:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:10:34.228 DEBUG:teuthology.orchestra.run.smithi119:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:10:34.242 INFO:teuthology.orchestra.run.smithi103.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:10:34.247 INFO:teuthology.orchestra.run.smithi103.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:10:34.247 INFO:teuthology.orchestra.run.smithi103.stdout:=============================================================================== 2024-04-02T15:10:34.247 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 63 -432us[ -438us] +/- 77ms 2024-04-02T15:10:34.248 INFO:teuthology.orchestra.run.smithi103.stdout:^* hv02.front.sepia.ceph.com 3 6 37 62 -898us[ -903us] +/- 65ms 2024-04-02T15:10:34.248 INFO:teuthology.orchestra.run.smithi103.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 62 +1601us[+1595us] +/- 82ms 2024-04-02T15:10:34.248 INFO:teuthology.orchestra.run.smithi103.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:10:34.269 INFO:teuthology.orchestra.run.smithi119.stderr:bash: line 1: ntpq: command not found 2024-04-02T15:10:34.274 INFO:teuthology.orchestra.run.smithi119.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-02T15:10:34.274 INFO:teuthology.orchestra.run.smithi119.stdout:=============================================================================== 2024-04-02T15:10:34.274 INFO:teuthology.orchestra.run.smithi119.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 63 -435us[ -445us] +/- 77ms 2024-04-02T15:10:34.274 INFO:teuthology.orchestra.run.smithi119.stdout:^* hv02.front.sepia.ceph.com 3 6 37 62 -894us[ -903us] +/- 65ms 2024-04-02T15:10:34.274 INFO:teuthology.orchestra.run.smithi119.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 62 +1588us[+1588us] +/- 82ms 2024-04-02T15:10:34.274 INFO:teuthology.orchestra.run.smithi119.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-02T15:10:34.275 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-02T15:10:34.285 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-02T15:10:34.286 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-02T15:10:34.318 DEBUG:teuthology.orchestra.run.smithi103:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-02T15:10:34.387 DEBUG:teuthology.orchestra.run.smithi119:> 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-02T15:10:34.448 DEBUG:teuthology.orchestra.run.smithi103:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-02T15:10:34.480 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:10:34.480 DEBUG:teuthology.orchestra.run.smithi119:> 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-02T15:10:34.508 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:10:34.509 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-02T15:10:34.518 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-02T15:10:34.552 INFO:teuthology.task.internal:Duration was 388.875025 seconds 2024-04-02T15:10:34.552 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-02T15:10:34.602 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-02T15:10:34.603 DEBUG:teuthology.orchestra.run.smithi103:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:10:34.605 DEBUG:teuthology.orchestra.run.smithi119:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:10:34.648 INFO:teuthology.orchestra.run.smithi119.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:10:34.651 INFO:teuthology.orchestra.run.smithi103.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-02T15:10:35.047 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-02T15:10:35.048 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi103.front.sepia.ceph.com 2024-04-02T15:10:35.048 DEBUG:teuthology.orchestra.run.smithi103:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-02T15:10:35.069 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi119.front.sepia.ceph.com 2024-04-02T15:10:35.070 DEBUG:teuthology.orchestra.run.smithi119:> 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-02T15:10:35.093 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-02T15:10:35.093 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:10:35.112 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:10:35.160 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-02T15:10:35.161 DEBUG:teuthology.orchestra.run.smithi103:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:10:35.184 DEBUG:teuthology.orchestra.run.smithi119:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:10:35.295 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-02T15:10:35.305 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-02T15:10:35.305 DEBUG:teuthology.orchestra.run.smithi103:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:10:35.332 DEBUG:teuthology.orchestra.run.smithi119:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:10:35.359 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-02T15:10:35.371 DEBUG:teuthology.orchestra.run.smithi103:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:10:35.375 DEBUG:teuthology.orchestra.run.smithi119:> 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-02T15:10:35.398 INFO:teuthology.orchestra.run.smithi103.stdout:kernel.core_pattern = core 2024-04-02T15:10:35.424 INFO:teuthology.orchestra.run.smithi119.stdout:kernel.core_pattern = core 2024-04-02T15:10:35.444 DEBUG:teuthology.orchestra.run.smithi103:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:10:35.477 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:10:35.477 DEBUG:teuthology.orchestra.run.smithi119:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:10:35.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:10:35.498 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-02T15:10:35.508 INFO:teuthology.task.internal:Transferring archived files... 2024-04-02T15:10:35.509 DEBUG:teuthology.misc:Transferring archived files from smithi103:/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/7636072/remote/smithi103 2024-04-02T15:10:35.509 DEBUG:teuthology.orchestra.run.smithi103:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:10:35.553 DEBUG:teuthology.misc:Transferring archived files from smithi119:/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/7636072/remote/smithi119 2024-04-02T15:10:35.553 DEBUG:teuthology.orchestra.run.smithi119:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:10:35.587 INFO:teuthology.task.internal:Removing archive directory... 2024-04-02T15:10:35.588 DEBUG:teuthology.orchestra.run.smithi103:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:10:35.590 DEBUG:teuthology.orchestra.run.smithi119:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:10:35.637 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-02T15:10:35.648 INFO:teuthology.task.internal:Not uploading archives. 2024-04-02T15:10:35.648 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-02T15:10:35.675 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-02T15:10:35.675 DEBUG:teuthology.orchestra.run.smithi103:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:10:35.677 DEBUG:teuthology.orchestra.run.smithi119:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:10:35.689 INFO:teuthology.orchestra.run.smithi103.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:10 /home/ubuntu/cephtest 2024-04-02T15:10:35.692 INFO:teuthology.orchestra.run.smithi119.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:10 /home/ubuntu/cephtest 2024-04-02T15:10:35.693 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-02T15:10:35.726 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-02T15:10:35.825 INFO:teuthology.nuke:Checking targets against current locks 2024-04-02T15:10:35.852 DEBUG:teuthology.nuke:shortname: smithi103 2024-04-02T15:10:35.853 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:10:35.876 DEBUG:teuthology.nuke:shortname: smithi119 2024-04-02T15:10:35.876 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:10:35.880 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi103.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/7636072', '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:54:42.734059', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBJtC6u2nfjL8VCkeMmGm9ymg2i1kDDpG/TmU85+wQswQEGQHJX0TnUjlmcdB6wse139sMBveGailMIcKidr9j0='} 2024-04-02T15:10:35.901 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi119.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/7636072', '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:54:42.732648', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK2p0te0Q1ph/2C+htqB1lBCR4PfO8EE4myzbm2NkB/1csS8EPQ8ZfAk6cggJQXoKJ0IdXAP4B9P2pEoeeeiTg4='} 2024-04-02T15:10:35.934 INFO:teuthology.orchestra.console.smithi103:Power off 2024-04-02T15:10:35.934 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:10:35.957 DEBUG:teuthology.orchestra.console.smithi103:power off output: Chassis Power Control: Down/Off 2024-04-02T15:10:35.958 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:10:35.976 INFO:teuthology.orchestra.console.smithi119:Power off 2024-04-02T15:10:35.976 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:10:35.999 DEBUG:teuthology.orchestra.console.smithi119:power off output: Chassis Power Control: Down/Off 2024-04-02T15:10:35.999 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:10:36.009 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-04-02T15:10:36.023 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2024-04-02T15:10:40.011 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:10:40.023 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:10:40.123 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-04-02T15:10:40.135 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is on 2024-04-02T15:10:44.127 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:10:44.136 DEBUG:teuthology.orchestra.console.smithi119:pexpect command: ipmitool -H smithi119.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:10:44.238 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is on 2024-04-02T15:10:44.247 DEBUG:teuthology.orchestra.console.smithi119:check power output: Chassis Power is off 2024-04-02T15:10:44.348 INFO:teuthology.orchestra.console.smithi119:Power off completed 2024-04-02T15:10:48.243 DEBUG:teuthology.orchestra.console.smithi103:pexpect command: ipmitool -H smithi103.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:10:48.353 DEBUG:teuthology.orchestra.console.smithi103:check power output: Chassis Power is off 2024-04-02T15:10:48.453 INFO:teuthology.orchestra.console.smithi103:Power off completed 2024-04-02T15:10:48.557 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_domain} duration: 388.8750247955322 failure_reason: 'Command failed on smithi103 with status 5: ''sudo systemctl stop ceph-fadc23b2-f102-11ee-b647-cb9ed24678a4@mon.a''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=eb7ce308e4aa49aa84c818cf59c81b1a status: fail success: false 2024-04-02T15:10:48.558 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T15:10:48.645 INFO:teuthology.run:FAIL