2024-04-02T15:41:14.905 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-02T15:41:14.906 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi --description orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} --archive /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636221 --verbose --owner scheduled_gabrioux@teuthology -- /home/teuthworker/archive/gabrioux-2024-04-02_14:30:22-orch:cephadm-wip-guits-testing-2024-04-02-0703-distro-default-smithi/7636221/orig.config.yaml 2024-04-02T15:41:14.938 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T15:41:15.014 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/7636221 branch: wip-guits-testing-2024-04-02-0703 description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} email: gabrioux@ibm.com first_in_suite: false job_id: '7636221' kernel: kdb: true sha1: distro ktype: 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: ubuntu os_version: '22.04' 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 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: smithi033.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG70J8YTrNzi2Bgl/I5RaaIqz60owVxq+7JZNpW3AGDDhoA8VGkM4G+A0J4xnXnC63EC4APhlTXnTv7DfhXb+AE= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIrKtUhPjho1RPdKNGrMOLnksPH2uy0UJYj4XbvR6hyEeQyNO4pCq2cQarWVvwiBuaTOMpviLbA3OOvC8mf2HMo= tasks: - 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:41:15.014 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:41:15.015 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_3f3f3ed992429b85be729743ad3b39d52dd90744/qa/tasks 2024-04-02T15:41:15.015 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-02T15:41:15.017 INFO:teuthology.task.internal:Checking packages... 2024-04-02T15:41:15.044 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '3f3f3ed992429b85be729743ad3b39d52dd90744' 2024-04-02T15:41:15.045 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-02T15:41:15.045 INFO:teuthology.packaging:ref: None 2024-04-02T15:41:15.045 INFO:teuthology.packaging:tag: None 2024-04-02T15:41:15.045 INFO:teuthology.packaging:branch: wip-guits-testing-2024-04-02-0703 2024-04-02T15:41:15.045 INFO:teuthology.packaging:sha1: 3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:41:15.045 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-testing-2024-04-02-0703 2024-04-02T15:41:15.197 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2592-g3f3f3ed9-1jammy 2024-04-02T15:41:15.199 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-02T15:41:15.205 INFO:teuthology.task.internal:no buildpackages task found 2024-04-02T15:41:15.205 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-02T15:41:15.212 INFO:teuthology.task.internal:Saving configuration 2024-04-02T15:41:15.225 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-02T15:41:15.231 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:41:15.255 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.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/7636221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 15:35:43.713775', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHKIaswkCE3DY+ZJh8kJ20w8wi8XbL8mY8UFA7rSezSs'} 2024-04-02T15:41:15.273 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.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/7636221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 15:35:43.712253', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGOn/o8tdAuOLrgB4I7yAQ2ZwjJEUnSyksBdCa9ltu+a'} 2024-04-02T15:41:15.274 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-02T15:41:15.280 INFO:teuthology.task.internal:roles: ubuntu@smithi033.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-02T15:41:15.280 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-02T15:41:15.280 INFO:teuthology.run_tasks:Running task console_log... 2024-04-02T15:41:15.341 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f48f8ace280>, signals=[15]) 2024-04-02T15:41:15.341 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-02T15:41:15.347 INFO:teuthology.task.internal:Opening connections... 2024-04-02T15:41:15.347 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi033.front.sepia.ceph.com 2024-04-02T15:41:15.349 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:41:15.429 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2024-04-02T15:41:15.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:41:15.506 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-02T15:41:15.513 DEBUG:teuthology.orchestra.run.smithi033:> uname -m 2024-04-02T15:41:15.518 INFO:teuthology.orchestra.run.smithi033.stdout:x86_64 2024-04-02T15:41:15.519 DEBUG:teuthology.orchestra.run.smithi033:> cat /etc/os-release 2024-04-02T15:41:15.563 INFO:teuthology.orchestra.run.smithi033.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-02T15:41:15.563 INFO:teuthology.orchestra.run.smithi033.stdout:NAME="Ubuntu" 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_ID="22.04" 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_CODENAME=jammy 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:ID=ubuntu 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:ID_LIKE=debian 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-02T15:41:15.564 INFO:teuthology.orchestra.run.smithi033.stdout:UBUNTU_CODENAME=jammy 2024-04-02T15:41:15.565 INFO:teuthology.lock.ops:Updating smithi033.front.sepia.ceph.com on lock server 2024-04-02T15:41:15.590 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2024-04-02T15:41:15.596 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2024-04-02T15:41:15.596 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Ubuntu" 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="22.04" 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_CODENAME=jammy 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:ID=ubuntu 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE=debian 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-02T15:41:15.648 INFO:teuthology.orchestra.run.smithi145.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-02T15:41:15.649 INFO:teuthology.orchestra.run.smithi145.stdout:UBUNTU_CODENAME=jammy 2024-04-02T15:41:15.649 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2024-04-02T15:41:15.665 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-02T15:41:15.675 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-02T15:41:15.681 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-02T15:41:15.681 DEBUG:teuthology.orchestra.run.smithi033:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:41:15.684 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2024-04-02T15:41:15.695 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-02T15:41:15.756 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-02T15:41:15.756 DEBUG:teuthology.orchestra.run.smithi033:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:41:15.759 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2024-04-02T15:41:15.787 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-02T15:41:15.834 INFO:teuthology.run_tasks:Running task kernel... 2024-04-02T15:41:15.850 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-02T15:41:15.850 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-04-02T15:41:15.851 DEBUG:teuthology.orchestra.run.smithi033:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:41:15.851 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-02T15:41:15.856 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:41:15.856 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-04-02T15:41:15.857 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:41:15.858 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-04-02T15:41:15.904 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-56-generic 2024-04-02T15:41:15.904 INFO:teuthology.task.kernel:Running kernel on smithi033: 5.15.0-56-generic 2024-04-02T15:41:15.904 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-04-02T15:41:15.905 INFO:teuthology.orchestra.run.smithi145.stdout:5.15.0-56-generic 2024-04-02T15:41:15.905 INFO:teuthology.task.kernel:Running kernel on smithi145: 5.15.0-56-generic 2024-04-02T15:41:15.905 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get clean 2024-04-02T15:41:16.033 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-04-02T15:41:16.034 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get update 2024-04-02T15:41:16.181 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:41:16.182 INFO:teuthology.orchestra.run.smithi145.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-02T15:41:16.185 INFO:teuthology.orchestra.run.smithi145.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-02T15:41:16.198 INFO:teuthology.orchestra.run.smithi033.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-02T15:41:16.272 INFO:teuthology.orchestra.run.smithi145.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-02T15:41:16.289 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:41:16.371 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-02T15:41:16.419 INFO:teuthology.orchestra.run.smithi145.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-02T15:41:16.433 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-02T15:41:16.499 INFO:teuthology.orchestra.run.smithi145.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-02T15:41:16.514 INFO:teuthology.orchestra.run.smithi145.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-02T15:41:16.570 INFO:teuthology.orchestra.run.smithi145.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-02T15:41:16.576 INFO:teuthology.orchestra.run.smithi145.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-02T15:41:16.576 INFO:teuthology.orchestra.run.smithi145.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-02T15:41:16.589 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-02T15:41:16.600 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-02T15:41:16.606 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-02T15:41:16.607 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-02T15:41:16.616 INFO:teuthology.orchestra.run.smithi145.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-02T15:41:16.617 INFO:teuthology.orchestra.run.smithi145.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-02T15:41:16.620 INFO:teuthology.orchestra.run.smithi145.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:41:16.620 INFO:teuthology.orchestra.run.smithi145.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-02T15:41:16.625 INFO:teuthology.orchestra.run.smithi145.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-02T15:41:16.627 INFO:teuthology.orchestra.run.smithi145.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-02T15:41:16.642 INFO:teuthology.orchestra.run.smithi145.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-02T15:41:16.648 INFO:teuthology.orchestra.run.smithi145.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-02T15:41:16.648 INFO:teuthology.orchestra.run.smithi145.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-02T15:41:16.651 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-02T15:41:16.652 INFO:teuthology.orchestra.run.smithi033.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-02T15:41:16.662 INFO:teuthology.orchestra.run.smithi033.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:41:16.662 INFO:teuthology.orchestra.run.smithi033.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-02T15:41:16.674 INFO:teuthology.orchestra.run.smithi145.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-02T15:41:16.676 INFO:teuthology.orchestra.run.smithi033.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-02T15:41:16.677 INFO:teuthology.orchestra.run.smithi145.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-02T15:41:16.677 INFO:teuthology.orchestra.run.smithi145.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-02T15:41:16.678 INFO:teuthology.orchestra.run.smithi145.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-02T15:41:16.692 INFO:teuthology.orchestra.run.smithi033.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-02T15:41:16.696 INFO:teuthology.orchestra.run.smithi033.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-02T15:41:16.699 INFO:teuthology.orchestra.run.smithi033.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-02T15:41:16.704 INFO:teuthology.orchestra.run.smithi145.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-02T15:41:16.704 INFO:teuthology.orchestra.run.smithi145.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-02T15:41:16.709 INFO:teuthology.orchestra.run.smithi145.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:41:16.710 INFO:teuthology.orchestra.run.smithi145.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-02T15:41:16.710 INFO:teuthology.orchestra.run.smithi145.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-02T15:41:16.714 INFO:teuthology.orchestra.run.smithi145.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-02T15:41:16.724 INFO:teuthology.orchestra.run.smithi145.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-02T15:41:16.736 INFO:teuthology.orchestra.run.smithi145.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-02T15:41:16.738 INFO:teuthology.orchestra.run.smithi145.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-02T15:41:16.738 INFO:teuthology.orchestra.run.smithi145.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-02T15:41:16.739 INFO:teuthology.orchestra.run.smithi145.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-02T15:41:16.751 INFO:teuthology.orchestra.run.smithi145.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-02T15:41:16.759 INFO:teuthology.orchestra.run.smithi145.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-02T15:41:16.759 INFO:teuthology.orchestra.run.smithi145.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-02T15:41:16.760 INFO:teuthology.orchestra.run.smithi145.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-02T15:41:16.761 INFO:teuthology.orchestra.run.smithi145.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-02T15:41:16.771 INFO:teuthology.orchestra.run.smithi145.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-02T15:41:16.771 INFO:teuthology.orchestra.run.smithi145.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-02T15:41:16.771 INFO:teuthology.orchestra.run.smithi145.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-02T15:41:16.772 INFO:teuthology.orchestra.run.smithi145.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-02T15:41:16.772 INFO:teuthology.orchestra.run.smithi145.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-02T15:41:16.808 INFO:teuthology.orchestra.run.smithi033.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-02T15:41:16.809 INFO:teuthology.orchestra.run.smithi033.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-02T15:41:16.809 INFO:teuthology.orchestra.run.smithi033.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-02T15:41:16.809 INFO:teuthology.orchestra.run.smithi033.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-02T15:41:16.925 INFO:teuthology.orchestra.run.smithi033.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-02T15:41:17.212 INFO:teuthology.orchestra.run.smithi033.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,519 kB] 2024-04-02T15:41:17.361 INFO:teuthology.orchestra.run.smithi033.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-02T15:41:17.381 INFO:teuthology.orchestra.run.smithi033.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-02T15:41:17.382 INFO:teuthology.orchestra.run.smithi033.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-02T15:41:17.448 INFO:teuthology.orchestra.run.smithi033.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-02T15:41:17.449 INFO:teuthology.orchestra.run.smithi033.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-02T15:41:17.459 INFO:teuthology.orchestra.run.smithi033.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-02T15:41:17.623 INFO:teuthology.orchestra.run.smithi033.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-02T15:41:18.249 INFO:teuthology.orchestra.run.smithi033.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-02T15:41:18.287 INFO:teuthology.orchestra.run.smithi033.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-02T15:41:18.303 INFO:teuthology.orchestra.run.smithi033.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-02T15:41:18.303 INFO:teuthology.orchestra.run.smithi033.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-02T15:41:18.303 INFO:teuthology.orchestra.run.smithi033.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-02T15:41:18.305 INFO:teuthology.orchestra.run.smithi033.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-02T15:41:18.305 INFO:teuthology.orchestra.run.smithi033.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-02T15:41:18.306 INFO:teuthology.orchestra.run.smithi033.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-02T15:41:18.332 INFO:teuthology.orchestra.run.smithi033.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-02T15:41:18.335 INFO:teuthology.orchestra.run.smithi033.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-02T15:41:18.499 INFO:teuthology.orchestra.run.smithi033.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-02T15:41:18.582 INFO:teuthology.orchestra.run.smithi033.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-02T15:41:18.689 INFO:teuthology.orchestra.run.smithi033.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-02T15:41:18.747 INFO:teuthology.orchestra.run.smithi033.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-02T15:41:18.781 INFO:teuthology.orchestra.run.smithi033.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-02T15:41:22.212 INFO:teuthology.orchestra.run.smithi145.stdout:Fetched 12.6 MB in 2s (6,838 kB/s) 2024-04-02T15:41:23.296 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 12.6 MB in 3s (4,702 kB/s) 2024-04-02T15:41:23.549 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-02T15:41:23.566 DEBUG:teuthology.orchestra.run.smithi145:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:41:23.616 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-02T15:41:23.790 INFO:teuthology.orchestra.run.smithi145.stdout:Building dependency tree... 2024-04-02T15:41:23.790 INFO:teuthology.orchestra.run.smithi145.stdout:Reading state information... 2024-04-02T15:41:23.940 INFO:teuthology.orchestra.run.smithi145.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:41:23.941 INFO:teuthology.orchestra.run.smithi145.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:41:23.941 INFO:teuthology.orchestra.run.smithi145.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:41:23.941 INFO:teuthology.orchestra.run.smithi145.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:41:23.941 INFO:teuthology.orchestra.run.smithi145.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-02T15:41:23.941 INFO:teuthology.orchestra.run.smithi145.stdout: python2.7-minimal 2024-04-02T15:41:23.941 INFO:teuthology.orchestra.run.smithi145.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:41:23.942 INFO:teuthology.orchestra.run.smithi145.stdout:The following additional packages will be installed: 2024-04-02T15:41:23.942 INFO:teuthology.orchestra.run.smithi145.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:41:23.942 INFO:teuthology.orchestra.run.smithi145.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-02T15:41:23.943 INFO:teuthology.orchestra.run.smithi145.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-02T15:41:23.944 INFO:teuthology.orchestra.run.smithi145.stdout:Suggested packages: 2024-04-02T15:41:23.944 INFO:teuthology.orchestra.run.smithi145.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-02T15:41:23.944 INFO:teuthology.orchestra.run.smithi145.stdout:Recommended packages: 2024-04-02T15:41:23.944 INFO:teuthology.orchestra.run.smithi145.stdout: thermald 2024-04-02T15:41:23.988 INFO:teuthology.orchestra.run.smithi145.stdout:The following NEW packages will be installed: 2024-04-02T15:41:23.988 INFO:teuthology.orchestra.run.smithi145.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:41:23.988 INFO:teuthology.orchestra.run.smithi145.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-02T15:41:23.989 INFO:teuthology.orchestra.run.smithi145.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-02T15:41:23.989 INFO:teuthology.orchestra.run.smithi145.stdout:The following packages will be upgraded: 2024-04-02T15:41:23.990 INFO:teuthology.orchestra.run.smithi145.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-02T15:41:24.170 INFO:teuthology.orchestra.run.smithi145.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:41:24.170 INFO:teuthology.orchestra.run.smithi145.stdout:Need to get 113 MB of archives. 2024-04-02T15:41:24.171 INFO:teuthology.orchestra.run.smithi145.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-02T15:41:24.171 INFO:teuthology.orchestra.run.smithi145.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-04-02T15:41:24.669 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-02T15:41:24.686 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:41:24.738 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-02T15:41:24.917 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-04-02T15:41:24.918 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-04-02T15:41:25.079 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:41:25.079 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:41:25.079 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:41:25.080 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:41:25.080 INFO:teuthology.orchestra.run.smithi033.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-02T15:41:25.080 INFO:teuthology.orchestra.run.smithi033.stdout: python2.7-minimal 2024-04-02T15:41:25.080 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:41:25.081 INFO:teuthology.orchestra.run.smithi033.stdout:The following additional packages will be installed: 2024-04-02T15:41:25.081 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:41:25.081 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-02T15:41:25.081 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-02T15:41:25.082 INFO:teuthology.orchestra.run.smithi033.stdout:Suggested packages: 2024-04-02T15:41:25.082 INFO:teuthology.orchestra.run.smithi033.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-02T15:41:25.083 INFO:teuthology.orchestra.run.smithi033.stdout:Recommended packages: 2024-04-02T15:41:25.083 INFO:teuthology.orchestra.run.smithi033.stdout: thermald 2024-04-02T15:41:25.125 INFO:teuthology.orchestra.run.smithi033.stdout:The following NEW packages will be installed: 2024-04-02T15:41:25.126 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-02T15:41:25.126 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-02T15:41:25.126 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-02T15:41:25.126 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages will be upgraded: 2024-04-02T15:41:25.126 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-02T15:41:25.305 INFO:teuthology.orchestra.run.smithi033.stdout:3 upgraded, 5 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:41:25.306 INFO:teuthology.orchestra.run.smithi033.stdout:Need to get 113 MB of archives. 2024-04-02T15:41:25.306 INFO:teuthology.orchestra.run.smithi033.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-02T15:41:25.306 INFO:teuthology.orchestra.run.smithi033.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-04-02T15:41:25.562 INFO:teuthology.orchestra.run.smithi145.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-04-02T15:41:25.958 INFO:teuthology.orchestra.run.smithi145.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-04-02T15:41:26.698 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-04-02T15:41:27.094 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-04-02T15:41:28.108 INFO:teuthology.orchestra.run.smithi145.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-02T15:41:28.108 INFO:teuthology.orchestra.run.smithi145.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-04-02T15:41:28.193 INFO:teuthology.orchestra.run.smithi145.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-04-02T15:41:28.641 INFO:teuthology.orchestra.run.smithi145.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-04-02T15:41:28.694 INFO:teuthology.orchestra.run.smithi145.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-04-02T15:41:29.075 INFO:teuthology.orchestra.run.smithi145.stdout:Fetched 113 MB in 5s (24.1 MB/s) 2024-04-02T15:41:29.253 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-02T15:41:29.337 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-02T15:41:29.337 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-04-02T15:41:29.338 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-04-02T15:41:30.274 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-04-02T15:41:30.358 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-04-02T15:41:30.784 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 113 MB in 5s (21.7 MB/s) 2024-04-02T15:41:30.962 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-02T15:41:31.364 INFO:teuthology.orchestra.run.smithi145.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-02T15:41:31.368 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:41:31.626 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:33.006 INFO:teuthology.orchestra.run.smithi033.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-02T15:41:33.010 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:41:33.085 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:33.761 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-02T15:41:33.782 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:41:33.875 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:34.314 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-02T15:41:34.334 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:41:34.363 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:35.287 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-02T15:41:35.309 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:41:35.383 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:35.841 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-02T15:41:35.861 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:41:35.890 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:41.037 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:41:41.286 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:41:41.870 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:41:41.998 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:41:42.259 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-02T15:41:42.281 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-02T15:41:42.317 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:41:42.587 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:41:42.712 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:41:43.028 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:41:43.124 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:41:43.446 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-02T15:41:43.456 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-02T15:41:43.495 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:41:47.815 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-02T15:41:47.851 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:41:47.889 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:49.075 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-02T15:41:49.112 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-02T15:41:49.150 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:50.495 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:41:50.620 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:41:50.962 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:41:51.083 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:51.209 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-02T15:41:51.322 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:52.626 INFO:teuthology.orchestra.run.smithi145.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:41:52.627 INFO:teuthology.orchestra.run.smithi145.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-02T15:41:52.627 INFO:teuthology.orchestra.run.smithi145.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:41:52.627 INFO:teuthology.orchestra.run.smithi145.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-02T15:41:52.800 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:53.178 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-02T15:41:53.319 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-02T15:41:53.644 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-02T15:41:53.765 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:53.908 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-02T15:41:54.062 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:54.183 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:55.420 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:41:55.420 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-02T15:41:55.420 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:41:55.420 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-02T15:41:55.552 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-02T15:41:55.581 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:55.669 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-02T15:41:55.770 INFO:teuthology.orchestra.run.smithi145.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:55.833 INFO:teuthology.orchestra.run.smithi145.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-02T15:41:55.833 INFO:teuthology.orchestra.run.smithi145.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:41:57.014 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:58.966 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-02T15:41:59.092 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-02T15:41:59.260 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-02T15:41:59.327 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-02T15:41:59.328 INFO:teuthology.orchestra.run.smithi033.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:42:09.742 INFO:teuthology.orchestra.run.smithi145.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-02T15:42:09.742 INFO:teuthology.orchestra.run.smithi145.stdout:Sourcing file `/etc/default/grub' 2024-04-02T15:42:09.754 INFO:teuthology.orchestra.run.smithi145.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:42:09.775 INFO:teuthology.orchestra.run.smithi145.stdout:Generating grub configuration file ... 2024-04-02T15:42:10.037 INFO:teuthology.orchestra.run.smithi145.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:42:10.052 INFO:teuthology.orchestra.run.smithi145.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:42:10.314 INFO:teuthology.orchestra.run.smithi145.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:42:10.321 INFO:teuthology.orchestra.run.smithi145.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:42:10.393 INFO:teuthology.orchestra.run.smithi145.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:42:10.399 INFO:teuthology.orchestra.run.smithi145.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:42:10.555 INFO:teuthology.orchestra.run.smithi145.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:42:10.555 INFO:teuthology.orchestra.run.smithi145.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:42:10.555 INFO:teuthology.orchestra.run.smithi145.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:42:10.603 INFO:teuthology.orchestra.run.smithi145.stdout:done 2024-04-02T15:42:11.067 DEBUG:teuthology.orchestra.run.smithi145:> dpkg -s linux-image-generic 2024-04-02T15:42:11.083 INFO:teuthology.orchestra.run.smithi145.stdout:Package: linux-image-generic 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Status: install ok installed 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Priority: optional 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Section: kernel 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Installed-Size: 21 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: amd64 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Source: linux-meta 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Version: 5.15.0.101.98 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Recommends: thermald 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout:Description: Generic Linux kernel image 2024-04-02T15:42:11.084 INFO:teuthology.orchestra.run.smithi145.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:42:11.085 INFO:teuthology.orchestra.run.smithi145.stdout: available. 2024-04-02T15:42:11.085 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-02T15:42:11.085 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:42:11.085 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:42:11.085 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-02T15:42:11.085 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:42:11.085 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get clean 2024-04-02T15:42:11.261 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get update 2024-04-02T15:42:11.378 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:42:11.379 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:42:11.392 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:42:11.413 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:42:12.740 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-02T15:42:12.758 DEBUG:teuthology.orchestra.run.smithi145:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:42:12.811 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-02T15:42:12.999 INFO:teuthology.orchestra.run.smithi145.stdout:Building dependency tree... 2024-04-02T15:42:12.999 INFO:teuthology.orchestra.run.smithi145.stdout:Reading state information... 2024-04-02T15:42:13.150 INFO:teuthology.orchestra.run.smithi145.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-02T15:42:13.151 INFO:teuthology.orchestra.run.smithi145.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:42:13.151 INFO:teuthology.orchestra.run.smithi145.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:42:13.151 INFO:teuthology.orchestra.run.smithi145.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:42:13.151 INFO:teuthology.orchestra.run.smithi145.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:42:13.151 INFO:teuthology.orchestra.run.smithi145.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:42:13.151 INFO:teuthology.orchestra.run.smithi145.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:42:13.151 INFO:teuthology.orchestra.run.smithi145.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:42:13.188 INFO:teuthology.orchestra.run.smithi145.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:42:13.190 DEBUG:teuthology.orchestra.run.smithi145:> dpkg -s linux-image-generic 2024-04-02T15:42:13.242 INFO:teuthology.orchestra.run.smithi145.stdout:Package: linux-image-generic 2024-04-02T15:42:13.242 INFO:teuthology.orchestra.run.smithi145.stdout:Status: install ok installed 2024-04-02T15:42:13.242 INFO:teuthology.orchestra.run.smithi145.stdout:Priority: optional 2024-04-02T15:42:13.242 INFO:teuthology.orchestra.run.smithi145.stdout:Section: kernel 2024-04-02T15:42:13.242 INFO:teuthology.orchestra.run.smithi145.stdout:Installed-Size: 21 2024-04-02T15:42:13.242 INFO:teuthology.orchestra.run.smithi145.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:42:13.242 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: amd64 2024-04-02T15:42:13.242 INFO:teuthology.orchestra.run.smithi145.stdout:Source: linux-meta 2024-04-02T15:42:13.243 INFO:teuthology.orchestra.run.smithi145.stdout:Version: 5.15.0.101.98 2024-04-02T15:42:13.243 INFO:teuthology.orchestra.run.smithi145.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T15:42:13.243 INFO:teuthology.orchestra.run.smithi145.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T15:42:13.243 INFO:teuthology.orchestra.run.smithi145.stdout:Recommends: thermald 2024-04-02T15:42:13.243 INFO:teuthology.orchestra.run.smithi145.stdout:Description: Generic Linux kernel image 2024-04-02T15:42:13.243 INFO:teuthology.orchestra.run.smithi145.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:42:13.243 INFO:teuthology.orchestra.run.smithi145.stdout: available. 2024-04-02T15:42:13.243 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2024-04-02T15:42:13.287 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.hyQC9FuiUI 2024-04-02T15:42:13.287 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub/grub.cfg /tmp/tmp.hyQC9FuiUI 2024-04-02T15:42:13.343 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.hyQC9FuiUI 2024-04-02T15:42:13.462 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.hyQC9FuiUI is 10KB 2024-04-02T15:42:13.475 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.hyQC9FuiUI 2024-04-02T15:42:13.480 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-02T15:42:13.535 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-02T15:42:13.535 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-02T15:42:13.535 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-02T15:42:13.603 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-02T15:42:13.603 DEBUG:teuthology.orchestra.run.smithi145:> sudo update-grub 2024-04-02T15:42:13.966 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-02T15:42:13.966 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub' 2024-04-02T15:42:13.988 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:42:14.012 INFO:teuthology.orchestra.run.smithi033.stdout:Generating grub configuration file ... 2024-04-02T15:42:14.252 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:42:14.272 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:42:14.541 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:42:14.547 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:42:14.618 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:42:14.624 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:42:14.772 INFO:teuthology.orchestra.run.smithi033.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:42:14.772 INFO:teuthology.orchestra.run.smithi033.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:42:14.772 INFO:teuthology.orchestra.run.smithi033.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:42:14.807 INFO:teuthology.orchestra.run.smithi145.stderr:Sourcing file `/etc/default/grub' 2024-04-02T15:42:14.808 INFO:teuthology.orchestra.run.smithi145.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:42:14.810 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2024-04-02T15:42:14.814 INFO:teuthology.orchestra.run.smithi033.stdout:done 2024-04-02T15:42:14.985 INFO:teuthology.orchestra.run.smithi145.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:42:14.990 INFO:teuthology.orchestra.run.smithi145.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:42:15.217 INFO:teuthology.orchestra.run.smithi145.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:42:15.222 INFO:teuthology.orchestra.run.smithi145.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:42:15.261 INFO:teuthology.orchestra.run.smithi145.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:42:15.266 INFO:teuthology.orchestra.run.smithi145.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:42:15.309 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-04-02T15:42:15.329 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-04-02T15:42:15.329 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.101.98 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:42:15.330 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-04-02T15:42:15.331 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-02T15:42:15.331 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-02T15:42:15.331 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-02T15:42:15.331 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-02T15:42:15.331 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi033.front.sepia.ceph.com, path=None, version=distro) 2024-04-02T15:42:15.331 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-04-02T15:42:15.372 INFO:teuthology.orchestra.run.smithi145.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:42:15.372 INFO:teuthology.orchestra.run.smithi145.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:42:15.372 INFO:teuthology.orchestra.run.smithi145.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:42:15.382 INFO:teuthology.orchestra.run.smithi145.stderr:done 2024-04-02T15:42:15.399 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2024-04-02T15:42:15.503 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-04-02T15:42:15.643 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-02T15:42:15.643 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-02T15:42:15.655 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-02T15:42:15.683 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-02T15:42:17.020 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-02T15:42:17.038 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-02T15:42:17.099 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-02T15:42:17.319 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-04-02T15:42:17.320 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-04-02T15:42:17.496 INFO:teuthology.orchestra.run.smithi033.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-02T15:42:17.496 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-04-02T15:42:17.496 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-02T15:42:17.496 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-02T15:42:17.496 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-02T15:42:17.497 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-02T15:42:17.497 INFO:teuthology.orchestra.run.smithi033.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-02T15:42:17.497 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-02T15:42:17.541 INFO:teuthology.orchestra.run.smithi033.stdout:0 upgraded, 0 newly installed, 0 to remove and 312 not upgraded. 2024-04-02T15:42:17.543 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-04-02T15:42:17.559 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-04-02T15:42:17.559 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-04-02T15:42:17.559 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-04-02T15:42:17.559 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-04-02T15:42:17.559 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-04-02T15:42:17.559 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-04-02T15:42:17.560 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-04-02T15:42:17.560 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-04-02T15:42:17.560 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.101.98 2024-04-02T15:42:17.560 INFO:teuthology.orchestra.run.smithi033.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-02T15:42:17.560 INFO:teuthology.orchestra.run.smithi033.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-02T15:42:17.560 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-04-02T15:42:17.560 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-04-02T15:42:17.560 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-04-02T15:42:17.560 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-04-02T15:42:17.560 DEBUG:teuthology.orchestra.run.smithi033:> mktemp 2024-04-02T15:42:17.607 INFO:teuthology.orchestra.run.smithi033.stdout:/tmp/tmp.OCBHCggf2N 2024-04-02T15:42:17.607 DEBUG:teuthology.orchestra.run.smithi033:> sudo cp /boot/grub/grub.cfg /tmp/tmp.OCBHCggf2N 2024-04-02T15:42:17.664 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 0666 /tmp/tmp.OCBHCggf2N 2024-04-02T15:42:17.781 DEBUG:teuthology.orchestra.remote:smithi033:/tmp/tmp.OCBHCggf2N is 10KB 2024-04-02T15:42:17.795 DEBUG:teuthology.orchestra.run.smithi033:> rm -fr /tmp/tmp.OCBHCggf2N 2024-04-02T15:42:17.800 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-02T15:42:17.855 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-02T15:42:17.855 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-02T15:42:17.855 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-02T15:42:17.922 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-02T15:42:17.922 DEBUG:teuthology.orchestra.run.smithi033:> sudo update-grub 2024-04-02T15:42:19.105 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub' 2024-04-02T15:42:19.107 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-02T15:42:19.109 INFO:teuthology.orchestra.run.smithi033.stderr:Generating grub configuration file ... 2024-04-02T15:42:19.309 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-02T15:42:19.316 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-02T15:42:19.545 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-02T15:42:19.551 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-02T15:42:19.596 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-02T15:42:19.602 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-02T15:42:19.738 INFO:teuthology.orchestra.run.smithi033.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-02T15:42:19.738 INFO:teuthology.orchestra.run.smithi033.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-02T15:42:19.738 INFO:teuthology.orchestra.run.smithi033.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-02T15:42:19.756 INFO:teuthology.orchestra.run.smithi033.stderr:done 2024-04-02T15:42:19.773 DEBUG:teuthology.orchestra.run.smithi033:> sudo shutdown -r now 2024-04-02T15:42:45.426 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-02T15:42:45.427 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-02T15:42:45.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:42:49.778 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-02T15:42:49.778 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-02T15:42:49.779 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:43:03.967 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2024-04-02T15:43:08.322 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.33 2024-04-02T15:43:12.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-02T15:43:12.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:43:16.030 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2024-04-02T15:43:17.325 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-02T15:43:17.325 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:43:28.039 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-02T15:43:28.040 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:43:35.710 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.33 2024-04-02T15:43:47.721 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-02T15:43:47.722 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:43:50.782 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.33 2024-04-02T15:43:59.786 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-04-02T15:44:00.379 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-02T15:44:00.379 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-04-02T15:44:00.379 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-04-02T15:44:00.426 INFO:teuthology.orchestra.run.smithi145.stdout:5.15.0-101-generic 2024-04-02T15:44:00.426 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-02T15:44:00.426 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:44:00.426 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-02T15:44:01.428 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-02T15:44:01.428 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:44:01.490 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2024-04-02T15:44:01.528 DEBUG:teuthology.parallel:result is None 2024-04-02T15:44:05.783 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-02T15:44:05.784 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:44:05.986 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-04-02T15:44:06.634 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-02T15:44:06.634 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-04-02T15:44:06.634 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-04-02T15:44:06.679 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-101-generic 2024-04-02T15:44:06.679 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-02T15:44:06.679 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-02T15:44:06.679 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-02T15:44:07.680 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-02T15:44:07.681 DEBUG:teuthology.orchestra.run.smithi033:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-02T15:44:07.753 INFO:teuthology.orchestra.run.smithi033.stdout:ttyS1 2024-04-02T15:44:07.776 DEBUG:teuthology.parallel:result is None 2024-04-02T15:44:07.777 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-02T15:44:07.784 INFO:teuthology.task.internal:Creating test directory... 2024-04-02T15:44:07.784 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:44:07.787 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-02T15:44:07.793 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-02T15:44:07.798 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-02T15:44:07.808 INFO:teuthology.task.internal:Creating archive directory... 2024-04-02T15:44:07.808 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:44:07.832 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-02T15:44:07.944 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-02T15:44:07.951 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-02T15:44:07.951 DEBUG:teuthology.orchestra.run.smithi033:> 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:44:07.954 DEBUG:teuthology.orchestra.run.smithi145:> 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:44:07.968 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:44:07.974 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:44:07.976 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:44:07.982 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-02T15:44:07.984 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-02T15:44:07.991 INFO:teuthology.task.internal:Configuring sudo... 2024-04-02T15:44:07.991 DEBUG:teuthology.orchestra.run.smithi033:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:44:08.020 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-02T15:44:08.039 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-02T15:44:08.048 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-02T15:44:08.048 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:44:08.084 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-02T15:44:08.090 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:44:08.136 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:44:08.188 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-02T15:44:08.188 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:44:08.247 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-02T15:44:08.253 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-02T15:44:08.298 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-02T15:44:08.298 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-02T15:44:08.362 DEBUG:teuthology.orchestra.run.smithi033:> sudo service rsyslog restart 2024-04-02T15:44:08.365 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2024-04-02T15:44:08.443 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-02T15:44:08.450 INFO:teuthology.task.internal:Starting timer... 2024-04-02T15:44:08.450 INFO:teuthology.run_tasks:Running task pcp... 2024-04-02T15:44:08.460 INFO:teuthology.run_tasks:Running task selinux... 2024-04-02T15:44:08.469 DEBUG:teuthology.task.selinux:Excluding smithi033: OS 'ubuntu' does not support SELinux 2024-04-02T15:44:08.469 DEBUG:teuthology.task.selinux:Excluding smithi145: OS 'ubuntu' does not support SELinux 2024-04-02T15:44:08.469 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-02T15:44:08.469 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-02T15:44:08.470 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-02T15:44:08.470 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-02T15:44:08.479 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-02T15:44:08.499 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:44:08.500 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi033.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-02T15:51:18.983 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi033.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com')] 2024-04-02T15:51:18.984 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-02T15:51:18.985 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:51:19.075 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-04-02T15:51:19.158 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-02T15:51:19.159 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-02T15:51:19.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-02T15:51:19.238 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-04-02T15:51:19.318 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-02T15:51:19.319 INFO:teuthology.run_tasks:Running task clock... 2024-04-02T15:51:19.333 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-02T15:51:19.334 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:51:19.335 DEBUG:teuthology.orchestra.run.smithi033:> 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:51:19.337 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-02T15:51:19.338 DEBUG:teuthology.orchestra.run.smithi145:> 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:51:19.365 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-02T15:51:19.366 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: Command line: ntpd -gq 2024-04-02T15:51:19.366 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: ---------------------------------------------------- 2024-04-02T15:51:19.366 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: ntp-4 is maintained by Network Time Foundation, 2024-04-02T15:51:19.366 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-02T15:51:19.366 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: corporation. Support and training for ntp-4 are 2024-04-02T15:51:19.367 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: available at https://www.nwtime.org/support 2024-04-02T15:51:19.367 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: ---------------------------------------------------- 2024-04-02T15:51:19.367 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: proto: precision = 0.045 usec (-24) 2024-04-02T15:51:19.367 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: basedate set to 2022-02-04 2024-04-02T15:51:19.367 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: gps base set to 2022-02-06 (week 2196) 2024-04-02T15:51:19.368 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:51:19.368 INFO:teuthology.orchestra.run.smithi033.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:51:19.368 INFO:teuthology.orchestra.run.smithi033.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:51:19.369 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:51:19.369 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: Listen and drop on 0 v6wildcard [::]:123 2024-04-02T15:51:19.369 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-02T15:51:19.369 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: Listen normally on 2 lo 127.0.0.1:123 2024-04-02T15:51:19.369 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: Listen normally on 3 ens1f0 172.21.15.33:123 2024-04-02T15:51:19.369 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: Listen normally on 4 lo [::1]:123 2024-04-02T15:51:19.369 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:d294%4]:123 2024-04-02T15:51:19.369 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:19 ntpd[17120]: Listening on routing socket on fd #22 for interface updates 2024-04-02T15:51:19.385 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-02T15:51:19.385 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: Command line: ntpd -gq 2024-04-02T15:51:19.385 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: ---------------------------------------------------- 2024-04-02T15:51:19.386 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: ntp-4 is maintained by Network Time Foundation, 2024-04-02T15:51:19.386 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-02T15:51:19.386 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: corporation. Support and training for ntp-4 are 2024-04-02T15:51:19.386 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: available at https://www.nwtime.org/support 2024-04-02T15:51:19.386 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: ---------------------------------------------------- 2024-04-02T15:51:19.386 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: proto: precision = 0.060 usec (-24) 2024-04-02T15:51:19.386 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: basedate set to 2022-02-04 2024-04-02T15:51:19.386 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: gps base set to 2022-02-06 (week 2196) 2024-04-02T15:51:19.387 INFO:teuthology.orchestra.run.smithi145.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:51:19.387 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-02T15:51:19.388 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:51:19.388 INFO:teuthology.orchestra.run.smithi145.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-02T15:51:19.389 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: Listen and drop on 0 v6wildcard [::]:123 2024-04-02T15:51:19.389 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-02T15:51:19.389 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: Listen normally on 2 lo 127.0.0.1:123 2024-04-02T15:51:19.389 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: Listen normally on 3 enp3s0f1 172.21.15.145:123 2024-04-02T15:51:19.389 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: Listen normally on 4 lo [::1]:123 2024-04-02T15:51:19.389 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7791%5]:123 2024-04-02T15:51:19.389 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:19 ntpd[17200]: Listening on routing socket on fd #22 for interface updates 2024-04-02T15:51:20.366 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:20.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:20.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:20 ntpd[17120]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:20.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:20 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:22.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:22.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:22.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:22.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:22.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:22.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:22.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:22.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:22.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:22.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:22.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:22.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:22 ntpd[17120]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:22.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:22.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:22.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:22.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:22.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:22.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:22.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:22.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:22.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:22.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:22.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:22.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:22 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:24.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:24.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:24.369 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.369 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.369 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:24.369 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:24 ntpd[17120]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:24.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:24.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:24.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:24.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:24.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:24.388 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:24 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:26.367 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:26.368 INFO:teuthology.orchestra.run.smithi033.stdout: 2 Apr 15:51:26 ntpd[17120]: ntpd: time slew -0.001333 s 2024-04-02T15:51:26.368 INFO:teuthology.orchestra.run.smithi033.stdout:ntpd: time slew -0.001333s 2024-04-02T15:51:26.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-02T15:51:26.368 INFO:teuthology.orchestra.run.smithi033.stderr: 2 Apr 15:51:26 ntpd[17120]: can't open /var/log/ntpstats/loopstats.20240402: Permission denied 2024-04-02T15:51:26.385 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:26.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:26.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:26.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:26.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:26.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:26.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-02T15:51:26.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240402: Permission denied 2024-04-02T15:51:26.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-02T15:51:26.386 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240402: Permission denied 2024-04-02T15:51:26.387 INFO:teuthology.orchestra.run.smithi145.stdout: 2 Apr 15:51:26 ntpd[17200]: ntpd: time slew -0.002113 s 2024-04-02T15:51:26.387 INFO:teuthology.orchestra.run.smithi145.stdout:ntpd: time slew -0.002113s 2024-04-02T15:51:26.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-02T15:51:26.387 INFO:teuthology.orchestra.run.smithi145.stderr: 2 Apr 15:51:26 ntpd[17200]: can't open /var/log/ntpstats/loopstats.20240402: Permission denied 2024-04-02T15:51:26.415 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:51:26.415 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-04-02T15:51:26.415 INFO:teuthology.orchestra.run.smithi033.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:51:26.415 INFO:teuthology.orchestra.run.smithi033.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:51:26.415 INFO:teuthology.orchestra.run.smithi033.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:51:26.415 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:51:26.442 INFO:teuthology.orchestra.run.smithi145.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:51:26.442 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================== 2024-04-02T15:51:26.443 INFO:teuthology.orchestra.run.smithi145.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:51:26.443 INFO:teuthology.orchestra.run.smithi145.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:51:26.443 INFO:teuthology.orchestra.run.smithi145.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:51:26.443 INFO:teuthology.orchestra.run.smithi145.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:51:26.444 INFO:teuthology.run_tasks:Running task cephadm.deploy_samba_ad_dc... 2024-04-02T15:51:26.564 INFO:tasks.cephadm:Testing if podman is available 2024-04-02T15:51:26.564 DEBUG:teuthology.orchestra.run.smithi145:> sudo podman --help 2024-04-02T15:51:26.574 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:51:26.575 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: podman: command not found 2024-04-02T15:51:26.575 INFO:tasks.cephadm:Failed to find podman. Using docker 2024-04-02T15:51:26.575 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker pull quay.io/samba.org/samba-ad-server:latest 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:latest: Pulling from samba.org/samba-ad-server 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:3b79e0080ade: Pulling fs layer 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:3c7b295cf4a1: Pulling fs layer 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:5fe75a02d747: Pulling fs layer 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:7928d69dbd2e: Pulling fs layer 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:76fe2ee888ae: Pulling fs layer 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:529d52a32280: Pulling fs layer 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:7928d69dbd2e: Waiting 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:76fe2ee888ae: Waiting 2024-04-02T15:51:27.692 INFO:teuthology.orchestra.run.smithi145.stdout:529d52a32280: Waiting 2024-04-02T15:51:27.964 INFO:teuthology.orchestra.run.smithi145.stdout:3c7b295cf4a1: Verifying Checksum 2024-04-02T15:51:27.964 INFO:teuthology.orchestra.run.smithi145.stdout:3c7b295cf4a1: Download complete 2024-04-02T15:51:28.220 INFO:teuthology.orchestra.run.smithi145.stdout:7928d69dbd2e: Verifying Checksum 2024-04-02T15:51:28.221 INFO:teuthology.orchestra.run.smithi145.stdout:7928d69dbd2e: Download complete 2024-04-02T15:51:28.556 INFO:teuthology.orchestra.run.smithi145.stdout:76fe2ee888ae: Download complete 2024-04-02T15:51:29.639 INFO:teuthology.orchestra.run.smithi145.stdout:3b79e0080ade: Verifying Checksum 2024-04-02T15:51:29.639 INFO:teuthology.orchestra.run.smithi145.stdout:3b79e0080ade: Download complete 2024-04-02T15:51:29.724 INFO:teuthology.orchestra.run.smithi145.stdout:529d52a32280: Verifying Checksum 2024-04-02T15:51:29.724 INFO:teuthology.orchestra.run.smithi145.stdout:529d52a32280: Download complete 2024-04-02T15:51:30.091 INFO:teuthology.orchestra.run.smithi145.stdout:5fe75a02d747: Verifying Checksum 2024-04-02T15:51:33.638 INFO:teuthology.orchestra.run.smithi145.stdout:3b79e0080ade: Pull complete 2024-04-02T15:51:33.757 INFO:teuthology.orchestra.run.smithi145.stdout:3c7b295cf4a1: Pull complete 2024-04-02T15:51:37.884 INFO:teuthology.orchestra.run.smithi145.stdout:5fe75a02d747: Pull complete 2024-04-02T15:51:38.063 INFO:teuthology.orchestra.run.smithi145.stdout:7928d69dbd2e: Pull complete 2024-04-02T15:51:38.232 INFO:teuthology.orchestra.run.smithi145.stdout:76fe2ee888ae: Pull complete 2024-04-02T15:51:40.532 INFO:teuthology.orchestra.run.smithi145.stdout:529d52a32280: Pull complete 2024-04-02T15:51:40.621 INFO:teuthology.orchestra.run.smithi145.stdout:Digest: sha256:bfb21258254dba1b57cf2de27681b864e82c234a0d19c1e417cd767be8d17de0 2024-04-02T15:51:40.675 INFO:teuthology.orchestra.run.smithi145.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-ad-server:latest 2024-04-02T15:51:40.713 INFO:teuthology.orchestra.run.smithi145.stdout:quay.io/samba.org/samba-ad-server:latest 2024-04-02T15:51:40.717 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker pull quay.io/samba.org/samba-client:latest 2024-04-02T15:51:41.513 INFO:teuthology.orchestra.run.smithi145.stdout:latest: Pulling from samba.org/samba-client 2024-04-02T15:51:41.513 INFO:teuthology.orchestra.run.smithi145.stdout:3b79e0080ade: Already exists 2024-04-02T15:51:41.559 INFO:teuthology.orchestra.run.smithi145.stdout:93563578f5f4: Pulling fs layer 2024-04-02T15:51:42.404 INFO:teuthology.orchestra.run.smithi145.stdout:93563578f5f4: Verifying Checksum 2024-04-02T15:51:42.404 INFO:teuthology.orchestra.run.smithi145.stdout:93563578f5f4: Download complete 2024-04-02T15:51:44.315 INFO:teuthology.orchestra.run.smithi145.stdout:93563578f5f4: Pull complete 2024-04-02T15:51:44.471 INFO:teuthology.orchestra.run.smithi145.stdout:Digest: sha256:ac329e85a9607d61a805f89ba9d1d3afbf6f4ca7bc4951f0d0f05e434b25d446 2024-04-02T15:51:44.516 INFO:teuthology.orchestra.run.smithi145.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-client:latest 2024-04-02T15:51:44.546 INFO:teuthology.orchestra.run.smithi145.stdout:quay.io/samba.org/samba-client:latest 2024-04-02T15:51:44.551 DEBUG:teuthology.orchestra.run.smithi145:> ss -lunH 2024-04-02T15:51:44.585 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:46666 0.0.0.0:* 2024-04-02T15:51:44.585 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:47369 0.0.0.0:* 2024-04-02T15:51:44.585 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 127.0.0.53%lo:53 0.0.0.0:* 2024-04-02T15:51:44.585 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 172.21.15.145%enp3s0f1:68 0.0.0.0:* 2024-04-02T15:51:44.585 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 172.21.15.145:123 0.0.0.0:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 127.0.0.1:725 0.0.0.0:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:33760 0.0.0.0:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:36951 0.0.0.0:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:37017 0.0.0.0:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7791]%enp3s0f1:123 [::]:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:34493 [::]:* 2024-04-02T15:51:44.586 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:37005 [::]:* 2024-04-02T15:51:44.587 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:37454 [::]:* 2024-04-02T15:51:44.587 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:56426 [::]:* 2024-04-02T15:51:44.587 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:59084 [::]:* 2024-04-02T15:51:44.587 INFO:tasks.cephadm:Disabling systemd-resolved on smithi145 2024-04-02T15:51:44.587 DEBUG:teuthology.orchestra.run.smithi145:> sudo cat /etc/systemd/resolved.conf 2024-04-02T15:51:44.640 INFO:teuthology.orchestra.run.smithi145.stdout:# This file is part of systemd. 2024-04-02T15:51:44.640 INFO:teuthology.orchestra.run.smithi145.stdout:# 2024-04-02T15:51:44.640 INFO:teuthology.orchestra.run.smithi145.stdout:# systemd is free software; you can redistribute it and/or modify it under the 2024-04-02T15:51:44.640 INFO:teuthology.orchestra.run.smithi145.stdout:# terms of the GNU Lesser General Public License as published by the Free 2024-04-02T15:51:44.640 INFO:teuthology.orchestra.run.smithi145.stdout:# Software Foundation; either version 2.1 of the License, or (at your option) 2024-04-02T15:51:44.640 INFO:teuthology.orchestra.run.smithi145.stdout:# any later version. 2024-04-02T15:51:44.640 INFO:teuthology.orchestra.run.smithi145.stdout:# 2024-04-02T15:51:44.640 INFO:teuthology.orchestra.run.smithi145.stdout:# Entries in this file show the compile time defaults. Local configuration 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# should be created by either modifying this file, or by creating "drop-ins" in 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# the resolved.conf.d/ subdirectory. The latter is generally recommended. 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# Defaults can be restored by simply deleting this file and all drop-ins. 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# Use 'systemd-analyze cat-config systemd/resolved.conf' to display the full config. 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# See resolved.conf(5) for details. 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:[Resolve] 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# Some examples of DNS servers which may be used for DNS= and FallbackDNS=: 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# Cloudflare: 1.1.1.1#cloudflare-dns.com 1.0.0.1#cloudflare-dns.com 2606:4700:4700::1111#cloudflare-dns.com 2606:4700:4700::1001#cloudflare-dns.com 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# Google: 8.8.8.8#dns.google 8.8.4.4#dns.google 2001:4860:4860::8888#dns.google 2001:4860:4860::8844#dns.google 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:# Quad9: 9.9.9.9#dns.quad9.net 149.112.112.112#dns.quad9.net 2620:fe::fe#dns.quad9.net 2620:fe::9#dns.quad9.net 2024-04-02T15:51:44.641 INFO:teuthology.orchestra.run.smithi145.stdout:#DNS= 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#FallbackDNS= 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#Domains= 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#DNSSEC=no 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#DNSOverTLS=no 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#MulticastDNS=no 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#LLMNR=no 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#Cache=no-negative 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#CacheFromLocalhost=no 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#DNSStubListener=yes 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#DNSStubListenerExtra= 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#ReadEtcHosts=yes 2024-04-02T15:51:44.642 INFO:teuthology.orchestra.run.smithi145.stdout:#ResolveUnicastSingleLabel=no 2024-04-02T15:51:44.643 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-02T15:51:44.644 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/systemd/resolved.conf 2024-04-02T15:51:44.707 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl restart systemd-resolved 2024-04-02T15:51:44.853 DEBUG:teuthology.orchestra.run.smithi145:> ss -lunH 2024-04-02T15:51:44.858 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:46666 0.0.0.0:* 2024-04-02T15:51:44.858 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:47369 0.0.0.0:* 2024-04-02T15:51:44.858 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 172.21.15.145%enp3s0f1:68 0.0.0.0:* 2024-04-02T15:51:44.858 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:68 0.0.0.0:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:111 0.0.0.0:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 172.21.15.145:123 0.0.0.0:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 127.0.0.1:123 0.0.0.0:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:123 0.0.0.0:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 127.0.0.1:725 0.0.0.0:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:33760 0.0.0.0:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:36951 0.0.0.0:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 0.0.0.0:37017 0.0.0.0:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:111 [::]:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [fe80::ec4:7aff:fe88:7791]%enp3s0f1:123 [::]:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::1]:123 [::]:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:123 [::]:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:34493 [::]:* 2024-04-02T15:51:44.859 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:37005 [::]:* 2024-04-02T15:51:44.860 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:37454 [::]:* 2024-04-02T15:51:44.860 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:56426 [::]:* 2024-04-02T15:51:44.860 INFO:teuthology.orchestra.run.smithi145.stdout:UNCONN 0 0 [::]:59084 [::]:* 2024-04-02T15:51:44.860 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl restart docker 2024-04-02T15:51:44.920 INFO:teuthology.orchestra.run.smithi145.stderr:Warning: The unit file, source configuration file or drop-ins of docker.service changed on disk. Run 'systemctl daemon-reload' to reload units. 2024-04-02T15:51:51.184 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-02T15:51:51.239 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /var/tmp/samba 2024-04-02T15:51:51.293 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-02T15:51:51.293 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/var/tmp/samba/container.json 2024-04-02T15:51:51.349 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker 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:51:51.869 INFO:teuthology.orchestra.run.smithi145.stdout:c6c3b89c0bac8e6979b57fdb18327637e52c4437e484cc2c426cafc63324bec3 2024-04-02T15:51:52.699 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.145, idx=0 2024-04-02T15:51:52.700 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker run --rm --net=host --dns=172.21.15.145 -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:51:53.816 INFO:teuthology.orchestra.run.smithi145.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:51:54.488 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:51:54.989 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.145, idx=1 2024-04-02T15:51:54.990 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker run --rm --net=host --dns=172.21.15.145 -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:51:55.979 INFO:teuthology.orchestra.run.smithi145.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:51:56.782 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:51:57.783 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.145, idx=2 2024-04-02T15:51:57.783 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker run --rm --net=host --dns=172.21.15.145 -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:51:58.544 INFO:teuthology.orchestra.run.smithi145.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:51:59.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:52:01.040 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.145, idx=3 2024-04-02T15:52:01.040 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker run --rm --net=host --dns=172.21.15.145 -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:52:01.833 INFO:teuthology.orchestra.run.smithi145.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:52:02.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:52:06.664 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.145, idx=4 2024-04-02T15:52:06.664 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker run --rm --net=host --dns=172.21.15.145 -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:52:07.753 INFO:teuthology.orchestra.run.smithi145.stderr:do_connect: Connection to domain1.sink.test failed (Error NT_STATUS_UNSUCCESSFUL) 2024-04-02T15:52:08.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:52:16.507 INFO:tasks.cephadm:Probing SMB status of DC 172.21.15.145, idx=5 2024-04-02T15:52:16.508 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker run --rm --net=host --dns=172.21.15.145 -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:52:18.632 INFO:teuthology.orchestra.run.smithi145.stdout: . D 0 Tue Apr 2 15:52:02 2024 2024-04-02T15:52:18.632 INFO:teuthology.orchestra.run.smithi145.stdout: .. D 0 Tue Apr 2 15:52:02 2024 2024-04-02T15:52:18.632 INFO:teuthology.orchestra.run.smithi145.stdout: domain1.sink.test D 0 Tue Apr 2 15:52:01 2024 2024-04-02T15:52:18.632 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-02T15:52:18.632 INFO:teuthology.orchestra.run.smithi145.stdout: 960311348 blocks of size 1024. 902350016 blocks available 2024-04-02T15:52:19.539 INFO:tasks.cephadm:SMB status probe succeeded 2024-04-02T15:52:19.539 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-02T15:52:19.549 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:52:19.549 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:52:19.550 INFO:tasks.cephadm:Cluster fsid is fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:52:19.550 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-02T15:52:19.550 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.33'} 2024-04-02T15:52:19.550 INFO:tasks.cephadm:First mon is mon.a on smithi033 2024-04-02T15:52:19.551 INFO:tasks.cephadm:First mgr is x 2024-04-02T15:52:19.551 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-02T15:52:19.551 DEBUG:teuthology.orchestra.run.smithi033:> sudo hostname $(hostname -s) 2024-04-02T15:52:19.566 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2024-04-02T15:52:19.581 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-02T15:52:19.582 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:52:19.861 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=jammy,DIST=jammy,MACHINE_SIZE=gigantic/78169/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2592-g3f3f3ed9', 'node_name': '172.21.2.2+braggi02', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2592-g3f3f3ed9-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-02 13:29:12.615337', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-04-02-0703', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-02T15:52:20.114 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-guits-testing-2024-04-02-0703, sha1 3f3f3ed992429b85be729743ad3b39d52dd90744 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:52:20.116 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-02T15:52:20.116 DEBUG:teuthology.orchestra.run.smithi033:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T15:52:21.164 INFO:teuthology.orchestra.run.smithi033.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788778 Apr 2 15:52 /home/ubuntu/cephtest/cephadm 2024-04-02T15:52:21.164 DEBUG:teuthology.orchestra.run.smithi145:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-04-02-0703/3f3f3ed992429b85be729743ad3b39d52dd90744/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-02T15:52:22.081 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788778 Apr 2 15:52 /home/ubuntu/cephtest/cephadm 2024-04-02T15:52:22.081 DEBUG:teuthology.orchestra.run.smithi033:> 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:52:22.090 DEBUG:teuthology.orchestra.run.smithi145:> 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:52:22.118 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 on all hosts... 2024-04-02T15:52:22.119 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:52:22.135 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 pull 2024-04-02T15:52:22.303 INFO:teuthology.orchestra.run.smithi033.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:52:22.320 INFO:teuthology.orchestra.run.smithi145.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:53:29.429 INFO:teuthology.orchestra.run.smithi145.stdout:{ 2024-04-02T15:53:29.429 INFO:teuthology.orchestra.run.smithi145.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:53:29.429 INFO:teuthology.orchestra.run.smithi145.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:53:29.430 INFO:teuthology.orchestra.run.smithi145.stdout: "repo_digests": [ 2024-04-02T15:53:29.430 INFO:teuthology.orchestra.run.smithi145.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:53:29.430 INFO:teuthology.orchestra.run.smithi145.stdout: ] 2024-04-02T15:53:29.430 INFO:teuthology.orchestra.run.smithi145.stdout:} 2024-04-02T15:53:31.664 INFO:teuthology.orchestra.run.smithi033.stdout:{ 2024-04-02T15:53:31.664 INFO:teuthology.orchestra.run.smithi033.stdout: "ceph_version": "ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev)", 2024-04-02T15:53:31.664 INFO:teuthology.orchestra.run.smithi033.stdout: "image_id": "7661fe7521b944a40c63d099d9c8c6454b2d4a3af89d0e01e094f668bed96783", 2024-04-02T15:53:31.664 INFO:teuthology.orchestra.run.smithi033.stdout: "repo_digests": [ 2024-04-02T15:53:31.664 INFO:teuthology.orchestra.run.smithi033.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac" 2024-04-02T15:53:31.664 INFO:teuthology.orchestra.run.smithi033.stdout: ] 2024-04-02T15:53:31.664 INFO:teuthology.orchestra.run.smithi033.stdout:} 2024-04-02T15:53:31.701 DEBUG:teuthology.orchestra.run.smithi033:> sudo mkdir -p /etc/ceph 2024-04-02T15:53:31.715 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2024-04-02T15:53:31.731 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 777 /etc/ceph 2024-04-02T15:53:31.773 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2024-04-02T15:53:31.785 INFO:tasks.cephadm:Writing seed config... 2024-04-02T15:53:31.787 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-02T15:53:31.787 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-02T15:53:31.787 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-02T15:53:31.787 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-02T15:53:31.787 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-02T15:53:31.787 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-02T15:53:31.787 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-02T15:53:31.788 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-02T15:53:31.788 DEBUG:teuthology.orchestra.run.smithi033:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-02T15:53:31.818 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 = fca0f2c6-f108-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:53:31.819 DEBUG:teuthology.orchestra.run.smithi033:mon.a> sudo journalctl -f -n 0 -u ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a.service 2024-04-02T15:53:31.863 DEBUG:teuthology.orchestra.run.smithi033:mgr.x> sudo journalctl -f -n 0 -u ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mgr.x.service 2024-04-02T15:53:31.906 INFO:tasks.cephadm:Bootstrapping... 2024-04-02T15:53:31.907 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fca0f2c6-f108-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.33 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:53:32.119 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-02T15:53:32.119 INFO:teuthology.orchestra.run.smithi033.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744', '-v', 'bootstrap', '--fsid', 'fca0f2c6-f108-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.33', '--skip-admin-label'] 2024-04-02T15:53:32.120 INFO:teuthology.orchestra.run.smithi033.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-02T15:53:32.120 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying podman|docker is present... 2024-04-02T15:53:32.120 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying lvm2 is present... 2024-04-02T15:53:32.120 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying time synchronization is in place... 2024-04-02T15:53:32.126 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:53:32.126 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:53:32.130 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:53:32.130 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-02T15:53:32.135 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-02T15:53:32.135 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-02T15:53:32.139 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-02T15:53:32.139 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-02T15:53:32.145 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-02T15:53:32.145 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout masked 2024-04-02T15:53:32.150 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-02T15:53:32.150 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-02T15:53:32.154 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-02T15:53:32.155 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-02T15:53:32.158 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-02T15:53:32.158 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-02T15:53:32.163 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout enabled 2024-04-02T15:53:32.169 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout active 2024-04-02T15:53:32.170 INFO:teuthology.orchestra.run.smithi033.stdout:Unit ntp.service is enabled and running 2024-04-02T15:53:32.170 INFO:teuthology.orchestra.run.smithi033.stdout:Repeating the final host check... 2024-04-02T15:53:32.170 INFO:teuthology.orchestra.run.smithi033.stdout:docker (/usr/bin/docker) is present 2024-04-02T15:53:32.170 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl is present 2024-04-02T15:53:32.170 INFO:teuthology.orchestra.run.smithi033.stdout:lvcreate is present 2024-04-02T15:53:32.174 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-02T15:53:32.175 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-02T15:53:32.179 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-02T15:53:32.179 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-02T15:53:32.183 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-02T15:53:32.183 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-02T15:53:32.186 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-02T15:53:32.186 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-02T15:53:32.190 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-02T15:53:32.190 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout masked 2024-04-02T15:53:32.193 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-02T15:53:32.193 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-02T15:53:32.197 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-02T15:53:32.197 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-02T15:53:32.200 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-02T15:53:32.200 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-02T15:53:32.204 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout enabled 2024-04-02T15:53:32.209 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout active 2024-04-02T15:53:32.209 INFO:teuthology.orchestra.run.smithi033.stdout:Unit ntp.service is enabled and running 2024-04-02T15:53:32.209 INFO:teuthology.orchestra.run.smithi033.stdout:Host looks OK 2024-04-02T15:53:32.209 INFO:teuthology.orchestra.run.smithi033.stdout:Cluster fsid: fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:32.209 INFO:teuthology.orchestra.run.smithi033.stdout:Acquiring lock 140259201577840 on /run/cephadm/fca0f2c6-f108-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:53:32.209 INFO:teuthology.orchestra.run.smithi033.stdout:Lock 140259201577840 acquired on /run/cephadm/fca0f2c6-f108-11ee-b647-cb9ed24678a4.lock 2024-04-02T15:53:32.209 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying IP 172.21.15.33 port 3300 ... 2024-04-02T15:53:32.209 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying IP 172.21.15.33 port 6789 ... 2024-04-02T15:53:32.209 INFO:teuthology.orchestra.run.smithi033.stdout:Base mon IP(s) is [172.21.15.33:3300, 172.21.15.33:6789], mon addrv is [v2:172.21.15.33:3300,v1:172.21.15.33:6789] 2024-04-02T15:53:32.211 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-02T15:53:32.211 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-02T15:53:32.212 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.33 2024-04-02T15:53:32.214 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-02T15:53:32.214 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-02T15:53:32.214 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1782sec hoplimit 64 pref medium 2024-04-02T15:53:32.216 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-02T15:53:32.216 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-02T15:53:32.216 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:53:32.217 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-02T15:53:32.217 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:d294/64 scope link 2024-04-02T15:53:32.217 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-02T15:53:32.217 INFO:teuthology.orchestra.run.smithi033.stdout:Mon IP `172.21.15.33` is in CIDR network `172.21.0.0/20` 2024-04-02T15:53:32.217 INFO:teuthology.orchestra.run.smithi033.stdout:Mon IP `172.21.15.33` is in CIDR network `172.21.0.0/20` 2024-04-02T15:53:32.217 INFO:teuthology.orchestra.run.smithi033.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-02T15:53:32.217 INFO:teuthology.orchestra.run.smithi033.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-02T15:53:32.218 INFO:teuthology.orchestra.run.smithi033.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744... 2024-04-02T15:53:32.520 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout 3f3f3ed992429b85be729743ad3b39d52dd90744: Pulling from ceph-ci/ceph 2024-04-02T15:53:32.521 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout Digest: sha256:6c740d4757bcfc646ba2af58c0d4aaf274efb0f36ed5b987df90c88e7e38aeac 2024-04-02T15:53:32.521 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:53:32.521 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 2024-04-02T15:53:33.852 INFO:teuthology.orchestra.run.smithi033.stdout:ceph: stdout ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:53:33.852 INFO:teuthology.orchestra.run.smithi033.stdout:Ceph version: ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev) 2024-04-02T15:53:33.852 INFO:teuthology.orchestra.run.smithi033.stdout:Extracting ceph user uid/gid from container image... 2024-04-02T15:53:35.022 INFO:teuthology.orchestra.run.smithi033.stdout:stat: stdout 167 167 2024-04-02T15:53:35.023 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial keys... 2024-04-02T15:53:36.384 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQD/KQxmnKnHJxAAB4J5Zgf/mImOVtM2BAdQsQ== 2024-04-02T15:53:37.548 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQABKgxm5cTNARAAYxGUkRQBdL2YGUkfOVsipw== 2024-04-02T15:53:38.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQACKgxmvVKxCxAAXMEuDTlUfN4dqbi1+xWSxQ== 2024-04-02T15:53:38.679 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial monmap... 2024-04-02T15:53:39.874 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:53:39.874 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-02T15:53:39.874 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:39.874 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:53:39.874 INFO:teuthology.orchestra.run.smithi033.stdout:monmaptool for a [v2:172.21.15.33:3300,v1:172.21.15.33:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-02T15:53:39.874 INFO:teuthology.orchestra.run.smithi033.stdout:setting min_mon_release = quincy 2024-04-02T15:53:39.875 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: set fsid to fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:39.875 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-02T15:53:39.875 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-02T15:53:39.875 INFO:teuthology.orchestra.run.smithi033.stdout:Creating mon... 2024-04-02T15:53:41.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.678+0000 7fd3910c8c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-02T15:53:41.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.678+0000 7fd3910c8c80 1 imported monmap: 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr fsid fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-02T15:53:39.370406+0000 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr created 2024-04-02T15:53:39.370406+0000 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.678+0000 7fd3910c8c80 0 /usr/bin/ceph-mon: set fsid to fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Git sha 0 2024-04-02T15:53:41.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: DB SUMMARY 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: DB Session ID: YH89I77X4U17TXV6LHXM 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.error_if_exists: 0 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.create_if_missing: 1 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T15:53:41.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.env: 0x55df4197bc60 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.info_log: 0x55df43688d60 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.statistics: (nil) 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.use_fsync: 0 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-02T15:53:41.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.db_log_dir: 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.wal_dir: 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T15:53:41.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.write_buffer_manager: 0x55df4365b360 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.unordered_write: 0 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T15:53:41.180 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.row_cache: None 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.wal_filter: None 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.two_write_queues: 0 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.wal_compression: 0 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.atomic_flush: 0 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T15:53:41.181 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T15:53:41.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_open_files: -1 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Compression algorithms supported: 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T15:53:41.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: kZSTD supported: 0 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: kXpressCompression supported: 0 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: kZlibCompression supported: 1 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.682+0000 7fd3910c8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.merge_operator: 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_filter: None 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55df43688f20) 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-02T15:53:41.185 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55df4368d090 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-02T15:53:41.186 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-02T15:53:41.187 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression: NoCompression 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.num_levels: 7 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T15:53:41.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-02T15:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T15:53:41.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-02T15:53:41.191 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T15:53:41.192 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.bloom_locality: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.ttl: 2592000 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.enable_blob_files: false 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.min_blob_size: 0 2024-04-02T15:53:41.193 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6c78dcb7-5f84-4836-8dab-3d0f04b98e9a 2024-04-02T15:53:41.194 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55df43756000 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd3910c8c80 4 rocksdb: DB pointer 0x55df43746000 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd38122b700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.686+0000 7fd38122b700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 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:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 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:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:53:41.195 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 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:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 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:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T15:53:41.196 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 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:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55df4368d090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.7e-05 secs_since: 0 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.690+0000 7fd3910c8c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.690+0000 7fd3910c8c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-02T15:53:41.197 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-02T15:53:40.690+0000 7fd3910c8c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-02T15:53:41.198 INFO:teuthology.orchestra.run.smithi033.stdout:create mon.a on 2024-04-02T15:53:41.627 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-02T15:53:41.854 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:53:41.854 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:53:42.210 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:53:42.210 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:53:42.403 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target.wants/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a.service -> /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:53:42.413 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-02T15:53:42.413 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:53:42.414 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mon to start... 2024-04-02T15:53:42.414 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mon... 2024-04-02T15:53:43.894 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:43 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.710016+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:53:44.424 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout cluster: 2024-04-02T15:53:44.424 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout id: fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:44.424 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-02T15:53:44.424 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:44.424 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout services: 2024-04-02T15:53:44.424 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.170412s) 2024-04-02T15:53:44.424 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-02T15:53:44.424 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-02T15:53:44.425 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:44.425 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout data: 2024-04-02T15:53:44.425 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-02T15:53:44.425 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-02T15:53:44.425 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-02T15:53:44.425 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout pgs: 2024-04-02T15:53:44.425 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:44.425 INFO:teuthology.orchestra.run.smithi033.stdout:mon is available 2024-04-02T15:53:44.425 INFO:teuthology.orchestra.run.smithi033.stdout:Assimilating anything we can from ceph.conf... 2024-04-02T15:53:45.048 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.713226+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:53:45.048 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.713401+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.713412+0000 mon.a (mon.0) 4 : cluster [DBG] fsid fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.713421+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-02T15:53:39.370406+0000 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.713429+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-02T15:53:39.370406+0000 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.713437+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.713444+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.713451+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.715571+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.718099+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: cluster 2024-04-02T15:53:43.718618+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-02T15:53:45.049 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:44 smithi033 bash[18013]: audit 2024-04-02T15:53:43.883582+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/3731726648' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-02T15:53:45.962 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:45.962 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:53:45.962 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout fsid = fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:45.962 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.33:3300,v1:172.21.15.33:6789] 2024-04-02T15:53:45.962 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:53:45.962 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:53:45.962 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:53:45.962 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:53:45.963 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:45.963 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:53:45.963 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:53:45.963 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:45.963 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:53:45.963 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:53:45.963 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:53:45.963 INFO:teuthology.orchestra.run.smithi033.stdout:Generating new minimal ceph.conf... 2024-04-02T15:53:45.983 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:45 smithi033 bash[18013]: audit 2024-04-02T15:53:45.378358+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.33:0/3083913793' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T15:53:45.983 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:45 smithi033 bash[18013]: audit 2024-04-02T15:53:45.382841+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.33:0/3083913793' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-02T15:53:47.298 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:47 smithi033 bash[18013]: audit 2024-04-02T15:53:46.954129+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.33:0/2772852623' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-02T15:53:47.498 INFO:teuthology.orchestra.run.smithi033.stdout:Restarting the monitor... 2024-04-02T15:53:47.772 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:47 smithi033 systemd[1]: Stopping Ceph mon.a for fca0f2c6-f108-11ee-b647-cb9ed24678a4... 2024-04-02T15:53:47.772 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:47 smithi033 bash[18013]: debug 2024-04-02T15:53:47.634+0000 7f439de42700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-02T15:53:47.772 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:47 smithi033 bash[18013]: debug 2024-04-02T15:53:47.634+0000 7f439de42700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:53:48.334 INFO:teuthology.orchestra.run.smithi033.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-02T15:53:48.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:48 smithi033 bash[18398]: ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:53:48.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:48 smithi033 bash[18457]: Error response from daemon: No such container: ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:53:48.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:48 smithi033 systemd[1]: ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:53:48.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:48 smithi033 systemd[1]: Stopped Ceph mon.a for fca0f2c6-f108-11ee-b647-cb9ed24678a4. 2024-04-02T15:53:48.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:48 smithi033 systemd[1]: Started Ceph mon.a for fca0f2c6-f108-11ee-b647-cb9ed24678a4. 2024-04-02T15:53:49.715 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.414+0000 7f6cc173bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-02T15:53:49.715 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.414+0000 7f6cc173bc80 0 ceph version 19.0.0-2592-g3f3f3ed9 (3f3f3ed992429b85be729743ad3b39d52dd90744) squid (dev), process ceph-mon, pid 7 2024-04-02T15:53:49.715 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.414+0000 7f6cc173bc80 0 pidfile_write: ignore empty --pid-file 2024-04-02T15:53:49.715 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 0 load: jerasure load: lrc 2024-04-02T15:53:49.715 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-02T15:53:49.715 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Git sha 0 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Compile date 2024-04-02 09:40:07 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: DB SUMMARY 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: DB Session ID: K11775KL8V2GKZAT8LZH 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: CURRENT file: CURRENT 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88555 ; 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.error_if_exists: 0 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.create_if_missing: 0 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-02T15:53:49.716 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.env: 0x55ba8ed7ac60 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.info_log: 0x55ba90d15b20 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.statistics: (nil) 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.use_fsync: 0 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-02T15:53:49.717 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.db_log_dir: 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.wal_dir: 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-02T15:53:49.718 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.write_buffer_manager: 0x55ba90ce61e0 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.unordered_write: 0 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-02T15:53:49.719 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.row_cache: None 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.wal_filter: None 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.two_write_queues: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.wal_compression: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.atomic_flush: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-02T15:53:49.720 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-02T15:53:49.721 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-02T15:53:49.721 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-02T15:53:49.721 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-02T15:53:49.721 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-02T15:53:49.721 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-02T15:53:49.721 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-02T15:53:49.722 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-02T15:53:49.722 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-02T15:53:49.722 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-02T15:53:49.722 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_open_files: -1 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Compression algorithms supported: 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-02T15:53:49.723 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: kZSTD supported: 0 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: kXpressCompression supported: 0 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: kZlibCompression supported: 1 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.merge_operator: 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_filter: None 2024-04-02T15:53:49.724 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ba90d15d00) 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cache_index_and_filter_blocks: 1 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: pin_top_level_index_and_filter: 1 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: index_type: 0 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: data_block_index_type: 0 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: index_shortening: 1 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: data_block_hash_table_util_ratio: 0.750000 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: checksum: 4 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: no_block_cache: 0 2024-04-02T15:53:49.725 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: block_cache: 0x55ba90d17090 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: block_cache_name: BinnedLRUCache 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: block_cache_options: 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: capacity : 536870912 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: num_shard_bits : 4 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: strict_capacity_limit : 0 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: high_pri_pool_ratio: 0.000 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: block_cache_compressed: (nil) 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: persistent_cache: (nil) 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: block_size: 4096 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: block_size_deviation: 10 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: block_restart_interval: 16 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: index_block_restart_interval: 1 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: metadata_block_size: 4096 2024-04-02T15:53:49.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: partition_filters: 0 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: use_delta_encoding: 1 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: filter_policy: bloomfilter 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: whole_key_filtering: 1 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: verify_compression: 0 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: read_amp_bytes_per_bit: 0 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: format_version: 5 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: enable_index_compression: 1 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: block_align: 0 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: max_auto_readahead_size: 262144 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: prepopulate_block_cache: 0 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: initial_auto_readahead_size: 8192 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: num_file_reads_for_auto_readahead: 2 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-02T15:53:49.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression: NoCompression 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.num_levels: 7 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-02T15:53:49.728 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-02T15:53:49.729 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-02T15:53:49.730 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-02T15:53:49.731 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.bloom_locality: 0 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-02T15:53:49.732 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.ttl: 2592000 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.enable_blob_files: false 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.min_blob_size: 0 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-02T15:53:49.733 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 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:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6c78dcb7-5f84-4836-8dab-3d0f04b98e9a 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712073229422851, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.418+0000 7f6cc173bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712073229423918, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85281, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83428, "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": 77659, "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": 1712073229, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6c78dcb7-5f84-4836-8dab-3d0f04b98e9a", "db_session_id": "K11775KL8V2GKZAT8LZH", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712073229424031, "job": 1, "event": "recovery_finished"} 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 4 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:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ba90e0a000 2024-04-02T15:53:49.734 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 4 rocksdb: DB pointer 0x55ba90df4000 2024-04-02T15:53:49.735 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cafe96700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-02T15:53:49.735 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cafe96700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-02T15:53:49.735 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: ** DB Stats ** 2024-04-02T15:53:49.735 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:53:49.735 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: 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:53:49.735 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:53:49.737 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:53:49.737 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: 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:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: ** Compaction Stats [default] ** 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: 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:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: L0 2/0 85.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Sum 2/0 85.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 124.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: ** Compaction Stats [default] ** 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: 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:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 124.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-02T15:53:49.738 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: AddFile(Total Files): cumulative 0, interval 0 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: AddFile(Keys): cumulative 0, interval 0 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Cumulative compaction: 0.00 GB write, 22.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Interval compaction: 0.00 GB write, 22.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: 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:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: Block cache BinnedLRUCache@0x55ba90d17090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: 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:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: ** File Read Latency Histogram By Level [default] ** 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] at bind addrs [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:49.739 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 1 mon.a@-1(???) e1 preinit fsid fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 0 mon.a@-1(???).mds e1 new map 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 0 mon.a@-1(???).mds e1 print_map 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: e1 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: 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:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: legacy client fscid: -1 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: No filesystems configured 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: debug 2024-04-02T15:53:49.422+0000 7f6cc173bc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.448274+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-02T15:53:49.740 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.448369+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-02T15:53:49.741 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.448400+0000 mon.a (mon.0) 3 : cluster [DBG] fsid fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:49.741 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.448416+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-02T15:53:39.370406+0000 2024-04-02T15:53:49.741 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.448433+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-02T15:53:39.370406+0000 2024-04-02T15:53:49.741 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.448455+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-02T15:53:49.741 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.448469+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-02T15:53:49.741 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.448486+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-02T15:53:49.741 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.449060+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-02T15:53:49.741 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.449103+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-02T15:53:49.741 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:49 smithi033 bash[18496]: cluster 2024-04-02T15:53:49.449576+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-02T15:53:50.342 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-02T15:53:50.369 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-02T15:53:50.369 INFO:teuthology.orchestra.run.smithi033.stdout:Creating mgr... 2024-04-02T15:53:50.369 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-02T15:53:50.369 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-02T15:53:50.693 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mgr.x 2024-04-02T15:53:50.693 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mgr.x.service: Unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mgr.x.service not loaded. 2024-04-02T15:53:50.700 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:50 smithi033 systemd[1]: /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-02T15:53:50.897 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target.wants/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mgr.x.service -> /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@.service. 2024-04-02T15:53:50.905 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-02T15:53:50.905 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to enable service . firewalld.service is not available 2024-04-02T15:53:50.905 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-02T15:53:50.905 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-02T15:53:50.905 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr to start... 2024-04-02T15:53:50.905 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr... 2024-04-02T15:53:51.048 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:50 smithi033 bash[18496]: audit 2024-04-02T15:53:49.703694+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.33:0/2896592631' entity='client.admin' 2024-04-02T15:53:51.048 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:50 smithi033 systemd[1]: /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-02T15:53:52.180 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.174+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.180 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.174+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.432 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18496]: audit 2024-04-02T15:53:52.365962+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/3742093817' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:53:52.433 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.178+0000 7f079af57200 -1 mgr[py] Class not found in module 'localpool' 2024-04-02T15:53:52.433 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.178+0000 7f079af57200 -1 mgr[py] Error loading module 'localpool': (22) Invalid argument 2024-04-02T15:53:52.433 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.194+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.433 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.194+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.433 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.202+0000 7f079af57200 -1 mgr[py] Class not found in module 'rook' 2024-04-02T15:53:52.433 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.202+0000 7f079af57200 -1 mgr[py] Error loading module 'rook': (22) Invalid argument 2024-04-02T15:53:52.433 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.218+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.433 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.218+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.433 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.222+0000 7f079af57200 -1 mgr[py] Class not found in module 'iostat' 2024-04-02T15:53:52.434 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.222+0000 7f079af57200 -1 mgr[py] Error loading module 'iostat': (22) Invalid argument 2024-04-02T15:53:52.434 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.242+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.434 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.242+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.434 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.246+0000 7f079af57200 -1 mgr[py] Class not found in module 'telemetry' 2024-04-02T15:53:52.434 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.246+0000 7f079af57200 -1 mgr[py] Error loading module 'telemetry': (22) Invalid argument 2024-04-02T15:53:52.434 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.270+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.434 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.270+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.434 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.278+0000 7f079af57200 -1 mgr[py] Class not found in module 'dashboard' 2024-04-02T15:53:52.434 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.278+0000 7f079af57200 -1 mgr[py] Error loading module 'dashboard': (22) Invalid argument 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.294+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.294+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.298+0000 7f079af57200 -1 mgr[py] Class not found in module 'osd_support' 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.298+0000 7f079af57200 -1 mgr[py] Error loading module 'osd_support': (22) Invalid argument 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.314+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.314+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.318+0000 7f079af57200 -1 mgr[py] Class not found in module 'selftest' 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.318+0000 7f079af57200 -1 mgr[py] Error loading module 'selftest': (22) Invalid argument 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.338+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.338+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.435 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.342+0000 7f079af57200 -1 mgr[py] Class not found in module 'progress' 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.342+0000 7f079af57200 -1 mgr[py] Error loading module 'progress': (22) Invalid argument 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.358+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.358+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.362+0000 7f079af57200 -1 mgr[py] Class not found in module 'rgw' 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.362+0000 7f079af57200 -1 mgr[py] Error loading module 'rgw': (22) Invalid argument 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.382+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.382+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.386+0000 7f079af57200 -1 mgr[py] Class not found in module 'crash' 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.386+0000 7f079af57200 -1 mgr[py] Error loading module 'crash': (22) Invalid argument 2024-04-02T15:53:52.436 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.402+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.437 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.402+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.437 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.410+0000 7f079af57200 -1 mgr[py] Class not found in module 'telegraf' 2024-04-02T15:53:52.437 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.410+0000 7f079af57200 -1 mgr[py] Error loading module 'telegraf': (22) Invalid argument 2024-04-02T15:53:52.437 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.426+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.437 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.426+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.437 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.430+0000 7f079af57200 -1 mgr[py] Class not found in module 'mds_autoscaler' 2024-04-02T15:53:52.437 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.430+0000 7f079af57200 -1 mgr[py] Error loading module 'mds_autoscaler': (22) Invalid argument 2024-04-02T15:53:52.691 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.446+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.691 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.446+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.691 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.454+0000 7f079af57200 -1 mgr[py] Class not found in module 'pg_autoscaler' 2024-04-02T15:53:52.691 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.454+0000 7f079af57200 -1 mgr[py] Error loading module 'pg_autoscaler': (22) Invalid argument 2024-04-02T15:53:52.691 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.470+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.691 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.470+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.691 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.474+0000 7f079af57200 -1 mgr[py] Class not found in module 'zabbix' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.474+0000 7f079af57200 -1 mgr[py] Error loading module 'zabbix': (22) Invalid argument 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.514+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.514+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.518+0000 7f079af57200 -1 mgr[py] Class not found in module 'nfs' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.518+0000 7f079af57200 -1 mgr[py] Error loading module 'nfs': (22) Invalid argument 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.534+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.534+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.542+0000 7f079af57200 -1 mgr[py] Class not found in module 'balancer' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.542+0000 7f079af57200 -1 mgr[py] Error loading module 'balancer': (22) Invalid argument 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.558+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.558+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.562+0000 7f079af57200 -1 mgr[py] Class not found in module 'mirroring' 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.562+0000 7f079af57200 -1 mgr[py] Error loading module 'mirroring': (22) Invalid argument 2024-04-02T15:53:52.692 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.582+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.582+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.586+0000 7f079af57200 -1 mgr[py] Class not found in module 'diskprediction_local' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.586+0000 7f079af57200 -1 mgr[py] Error loading module 'diskprediction_local': (22) Invalid argument 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.602+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.602+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.606+0000 7f079af57200 -1 mgr[py] Class not found in module 'orchestrator' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.606+0000 7f079af57200 -1 mgr[py] Error loading module 'orchestrator': (22) Invalid argument 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.622+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.622+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.630+0000 7f079af57200 -1 mgr[py] Class not found in module 'insights' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.630+0000 7f079af57200 -1 mgr[py] Error loading module 'insights': (22) Invalid argument 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.646+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.646+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.693 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.650+0000 7f079af57200 -1 mgr[py] Class not found in module 'rbd_support' 2024-04-02T15:53:52.694 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.650+0000 7f079af57200 -1 mgr[py] Error loading module 'rbd_support': (22) Invalid argument 2024-04-02T15:53:52.694 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.666+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:52.694 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.666+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:52.694 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.670+0000 7f079af57200 -1 mgr[py] Class not found in module 'alerts' 2024-04-02T15:53:52.694 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.670+0000 7f079af57200 -1 mgr[py] Error loading module 'alerts': (22) Invalid argument 2024-04-02T15:53:52.694 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.690+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:53.048 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.690+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:53.048 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.694+0000 7f079af57200 -1 mgr[py] Class not found in module 'test_orchestrator' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.694+0000 7f079af57200 -1 mgr[py] Error loading module 'test_orchestrator': (22) Invalid argument 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.710+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.710+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.714+0000 7f079af57200 -1 mgr[py] Class not found in module 'cephadm' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.714+0000 7f079af57200 -1 mgr[py] Error loading module 'cephadm': (22) Invalid argument 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.766+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.766+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.774+0000 7f079af57200 -1 mgr[py] Class not found in module 'influx' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.774+0000 7f079af57200 -1 mgr[py] Error loading module 'influx': (22) Invalid argument 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.790+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.790+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.794+0000 7f079af57200 -1 mgr[py] Class not found in module 'status' 2024-04-02T15:53:53.049 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.794+0000 7f079af57200 -1 mgr[py] Error loading module 'status': (22) Invalid argument 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.810+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.810+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.814+0000 7f079af57200 -1 mgr[py] Class not found in module 'volumes' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.814+0000 7f079af57200 -1 mgr[py] Error loading module 'volumes': (22) Invalid argument 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.834+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.834+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.838+0000 7f079af57200 -1 mgr[py] Class not found in module 'osd_perf_query' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.838+0000 7f079af57200 -1 mgr[py] Error loading module 'osd_perf_query': (22) Invalid argument 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.854+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.854+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.858+0000 7f079af57200 -1 mgr[py] Class not found in module 'prometheus' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.858+0000 7f079af57200 -1 mgr[py] Error loading module 'prometheus': (22) Invalid argument 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.874+0000 7f079af57200 -1 mgr[py] Module not found: 'mgr_module' 2024-04-02T15:53:53.050 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.874+0000 7f079af57200 -1 mgr[py] ModuleNotFoundError: No module named 'mgr_module' 2024-04-02T15:53:53.051 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.882+0000 7f079af57200 -1 mgr[py] Class not found in module 'snap_schedule' 2024-04-02T15:53:53.051 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.882+0000 7f079af57200 -1 mgr[py] Error loading module 'snap_schedule': (22) Invalid argument 2024-04-02T15:53:53.051 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:53:52 smithi033 bash[18749]: debug 2024-04-02T15:53:52.882+0000 7f079af57200 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: devicehealth, restful, stats, k8sevents, localpool, rook, iostat, telemetry, dashboard, osd_support, selftest, progress, rgw, crash, telegraf, mds_autoscaler, pg_autoscaler, zabbix, nfs, balancer, mirroring, diskprediction_local, orchestrator, insights, rbd_support, alerts, test_orchestrator, cephadm, influx, status, volumes, osd_perf_query, prometheus, snap_schedule 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "fca0f2c6-f108-11ee-b647-cb9ed24678a4", 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:53:53.055 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:53:53.056 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:53:53.057 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:53:53.057 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:53:53.057 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:53:53.057 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:53:53.060 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:53.060 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:53:53.060 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:53:53.060 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:53:53.061 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:53:43.714545+0000", 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:53.062 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:53:53.063 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:53:53.063 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (1/15)... 2024-04-02T15:53:53.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:53 smithi033 bash[18496]: cluster 2024-04-02T15:53:52.884794+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon x 2024-04-02T15:53:53.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:53 smithi033 bash[18496]: cluster 2024-04-02T15:53:52.888602+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00381656s) 2024-04-02T15:53:53.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:53 smithi033 bash[18496]: audit 2024-04-02T15:53:52.889657+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.33:0/1027725540' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-02T15:53:53.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:53 smithi033 bash[18496]: audit 2024-04-02T15:53:52.890002+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.33:0/1027725540' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-02T15:53:53.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:53 smithi033 bash[18496]: audit 2024-04-02T15:53:52.890199+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.33:0/1027725540' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-02T15:53:53.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:53 smithi033 bash[18496]: audit 2024-04-02T15:53:52.890370+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.33:0/1027725540' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-02T15:53:53.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:53 smithi033 bash[18496]: audit 2024-04-02T15:53:52.890993+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.33:0/1027725540' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-02T15:53:53.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:53 smithi033 bash[18496]: cluster 2024-04-02T15:53:52.952355+0000 mon.a (mon.0) 21 : cluster [INF] Manager daemon x is now available 2024-04-02T15:53:55.298 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:54 smithi033 bash[18496]: cluster 2024-04-02T15:53:53.892469+0000 mon.a (mon.0) 22 : cluster [DBG] mgrmap e3: x(active, since 1.00769s) 2024-04-02T15:53:56.297 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:56 smithi033 bash[18496]: audit 2024-04-02T15:53:56.026239+0000 mon.a (mon.0) 23 : audit [DBG] from='client.? 172.21.15.33:0/2077716403' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-02T15:53:56.551 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "fca0f2c6-f108-11ee-b647-cb9ed24678a4", 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-02T15:53:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-02T15:53:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-02T15:53:56.557 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-02T15:53:56.558 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-02T15:53:43.714545+0000", 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-02T15:53:56.559 INFO:teuthology.orchestra.run.smithi033.stdout:mgr is available 2024-04-02T15:53:57.797 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:57 smithi033 bash[18496]: audit 2024-04-02T15:53:57.470427+0000 mon.a (mon.0) 24 : audit [INF] from='client.? 172.21.15.33:0/2106883408' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-02T15:53:58.046 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:58.047 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [global] 2024-04-02T15:53:58.047 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout fsid = fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:53:58.047 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-02T15:53:58.047 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-02T15:53:58.047 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-02T15:53:58.048 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-02T15:53:58.048 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:58.048 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-02T15:53:58.048 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-02T15:53:58.048 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-02T15:53:58.048 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [osd] 2024-04-02T15:53:58.048 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-02T15:53:58.049 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-02T15:53:58.049 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling cephadm module... 2024-04-02T15:53:59.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:53:59 smithi033 bash[18496]: audit 2024-04-02T15:53:59.052346+0000 mon.a (mon.0) 25 : audit [INF] from='client.? 172.21.15.33:0/201212767' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-02T15:53:59.814 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 2 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --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=smithi033 -v /var/log/ceph/fca0f2c6-f108-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpv3neeef3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpgamtw_o0:/etc/ceph/ceph.conf:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 mgr module enable cephadm 2024-04-02T15:53:59.814 INFO:teuthology.orchestra.run.smithi033.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:53:59.815 INFO:teuthology.orchestra.run.smithi033.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --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=smithi033 -v /var/log/ceph/fca0f2c6-f108-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpv3neeef3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpgamtw_o0:/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:53:59.815 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-04-02T15:53:59.815 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-02T15:53:59.815 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-02T15:53:59.815 INFO:teuthology.orchestra.run.smithi033.stdout: *************** 2024-04-02T15:53:59.815 INFO:teuthology.orchestra.run.smithi033.stdout: Cephadm hit an issue during cluster installation. Current cluster files will be deleted automatically. 2024-04-02T15:53:59.815 INFO:teuthology.orchestra.run.smithi033.stdout: To disable this behaviour you can pass the --no-cleanup-on-failure flag. In case of any previous 2024-04-02T15:53:59.815 INFO:teuthology.orchestra.run.smithi033.stdout: broken installation, users must use the following command to completely delete the broken cluster: 2024-04-02T15:53:59.815 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-02T15:53:59.816 INFO:teuthology.orchestra.run.smithi033.stdout: > cephadm rm-cluster --force --zap-osds --fsid 2024-04-02T15:53:59.816 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-02T15:53:59.816 INFO:teuthology.orchestra.run.smithi033.stdout: for more information please refer to https://docs.ceph.com/en/latest/cephadm/operations/#purging-a-cluster 2024-04-02T15:53:59.816 INFO:teuthology.orchestra.run.smithi033.stdout: *************** 2024-04-02T15:53:59.816 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-02T15:53:59.816 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-02T15:53:59.816 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:54:02.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout f76ec1c76edb,96.36MiB / 31.24GiB 2024-04-02T15:54:02.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout 1a91aa1cc07d,18.17MiB / 31.24GiB 2024-04-02T15:54:04.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout f76ec1c76edb,0.21% 2024-04-02T15:54:04.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout 1a91aa1cc07d,0.13% 2024-04-02T15:54:04.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:54:04 smithi033 systemd[1]: Stopping Ceph mon.a for fca0f2c6-f108-11ee-b647-cb9ed24678a4... 2024-04-02T15:54:04.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:54:04 smithi033 bash[18496]: debug 2024-04-02T15:54:04.293+0000 7f6cb86a7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-02T15:54:04.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:54:04 smithi033 bash[18496]: debug 2024-04-02T15:54:04.293+0000 7f6cb86a7700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-02T15:54:05.270 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:54:04 smithi033 bash[19264]: ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:54:05.270 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:54:05 smithi033 bash[19327]: Error response from daemon: No such container: ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-mon-a 2024-04-02T15:54:05.270 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:54:05 smithi033 systemd[1]: ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-02T15:54:05.270 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:54:05 smithi033 systemd[1]: Stopped Ceph mon.a for fca0f2c6-f108-11ee-b647-cb9ed24678a4. 2024-04-02T15:54:05.356 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target.wants/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a.service. 2024-04-02T15:54:05.360 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 5 from systemctl stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:54:05.360 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:54:05.364 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:54:05.364 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mon.a.service: Unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mon.a.service not loaded. 2024-04-02T15:54:05.371 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl disable ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mon.a.service 2024-04-02T15:54:05.372 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mon.a.service does not exist. 2024-04-02T15:54:05.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 02 15:54:05 smithi033 systemd[1]: /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-02T15:54:05.538 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:54:05 smithi033 systemd[1]: /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-02T15:54:05.539 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:54:05 smithi033 systemd[1]: Stopping Ceph mgr.x for fca0f2c6-f108-11ee-b647-cb9ed24678a4... 2024-04-02T15:54:05.539 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:54:05 smithi033 bash[18749]: debug 2024-04-02T15:54:05.501+0000 7f078f545700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-02T15:54:05.539 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:54:05 smithi033 bash[18749]: debug 2024-04-02T15:54:05.501+0000 7f078f545700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-02T15:54:06.297 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:54:05 smithi033 bash[19414]: ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-mgr-x 2024-04-02T15:54:06.297 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:54:06 smithi033 bash[19506]: ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-mgr-x 2024-04-02T15:54:06.298 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:54:06 smithi033 systemd[1]: ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mgr.x.service: Deactivated successfully. 2024-04-02T15:54:06.298 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:54:06 smithi033 systemd[1]: Stopped Ceph mgr.x for fca0f2c6-f108-11ee-b647-cb9ed24678a4. 2024-04-02T15:54:06.341 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Removed /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target.wants/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mgr.x.service. 2024-04-02T15:54:06.347 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 5 from systemctl stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mgr.x.service 2024-04-02T15:54:06.347 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mgr.x.service: Unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mgr.x.service not loaded. 2024-04-02T15:54:06.352 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mgr.x.service 2024-04-02T15:54:06.352 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mgr.x.service: Unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mgr.x.service not loaded. 2024-04-02T15:54:06.359 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl disable ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mgr.x.service 2024-04-02T15:54:06.359 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to disable unit: Unit file ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4-init@mgr.x.service does not exist. 2024-04-02T15:54:06.574 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:54:06.574 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Removed /etc/systemd/system/ceph.target.wants/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4.target. 2024-04-02T15:54:06.579 INFO:journalctl@ceph.mgr.x.smithi033.stdout:Apr 02 15:54:06 smithi033 systemd[1]: /etc/systemd/system/ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-02T15:54:06.805 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-02T15:54:06.807 INFO:teuthology.orchestra.run.smithi033.stderr:Traceback (most recent call last): 2024-04-02T15:54:06.807 INFO:teuthology.orchestra.run.smithi033.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-02T15:54:06.824 INFO:teuthology.orchestra.run.smithi033.stderr: return _run_code(code, main_globals, None, 2024-04-02T15:54:06.824 INFO:teuthology.orchestra.run.smithi033.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: exec(code, run_globals) 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 5608, in 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 5596, in main 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2693, in _rollback 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 445, in _default_image 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2925, in command_bootstrap 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2387, in enable_cephadm_mgr_module 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/__main__.py", line 2854, in cli 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/cephadmlib/container_types.py", line 429, in run 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmpzq4de08p.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-02T15:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --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=smithi033 -v /var/log/ceph/fca0f2c6-f108-11ee-b647-cb9ed24678a4:/var/log/ceph:z -v /tmp/ceph-tmpv3neeef3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpgamtw_o0:/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:54:06.825 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-04-02T15:54:06.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:54:06.869 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-02T15:54:06.869 DEBUG:teuthology.orchestra.run.smithi033:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:54:06.875 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-02T15:54:06.880 INFO:tasks.cephadm:Stopping all daemons... 2024-04-02T15:54:06.881 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-02T15:54:06.881 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a 2024-04-02T15:54:06.933 INFO:teuthology.orchestra.run.smithi033.stderr:Failed to stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-02T15:54:06.934 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-04-02T15:54:06.935 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 smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fca0f2c6-f108-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.33 --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 smithi033 with status 5: 'sudo systemctl stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:54:06.937 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 smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fca0f2c6-f108-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.33 --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 smithi033 with status 5: 'sudo systemctl stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:54:06.937 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-02T15:54:06.939 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/lib/ceph/fca0f2c6-f108-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/7636221/remote/smithi033/crash 2024-04-02T15:54:06.940 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/lib/ceph/fca0f2c6-f108-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:54:06.988 INFO:teuthology.orchestra.run.smithi033.stderr:tar: /var/lib/ceph/fca0f2c6-f108-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:54:06.988 INFO:teuthology.orchestra.run.smithi033.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:54:06.990 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/fca0f2c6-f108-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/7636221/remote/smithi145/crash 2024-04-02T15:54:06.991 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/fca0f2c6-f108-11ee-b647-cb9ed24678a4/crash -- . 2024-04-02T15:54:07.004 INFO:teuthology.orchestra.run.smithi145.stderr:tar: /var/lib/ceph/fca0f2c6-f108-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-02T15:54:07.004 INFO:teuthology.orchestra.run.smithi145.stderr:tar: Error is not recoverable: exiting now 2024-04-02T15:54:07.005 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-02T15:54:07.005 DEBUG:teuthology.orchestra.run.smithi033:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fca0f2c6-f108-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-02T15:54:07.045 INFO:teuthology.orchestra.run.smithi033.stderr:grep: /var/log/ceph/fca0f2c6-f108-11ee-b647-cb9ed24678a4/ceph.log: No such file or directory 2024-04-02T15:54:07.046 INFO:tasks.cephadm:Compressing logs... 2024-04-02T15:54:07.046 DEBUG:teuthology.orchestra.run.smithi033:> 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:54:07.091 DEBUG:teuthology.orchestra.run.smithi145:> 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:54:07.100 INFO:teuthology.orchestra.run.smithi033.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-02T15:54:07.104 INFO:teuthology.orchestra.run.smithi145.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-02T15:54:07.111 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-02T15:54:07.111 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/cephadm.log: 56.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-02T15:54:07.113 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-04-02T15:54:07.113 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m0.018s 2024-04-02T15:54:07.113 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m0.016s 2024-04-02T15:54:07.113 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m0.005s 2024-04-02T15:54:07.118 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-04-02T15:54:07.118 INFO:teuthology.orchestra.run.smithi033.stderr:real 0m0.025s 2024-04-02T15:54:07.118 INFO:teuthology.orchestra.run.smithi033.stderr:user 0m0.006s 2024-04-02T15:54:07.118 INFO:teuthology.orchestra.run.smithi033.stderr:sys 0m0.013s 2024-04-02T15:54:07.118 INFO:tasks.cephadm:Archiving logs... 2024-04-02T15:54:07.118 DEBUG:teuthology.misc:Transferring archived files from smithi033:/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/7636221/remote/smithi033/log 2024-04-02T15:54:07.119 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:54:07.174 DEBUG:teuthology.misc:Transferring archived files from smithi145:/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/7636221/remote/smithi145/log 2024-04-02T15:54:07.175 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-02T15:54:07.189 INFO:tasks.cephadm:Removing cluster... 2024-04-02T15:54:07.189 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fca0f2c6-f108-11ee-b647-cb9ed24678a4 --force 2024-04-02T15:54:07.388 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: fca0f2c6-f108-11ee-b647-cb9ed24678a4 2024-04-02T15:54:08.509 INFO:tasks.cephadm:Removing cephadm ... 2024-04-02T15:54:08.509 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:54:08.515 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-02T15:54:08.521 INFO:tasks.cephadm:Teardown complete 2024-04-02T15:54:08.521 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 smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fca0f2c6-f108-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.33 --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 smithi033 with status 5: 'sudo systemctl stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:54:08.731 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=1341fb7ace1a48fbb6e784c2041b067f 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 smithi033 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3f3f3ed992429b85be729743ad3b39d52dd90744 -v bootstrap --fsid fca0f2c6-f108-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.33 --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 smithi033 with status 5: 'sudo systemctl stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a' 2024-04-02T15:54:08.736 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-02T15:54:08.749 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.deploy_samba_ad_dc 2024-04-02T15:54:08.759 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker stop samba-ad 2024-04-02T15:54:09.320 INFO:teuthology.orchestra.run.smithi145.stdout:samba-ad 2024-04-02T15:54:09.323 DEBUG:teuthology.orchestra.run.smithi145:> sudo docker rm samba-ad 2024-04-02T15:54:09.521 INFO:teuthology.orchestra.run.smithi145.stdout:samba-ad 2024-04-02T15:54:09.523 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -rf /var/lib/samba/container/logs /var/lib/samba/container/data 2024-04-02T15:54:09.536 INFO:tasks.cephadm:Resetting systemd-resolved state on smithi145 2024-04-02T15:54:09.536 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-02T15:54:09.536 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/systemd/resolved.conf 2024-04-02T15:54:09.591 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl restart systemd-resolved 2024-04-02T15:54:09.730 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-02T15:54:09.738 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-02T15:54:09.739 DEBUG:teuthology.orchestra.run.smithi033:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:54:09.741 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-02T15:54:09.751 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:54:09.751 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-04-02T15:54:09.752 INFO:teuthology.orchestra.run.smithi033.stdout: hv01.front.sepi 44.4.53.2 2 u 31 64 7 0.109 +0.198 0.355 2024-04-02T15:54:09.752 INFO:teuthology.orchestra.run.smithi033.stdout: hv02.front.sepi 63.231.80.2 3 u 27 64 7 0.113 -0.380 0.827 2024-04-02T15:54:09.752 INFO:teuthology.orchestra.run.smithi033.stdout: hv03.front.sepi 74.6.168.72 3 u 28 64 7 0.117 -1.003 0.767 2024-04-02T15:54:09.752 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:54:09.756 INFO:teuthology.orchestra.run.smithi145.stdout: remote refid st t when poll reach delay offset jitter 2024-04-02T15:54:09.756 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================== 2024-04-02T15:54:09.756 INFO:teuthology.orchestra.run.smithi145.stdout: hv01.front.sepi 44.4.53.2 2 u 28 64 7 0.088 -0.464 0.786 2024-04-02T15:54:09.756 INFO:teuthology.orchestra.run.smithi145.stdout: hv02.front.sepi 63.231.80.2 3 u 28 64 7 0.098 -0.995 0.617 2024-04-02T15:54:09.756 INFO:teuthology.orchestra.run.smithi145.stdout: hv03.front.sepi 74.6.168.72 3 u 31 64 7 0.094 -1.598 0.615 2024-04-02T15:54:09.756 INFO:teuthology.orchestra.run.smithi145.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-02T15:54:09.757 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-02T15:54:09.766 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-02T15:54:09.767 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-02T15:54:09.775 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-02T15:54:09.783 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-02T15:54:09.792 INFO:teuthology.task.internal:Duration was 601.341853 seconds 2024-04-02T15:54:09.792 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-02T15:54:09.801 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-02T15:54:09.801 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:54:09.804 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-02T15:54:09.843 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-02T15:54:09.843 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi033.front.sepia.ceph.com 2024-04-02T15:54:09.844 DEBUG:teuthology.orchestra.run.smithi033:> 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:54:09.899 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2024-04-02T15:54:09.899 DEBUG:teuthology.orchestra.run.smithi145:> 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:54:09.909 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-02T15:54:09.910 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:54:09.946 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-02T15:54:09.976 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-02T15:54:09.977 DEBUG:teuthology.orchestra.run.smithi033:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:54:10.018 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-02T15:54:10.076 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-02T15:54:10.085 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-02T15:54:10.086 DEBUG:teuthology.orchestra.run.smithi033:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:54:10.099 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-02T15:54:10.109 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-02T15:54:10.119 DEBUG:teuthology.orchestra.run.smithi033:> 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:54:10.142 DEBUG:teuthology.orchestra.run.smithi145:> 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:54:10.152 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = core 2024-04-02T15:54:10.160 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2024-04-02T15:54:10.183 DEBUG:teuthology.orchestra.run.smithi033:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:54:10.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:54:10.221 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-02T15:54:10.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-02T15:54:10.228 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-02T15:54:10.237 INFO:teuthology.task.internal:Transferring archived files... 2024-04-02T15:54:10.238 DEBUG:teuthology.misc:Transferring archived files from smithi033:/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/7636221/remote/smithi033 2024-04-02T15:54:10.238 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:54:10.286 DEBUG:teuthology.misc:Transferring archived files from smithi145:/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/7636221/remote/smithi145 2024-04-02T15:54:10.286 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-02T15:54:10.306 INFO:teuthology.task.internal:Removing archive directory... 2024-04-02T15:54:10.306 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:54:10.327 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-02T15:54:10.352 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-02T15:54:10.363 INFO:teuthology.task.internal:Not uploading archives. 2024-04-02T15:54:10.363 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-02T15:54:10.372 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-02T15:54:10.372 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:54:10.375 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-02T15:54:10.378 INFO:teuthology.orchestra.run.smithi033.stdout: 658627 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:54 /home/ubuntu/cephtest 2024-04-02T15:54:10.400 INFO:teuthology.orchestra.run.smithi145.stdout: 655429 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 2 15:54 /home/ubuntu/cephtest 2024-04-02T15:54:10.401 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-02T15:54:10.411 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-02T15:54:10.430 INFO:teuthology.nuke:Checking targets against current locks 2024-04-02T15:54:10.456 DEBUG:teuthology.nuke:shortname: smithi033 2024-04-02T15:54:10.457 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:54:10.481 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.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/7636221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 15:35:43.713775', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG70J8YTrNzi2Bgl/I5RaaIqz60owVxq+7JZNpW3AGDDhoA8VGkM4G+A0J4xnXnC63EC4APhlTXnTv7DfhXb+AE='} 2024-04-02T15:54:10.484 DEBUG:teuthology.nuke:shortname: smithi145 2024-04-02T15:54:10.484 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-02T15:54:10.507 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.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/7636221', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-02 15:35:43.712253', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIrKtUhPjho1RPdKNGrMOLnksPH2uy0UJYj4XbvR6hyEeQyNO4pCq2cQarWVvwiBuaTOMpviLbA3OOvC8mf2HMo='} 2024-04-02T15:54:10.527 INFO:teuthology.orchestra.console.smithi033:Power off 2024-04-02T15:54:10.528 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:54:10.552 DEBUG:teuthology.orchestra.console.smithi033:power off output: Chassis Power Control: Down/Off 2024-04-02T15:54:10.552 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:54:10.569 INFO:teuthology.orchestra.console.smithi145:Power off 2024-04-02T15:54:10.569 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-02T15:54:10.579 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-02T15:54:10.590 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2024-04-02T15:54:10.590 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:54:10.613 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-04-02T15:54:14.580 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:54:14.614 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:54:14.691 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-02T15:54:14.722 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-04-02T15:54:18.693 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:54:18.723 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:54:18.804 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is off 2024-04-02T15:54:18.832 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-04-02T15:54:18.905 INFO:teuthology.orchestra.console.smithi033:Power off completed 2024-04-02T15:54:22.834 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-02T15:54:22.944 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2024-04-02T15:54:23.044 INFO:teuthology.orchestra.console.smithi145:Power off completed 2024-04-02T15:54:23.148 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_domain} duration: 601.3418529033661 failure_reason: 'Command failed on smithi033 with status 5: ''sudo systemctl stop ceph-fca0f2c6-f108-11ee-b647-cb9ed24678a4@mon.a''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=1341fb7ace1a48fbb6e784c2041b067f status: fail success: false 2024-04-02T15:54:23.149 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-02T15:54:23.237 INFO:teuthology.run:FAIL